System Type: pipeline
npm install @unifyplane/logsdkSystem Type: pipeline
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 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 build MUST succeed
- dist/ MUST be Node-executable without ts-node/tsx