@glasstrace/sdk 0.16.0 → 0.17.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 +64 -0
- package/dist/{chunk-BANTDXUT.js → chunk-E33Y7BQH.js} +23 -2
- package/dist/{chunk-BANTDXUT.js.map → chunk-E33Y7BQH.js.map} +1 -1
- package/dist/{chunk-7JBKXSBU.js → chunk-GSGX76Q5.js} +2 -1
- package/dist/{chunk-7JBKXSBU.js.map → chunk-GSGX76Q5.js.map} +1 -1
- package/dist/{chunk-TM5NKZTO.js → chunk-J5BW7V2D.js} +2 -2
- package/dist/{chunk-5C2TJFLB.js → chunk-UUUKI65I.js} +2 -2
- package/dist/cli/init.cjs +1 -1
- package/dist/cli/init.cjs.map +1 -1
- package/dist/cli/init.js +4 -4
- package/dist/cli/mcp-add.cjs.map +1 -1
- package/dist/cli/mcp-add.js +2 -2
- package/dist/index.cjs +120 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +55 -1
- package/dist/index.d.ts +55 -1
- package/dist/index.js +100 -10
- package/dist/index.js.map +1 -1
- package/dist/{source-map-uploader-MUZPI2S5.js → source-map-uploader-26QPRSCG.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-TM5NKZTO.js.map → chunk-J5BW7V2D.js.map} +0 -0
- /package/dist/{chunk-5C2TJFLB.js.map → chunk-UUUKI65I.js.map} +0 -0
- /package/dist/{source-map-uploader-MUZPI2S5.js.map → source-map-uploader-26QPRSCG.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AnonApiKeySchema,
|
|
3
3
|
createAnonApiKey
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GSGX76Q5.js";
|
|
5
5
|
|
|
6
6
|
// src/anon-key.ts
|
|
7
7
|
var GLASSTRACE_DIR = ".glasstrace";
|
|
@@ -95,4 +95,4 @@ export {
|
|
|
95
95
|
readAnonKey,
|
|
96
96
|
getOrCreateAnonKey
|
|
97
97
|
};
|
|
98
|
-
//# sourceMappingURL=chunk-
|
|
98
|
+
//# sourceMappingURL=chunk-J5BW7V2D.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
SdkCachedConfigSchema,
|
|
4
4
|
SdkInitResponseSchema,
|
|
5
5
|
createBuildHash
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-GSGX76Q5.js";
|
|
7
7
|
import {
|
|
8
8
|
__require
|
|
9
9
|
} from "./chunk-NSBPE2FW.js";
|
|
@@ -848,4 +848,4 @@ export {
|
|
|
848
848
|
extractImports,
|
|
849
849
|
buildImportGraph
|
|
850
850
|
};
|
|
851
|
-
//# sourceMappingURL=chunk-
|
|
851
|
+
//# sourceMappingURL=chunk-UUUKI65I.js.map
|
package/dist/cli/init.cjs
CHANGED
|
@@ -18095,7 +18095,7 @@ async function verifyAnonKeyRegistration(projectRoot) {
|
|
|
18095
18095
|
}
|
|
18096
18096
|
const baseConfig = resolveConfig({ apiKey: devKey });
|
|
18097
18097
|
const config2 = { ...baseConfig, apiKey: devKey };
|
|
18098
|
-
const sdkVersion = true ? "0.
|
|
18098
|
+
const sdkVersion = true ? "0.17.0" : "0.0.0-dev";
|
|
18099
18099
|
const result = await verifyInitReachable(config2, anonKey, sdkVersion);
|
|
18100
18100
|
if (result.ok) {
|
|
18101
18101
|
return { outcome: "verified" };
|