@glasstrace/sdk 0.17.3 → 0.19.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.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  buildImportGraph,
7
7
  verifyInitReachable
8
- } from "../chunk-IOPCSX6C.js";
8
+ } from "../chunk-F2TZRBEH.js";
9
9
  import {
10
10
  resolveConfig
11
11
  } from "../chunk-VUZCLMIX.js";
@@ -27,8 +27,8 @@ import {
27
27
  import {
28
28
  getOrCreateAnonKey,
29
29
  readAnonKey
30
- } from "../chunk-J5BW7V2D.js";
31
- import "../chunk-GSGX76Q5.js";
30
+ } from "../chunk-YPXW2TN3.js";
31
+ import "../chunk-5N2IR4EO.js";
32
32
  import {
33
33
  addCoverageMapEnv,
34
34
  isDevApiKey,
@@ -509,7 +509,7 @@ async function verifyAnonKeyRegistration(projectRoot) {
509
509
  }
510
510
  const baseConfig = resolveConfig({ apiKey: devKey });
511
511
  const config = { ...baseConfig, apiKey: devKey };
512
- const sdkVersion = true ? "0.17.3" : "0.0.0-dev";
512
+ const sdkVersion = true ? "0.19.0" : "0.0.0-dev";
513
513
  const result = await verifyInitReachable(config, anonKey, sdkVersion);
514
514
  if (result.ok) {
515
515
  return { outcome: "verified" };
@@ -13931,6 +13931,72 @@ var SourceMapManifestResponseSchema = external_exports.object({
13931
13931
  totalSizeBytes: external_exports.number().int().nonnegative(),
13932
13932
  activatedAt: external_exports.number().int().positive()
13933
13933
  });
13934
+ var K = new Uint32Array([
13935
+ 1116352408,
13936
+ 1899447441,
13937
+ 3049323471,
13938
+ 3921009573,
13939
+ 961987163,
13940
+ 1508970993,
13941
+ 2453635748,
13942
+ 2870763221,
13943
+ 3624381080,
13944
+ 310598401,
13945
+ 607225278,
13946
+ 1426881987,
13947
+ 1925078388,
13948
+ 2162078206,
13949
+ 2614888103,
13950
+ 3248222580,
13951
+ 3835390401,
13952
+ 4022224774,
13953
+ 264347078,
13954
+ 604807628,
13955
+ 770255983,
13956
+ 1249150122,
13957
+ 1555081692,
13958
+ 1996064986,
13959
+ 2554220882,
13960
+ 2821834349,
13961
+ 2952996808,
13962
+ 3210313671,
13963
+ 3336571891,
13964
+ 3584528711,
13965
+ 113926993,
13966
+ 338241895,
13967
+ 666307205,
13968
+ 773529912,
13969
+ 1294757372,
13970
+ 1396182291,
13971
+ 1695183700,
13972
+ 1986661051,
13973
+ 2177026350,
13974
+ 2456956037,
13975
+ 2730485921,
13976
+ 2820302411,
13977
+ 3259730800,
13978
+ 3345764771,
13979
+ 3516065817,
13980
+ 3600352804,
13981
+ 4094571909,
13982
+ 275423344,
13983
+ 430227734,
13984
+ 506948616,
13985
+ 659060556,
13986
+ 883997877,
13987
+ 958139571,
13988
+ 1322822218,
13989
+ 1537002063,
13990
+ 1747873779,
13991
+ 1955562222,
13992
+ 2024104815,
13993
+ 2227730452,
13994
+ 2361852424,
13995
+ 2428436474,
13996
+ 2756734187,
13997
+ 3204031479,
13998
+ 3329325298
13999
+ ]);
13934
14000
 
13935
14001
  // src/anon-key.ts
13936
14002
  var GLASSTRACE_DIR = ".glasstrace";