@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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);
|