un-inception/clients/javascript/sync/package.json
russell@unturf.com e6f8f289db chore: bump version to 4.3.0
Full feature parity release - all 42 SDKs now implement:
- Complete API coverage (58+ functions matching un.h spec)
- HTTP 428 sudo OTP challenge handling
- Comprehensive unit, integration, and functional tests
2026-02-06 07:28:13 -05:00

16 lines
436 B
JSON

{
"name": "un-sync",
"version": "4.3.0",
"description": "unsandbox.com JavaScript SDK (Isomorphic - Node.js + Browser)",
"type": "module",
"main": "src/un.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"keywords": ["unsandbox", "code-execution", "sandbox", "api"],
"author": "unsandbox.com",
"license": "Unlicense",
"devDependencies": {
"jest": "^29.0.0"
}
}