@glasstrace/sdk 0.16.0 → 0.17.1

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  AnonApiKeySchema,
3
3
  createAnonApiKey
4
- } from "./chunk-7JBKXSBU.js";
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-TM5NKZTO.js.map
98
+ //# sourceMappingURL=chunk-J5BW7V2D.js.map
@@ -3,7 +3,7 @@ import {
3
3
  SdkCachedConfigSchema,
4
4
  SdkInitResponseSchema,
5
5
  createBuildHash
6
- } from "./chunk-7JBKXSBU.js";
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-5C2TJFLB.js.map
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.16.0" : "0.0.0-dev";
18098
+ const sdkVersion = true ? "0.17.1" : "0.0.0-dev";
18099
18099
  const result = await verifyInitReachable(config2, anonKey, sdkVersion);
18100
18100
  if (result.ok) {
18101
18101
  return { outcome: "verified" };