@glasstrace/sdk 1.1.2 → 1.1.3

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.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-2M57EO6U.js";
5
5
  import {
6
6
  verifyInitReachable
7
- } from "../chunk-C567H5EQ.js";
7
+ } from "../chunk-JKI4OCFV.js";
8
8
  import {
9
9
  buildImportGraph
10
10
  } from "../chunk-DST4UBXU.js";
@@ -21,7 +21,7 @@ import {
21
21
  unwrapCJSExport,
22
22
  unwrapExport,
23
23
  writeDiscoveryFile
24
- } from "../chunk-UJ2JC7PZ.js";
24
+ } from "../chunk-TWHCJKRS.js";
25
25
  import {
26
26
  detectAgents,
27
27
  generateInfoSection,
@@ -40,7 +40,7 @@ import {
40
40
  readEnvLocalApiKey,
41
41
  resolveEffectiveMcpCredential,
42
42
  writeMcpMarker
43
- } from "../chunk-3LILTM3T.js";
43
+ } from "../chunk-TWTWRJ25.js";
44
44
  import "../chunk-X5MAXP5T.js";
45
45
  import {
46
46
  NEXT_CONFIG_NAMES,
@@ -994,7 +994,7 @@ async function verifyAnonKeyRegistration(projectRoot) {
994
994
  }
995
995
  const baseConfig = resolveConfig({ apiKey: devKey });
996
996
  const config = { ...baseConfig, apiKey: devKey };
997
- const sdkVersion = true ? "1.1.2" : "0.0.0-dev";
997
+ const sdkVersion = true ? "1.1.3" : "0.0.0-dev";
998
998
  const result = await verifyInitReachable(config, anonKey, sdkVersion);
999
999
  if (result.ok) {
1000
1000
  return { outcome: "verified" };