@glasstrace/sdk 0.12.0 → 0.12.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.
package/dist/index.cjs CHANGED
@@ -20485,7 +20485,7 @@ async function backgroundInit(config2, anonKeyForInit, generation) {
20485
20485
  if (config2.verbose) {
20486
20486
  console.info("[glasstrace] Background init firing.");
20487
20487
  }
20488
- const initResult = await performInit(config2, anonKeyForInit, "0.12.0");
20488
+ const initResult = await performInit(config2, anonKeyForInit, "0.12.1");
20489
20489
  if (generation !== registrationGeneration) return;
20490
20490
  if (initResult?.claimResult) {
20491
20491
  setResolvedApiKey(initResult.claimResult.newApiKey);
package/dist/index.js CHANGED
@@ -3672,7 +3672,7 @@ async function backgroundInit(config, anonKeyForInit, generation) {
3672
3672
  if (config.verbose) {
3673
3673
  console.info("[glasstrace] Background init firing.");
3674
3674
  }
3675
- const initResult = await performInit(config, anonKeyForInit, "0.12.0");
3675
+ const initResult = await performInit(config, anonKeyForInit, "0.12.1");
3676
3676
  if (generation !== registrationGeneration) return;
3677
3677
  if (initResult?.claimResult) {
3678
3678
  setResolvedApiKey(initResult.claimResult.newApiKey);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glasstrace/sdk",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Glasstrace server-side debugging SDK for AI coding agents",
5
5
  "type": "module",
6
6
  "sideEffects": false,