@unifyplane/logsdk
v0.1.10
Published
System Type: pipeline
Downloads
1,120
Readme
LogSDK
System Type: pipeline
Runtime Scope
LogSDK core is implemented for the Node.js/CommonJS runtime and depends on the Node standard library (fs, crypto, perf_hooks, etc.). Other runtimes (Python, JVM, browsers) must provide a compatible core that e the same canonical contracts, and thin adapters should bridge them into the canonical API surface described in docs/LogSDKFuntionalSpec.md.
Runtime & Tooling Declaration (Authoritative)
- Runtime model: CommonJS | ESM
- TypeScript module target: commonjs | NodeNext
- JSON loading strategy: require() | ESM-compliant JSON loading
- Test runner: jest | vitest | none
- Build contract:
npm run buildMUST succeeddist/MUST be Node-executable without ts-node/tsx
