@sylphx/sdk 0.15.4 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/sdk",
3
- "version": "0.15.4",
3
+ "version": "0.16.0",
4
4
  "description": "Sylphx SDK - State-of-the-art platform SDK with pure functions",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -58,7 +58,7 @@
58
58
  ],
59
59
  "scripts": {
60
60
  "build": "rm -rf dist && bun x tsup",
61
- "build:health": "rm -rf dist/health && bun x tsup src/health/index.ts --no-config --format esm --dts --sourcemap --no-splitting --target es2022 --external effect --external @opentelemetry/api --external node:perf_hooks --external node:fs --external node:net --out-dir dist/health && mv dist/health/index.js dist/health/index.mjs && mv dist/health/index.js.map dist/health/index.mjs.map",
61
+ "build:health": "rm -rf dist/health && bun x tsup src/health/index.ts --no-config --format esm --dts --sourcemap --no-splitting --target es2022 --external effect --external @opentelemetry/api --external node:crypto --external node:perf_hooks --external node:fs --external node:net --out-dir dist/health && mv dist/health/index.js dist/health/index.mjs && mv dist/health/index.js.map dist/health/index.mjs.map",
62
62
  "dev": "bun x tsup --watch",
63
63
  "typecheck": "tsc --noEmit",
64
64
  "test": "bun test",
@@ -99,7 +99,7 @@
99
99
  }
100
100
  },
101
101
  "dependencies": {
102
- "@sylphx/contract": "0.15.0",
102
+ "@sylphx/contract": "0.15.1",
103
103
  "jose": "^6.1.3",
104
104
  "rrweb": "^1.1.3",
105
105
  "web-vitals": "5.1.0"