@glasstrace/sdk 1.0.1 → 1.1.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/README.md +3 -2
- package/dist/{chunk-MV3F7HVX.js → chunk-ZBTC5QIQ.js} +45 -23
- package/dist/{chunk-MV3F7HVX.js.map → chunk-ZBTC5QIQ.js.map} +1 -1
- package/dist/cli/init.cjs +1 -1
- package/dist/cli/init.js +1 -1
- package/dist/index.cjs +134 -111
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/node-entry.cjs +134 -111
- package/dist/node-entry.cjs.map +1 -1
- package/dist/node-entry.js +1 -1
- package/package.json +6 -6
package/dist/node-entry.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glasstrace/sdk",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Glasstrace server-side debugging SDK for AI coding agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"build": "tsup",
|
|
46
46
|
"postbuild": "npm run check:edge-bundle && npm run verify:subpath",
|
|
47
47
|
"check:edge-bundle": "node scripts/check-edge-bundle.mjs",
|
|
48
|
-
"verify:subpath": "
|
|
48
|
+
"verify:subpath": "node scripts/verify-subpath-resolution.mjs",
|
|
49
49
|
"preuninstall": "node -e \"process.stderr.write('\\n[@glasstrace/sdk] Package removal warning:\\n Before \\'npm uninstall @glasstrace/sdk\\' runs, Glasstrace recommends running \\'npx @glasstrace/sdk uninit\\' first to cleanly remove instrumentation files, MCP configuration, and the .glasstrace/ state directory. Without uninit, your next build may fail because instrumentation.ts and next.config still reference the removed package.\\n See: https://glasstrace.dev/docs/cli#uninit\\n\\n')\""
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@prisma/instrumentation": "^4.0.0 || ^5.0.0 || ^6.0.0",
|
|
52
|
+
"@prisma/instrumentation": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
53
53
|
"@vercel/blob": "^2.0.0",
|
|
54
54
|
"@vercel/otel": "^2.0.0",
|
|
55
55
|
"drizzle-orm": "^0.29.0 || ^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0 || ^0.34.0 || ^0.35.0 || ^0.36.0 || ^0.37.0"
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@glasstrace/protocol": "*",
|
|
73
73
|
"@opentelemetry/api": "^1.9.0",
|
|
74
|
-
"@opentelemetry/core": "^2.
|
|
75
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
74
|
+
"@opentelemetry/core": "^2.7.0",
|
|
75
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.215.0",
|
|
76
76
|
"@opentelemetry/sdk-trace-base": "^2.6.1",
|
|
77
77
|
"@vercel/blob": "^2.3.3",
|
|
78
78
|
"@vercel/otel": "^2.1.2",
|
|
79
|
-
"esbuild": "^0.
|
|
79
|
+
"esbuild": "^0.28.0",
|
|
80
80
|
"tsup": "^8.5.0"
|
|
81
81
|
},
|
|
82
82
|
"publishConfig": {
|