@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/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.0.0" : "0.0.0-dev";
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" };