@glasstrace/sdk 1.0.0 → 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 +42 -2
- package/dist/{chunk-7PDDBLST.js → chunk-KE7MCPO5.js} +1 -1
- package/dist/chunk-KE7MCPO5.js.map +1 -0
- package/dist/{chunk-BT2OCXCG.js → chunk-UGJ3X4CT.js} +1 -1
- package/dist/chunk-UGJ3X4CT.js.map +1 -0
- package/dist/{chunk-D3WYZBQA.js → chunk-ZBTC5QIQ.js} +46 -24
- package/dist/{chunk-D3WYZBQA.js.map → chunk-ZBTC5QIQ.js.map} +1 -1
- package/dist/cli/init.cjs +1 -1
- package/dist/cli/init.cjs.map +1 -1
- package/dist/cli/init.js +2 -2
- 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 +3 -3
- package/dist/node-subpath.cjs.map +1 -1
- package/dist/node-subpath.d.cts +109 -2
- package/dist/node-subpath.d.ts +109 -2
- package/dist/node-subpath.js +2 -2
- package/dist/{source-map-uploader-ZHA3B4GE.js → source-map-uploader-BJIXRLJ6.js} +2 -2
- package/package.json +6 -6
- package/dist/chunk-7PDDBLST.js.map +0 -1
- package/dist/chunk-BT2OCXCG.js.map +0 -1
- /package/dist/{source-map-uploader-ZHA3B4GE.js.map → source-map-uploader-BJIXRLJ6.js.map} +0 -0
package/dist/cli/init.cjs
CHANGED
|
@@ -18492,7 +18492,7 @@ async function verifyAnonKeyRegistration(projectRoot) {
|
|
|
18492
18492
|
}
|
|
18493
18493
|
const baseConfig = resolveConfig({ apiKey: devKey });
|
|
18494
18494
|
const config2 = { ...baseConfig, apiKey: devKey };
|
|
18495
|
-
const sdkVersion = true ? "1.
|
|
18495
|
+
const sdkVersion = true ? "1.1.0" : "0.0.0-dev";
|
|
18496
18496
|
const result = await verifyInitReachable(config2, anonKey, sdkVersion);
|
|
18497
18497
|
if (result.ok) {
|
|
18498
18498
|
return { outcome: "verified" };
|