@xyo-network/sdk-protocol 7.0.13 → 7.0.14

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  (() => {
3
- // ../../../../../../node_modules/.pnpm/@xylabs+threads@7.0.8_@opentelemetry+api@1.9.1_@opentelemetry+sdk-trace-base@2.9.0_@ope_a1685075a98125ef0b6f31620ba50469/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
3
+ // ../../../../../../node_modules/.pnpm/@ariestools+threads@8.0.2_@opentelemetry+api@1.9.1_@opentelemetry+sdk-trace-base@2.9.0__a2acb9fc8c6e3734ad0f26d6a6d2f8da/node_modules/@ariestools/threads/dist/browser/worker/worker.browser.mjs
4
4
  var DefaultErrorSerializer = {
5
5
  deserialize: (message) => {
6
6
  const error = Object.create(Error.prototype);
@@ -2337,7 +2337,7 @@
2337
2337
  }
2338
2338
  };
2339
2339
 
2340
- // ../../../../../../node_modules/.pnpm/@ariestools+sdk@7.0.8_@opentelemetry+api@1.9.1_@opentelemetry+sdk-trace-base@2.9.0_@ope_649172f6a3c2e5736d1bf5bb5ca2adbf/node_modules/@ariestools/sdk/dist/browser/index.mjs
2340
+ // ../../../../../../node_modules/.pnpm/@ariestools+sdk@8.0.2_@opentelemetry+api@1.9.1_@opentelemetry+sdk-trace-base@2.9.0_@ope_96eb8dd279a0ec7b0c95191274a566c6/node_modules/@ariestools/sdk/dist/browser/index.mjs
2341
2341
  var __defProp = Object.defineProperty;
2342
2342
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
2343
2343
  var __decorateClass = (decorators, target, key, kind) => {
@@ -4005,6 +4005,8 @@
4005
4005
  AbstractCreatableWithFactory = __decorateClass([
4006
4006
  creatable()
4007
4007
  ], AbstractCreatableWithFactory);
4008
+ var d2r = Math.PI / 180;
4009
+ var r2d = 180 / Math.PI;
4008
4010
  var LogLevel = Enum({
4009
4011
  error: 1,
4010
4012
  warn: 2,
@@ -4160,6 +4162,7 @@
4160
4162
  var isJsonObject = zodIsFactory(JsonObjectZod);
4161
4163
  var asJsonObject = zodAsFactory(JsonObjectZod, "asJsonObject");
4162
4164
  var toJsonObject = zodToFactory(JsonObjectZod, "toJsonObject");
4165
+ var subtle = globalThis.crypto?.subtle;
4163
4166
  var color = (open, close = 39) => {
4164
4167
  return (value) => `\x1B[${open}m${value}\x1B[${close}m`;
4165
4168
  };
@@ -4242,7 +4245,7 @@
4242
4245
  }
4243
4246
  };
4244
4247
 
4245
- // ../../../../../../node_modules/.pnpm/@xylabs+threads@7.0.8_@opentelemetry+api@1.9.1_@opentelemetry+sdk-trace-base@2.9.0_@ope_a1685075a98125ef0b6f31620ba50469/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
4248
+ // ../../../../../../node_modules/.pnpm/@ariestools+threads@8.0.2_@opentelemetry+api@1.9.1_@opentelemetry+sdk-trace-base@2.9.0__a2acb9fc8c6e3734ad0f26d6a6d2f8da/node_modules/@ariestools/threads/dist/browser/worker/worker.browser.mjs
4246
4249
  var DefaultErrorSerializer = {
4247
4250
  deserialize: (message) => {
4248
4251
  const error = Object.create(Error.prototype);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sdk-protocol",
3
- "version": "7.0.13",
3
+ "version": "7.0.14",
4
4
  "description": "Foundation SDK barrel for XYO Protocol 2.0 (protocol, core payload plugins, manifest, sdk-utils)",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -312,60 +312,61 @@
312
312
  "README.md"
313
313
  ],
314
314
  "dependencies": {
315
- "@xyo-network/account": "~7.0.13",
316
- "@xyo-network/address": "~7.0.13",
317
- "@xyo-network/api-models": "~7.0.13",
318
- "@xyo-network/api": "~7.0.13",
319
- "@xyo-network/boundwitness": "~7.0.13",
320
- "@xyo-network/boundwitness-builder": "~7.0.13",
321
- "@xyo-network/boundwitness-validator": "~7.0.13",
322
- "@xyo-network/boundwitness-model": "~7.0.13",
323
- "@xyo-network/boundwitness-wrapper": "~7.0.13",
324
- "@xyo-network/config-payload-plugin": "~7.0.13",
325
- "@xyo-network/core": "~7.0.13",
326
- "@xyo-network/core-payload-plugins": "~7.0.13",
327
- "@xyo-network/crypto": "~7.0.13",
328
- "@xyo-network/data": "~7.0.13",
329
- "@xyo-network/dns": "~7.0.13",
330
- "@xyo-network/domain-payload-plugin": "~7.0.13",
331
- "@xyo-network/elliptic": "~7.0.13",
332
- "@xyo-network/account-model": "~7.0.13",
333
- "@xyo-network/hash": "~7.0.13",
334
- "@xyo-network/huri": "~7.0.13",
335
- "@xyo-network/id-payload-plugin": "~7.0.13",
336
- "@xyo-network/key-model": "~7.0.13",
337
- "@xyo-network/metamask-connector": "~7.0.13",
338
- "@xyo-network/manifest": "~7.0.13",
339
- "@xyo-network/network": "~7.0.13",
340
- "@xyo-network/manifest-model": "~7.0.13",
341
- "@xyo-network/payload": "~7.0.13",
342
- "@xyo-network/payload-builder": "~7.0.13",
343
- "@xyo-network/payload-plugin": "~7.0.13",
344
- "@xyo-network/payload-utils": "~7.0.13",
345
- "@xyo-network/payload-wrapper": "~7.0.13",
346
- "@xyo-network/pqc": "~7.0.13",
347
- "@xyo-network/payload-validator": "~7.0.13",
348
- "@xyo-network/previous-hash-store": "~7.0.13",
349
- "@xyo-network/previous-hash-store-indexeddb": "~7.0.13",
350
- "@xyo-network/previous-hash-store-model": "~7.0.13",
351
- "@xyo-network/previous-hash-store-storage": "~7.0.13",
352
- "@xyo-network/protocol": "~7.0.13",
353
- "@xyo-network/quadkey": "~7.0.13",
354
- "@xyo-network/quant-wallet": "~7.0.13",
355
- "@xyo-network/quant-account": "~7.0.13",
356
- "@xyo-network/schema-cache": "~7.0.13",
357
- "@xyo-network/query-payload-plugin": "~7.0.13",
358
- "@xyo-network/payload-model": "~7.0.13",
359
- "@xyo-network/schema-name-validator": "~7.0.13",
360
- "@xyo-network/schema-payload-plugin": "~7.0.13",
361
- "@xyo-network/sdk-utils": "~7.0.13",
362
- "@xyo-network/value-payload-plugin": "~7.0.13",
363
- "@xyo-network/wallet": "~7.0.13",
364
- "@xyo-network/wallet-model": "~7.0.13",
365
- "@xyo-network/wasm": "~7.0.13"
315
+ "@xyo-network/account": "~7.0.14",
316
+ "@xyo-network/account-model": "~7.0.14",
317
+ "@xyo-network/address": "~7.0.14",
318
+ "@xyo-network/api": "~7.0.14",
319
+ "@xyo-network/api-models": "~7.0.14",
320
+ "@xyo-network/boundwitness-builder": "~7.0.14",
321
+ "@xyo-network/boundwitness": "~7.0.14",
322
+ "@xyo-network/boundwitness-model": "~7.0.14",
323
+ "@xyo-network/boundwitness-wrapper": "~7.0.14",
324
+ "@xyo-network/boundwitness-validator": "~7.0.14",
325
+ "@xyo-network/config-payload-plugin": "~7.0.14",
326
+ "@xyo-network/core": "~7.0.14",
327
+ "@xyo-network/core-payload-plugins": "~7.0.14",
328
+ "@xyo-network/crypto": "~7.0.14",
329
+ "@xyo-network/data": "~7.0.14",
330
+ "@xyo-network/dns": "~7.0.14",
331
+ "@xyo-network/domain-payload-plugin": "~7.0.14",
332
+ "@xyo-network/elliptic": "~7.0.14",
333
+ "@xyo-network/hash": "~7.0.14",
334
+ "@xyo-network/huri": "~7.0.14",
335
+ "@xyo-network/key-model": "~7.0.14",
336
+ "@xyo-network/id-payload-plugin": "~7.0.14",
337
+ "@xyo-network/manifest": "~7.0.14",
338
+ "@xyo-network/metamask-connector": "~7.0.14",
339
+ "@xyo-network/manifest-model": "~7.0.14",
340
+ "@xyo-network/payload-builder": "~7.0.14",
341
+ "@xyo-network/payload": "~7.0.14",
342
+ "@xyo-network/payload-model": "~7.0.14",
343
+ "@xyo-network/payload-plugin": "~7.0.14",
344
+ "@xyo-network/payload-utils": "~7.0.14",
345
+ "@xyo-network/payload-wrapper": "~7.0.14",
346
+ "@xyo-network/payload-validator": "~7.0.14",
347
+ "@xyo-network/previous-hash-store": "~7.0.14",
348
+ "@xyo-network/previous-hash-store-indexeddb": "~7.0.14",
349
+ "@xyo-network/previous-hash-store-model": "~7.0.14",
350
+ "@xyo-network/network": "~7.0.14",
351
+ "@xyo-network/protocol": "~7.0.14",
352
+ "@xyo-network/previous-hash-store-storage": "~7.0.14",
353
+ "@xyo-network/quadkey": "~7.0.14",
354
+ "@xyo-network/quant-account": "~7.0.14",
355
+ "@xyo-network/quant-wallet": "~7.0.14",
356
+ "@xyo-network/schema-cache": "~7.0.14",
357
+ "@xyo-network/query-payload-plugin": "~7.0.14",
358
+ "@xyo-network/schema-name-validator": "~7.0.14",
359
+ "@xyo-network/pqc": "~7.0.14",
360
+ "@xyo-network/schema-payload-plugin": "~7.0.14",
361
+ "@xyo-network/wallet": "~7.0.14",
362
+ "@xyo-network/sdk-utils": "~7.0.14",
363
+ "@xyo-network/value-payload-plugin": "~7.0.14",
364
+ "@xyo-network/wallet-model": "~7.0.14",
365
+ "@xyo-network/wasm": "~7.0.14"
366
366
  },
367
367
  "devDependencies": {
368
- "@ariestools/sdk": "~7.0.8",
368
+ "@ariestools/sdk": "~8.0.2",
369
+ "@ariestools/threads": "~8.0.2",
369
370
  "@bitauth/libauth": "~3.0.0",
370
371
  "@metamask/providers": "~22.1.1",
371
372
  "@noble/post-quantum": "~0.6.1",
@@ -373,13 +374,10 @@
373
374
  "@opentelemetry/sdk-trace-base": "~2.9.0",
374
375
  "@scure/base": "~2.2.0",
375
376
  "@scure/bip39": "~2.2.0",
376
- "@xylabs/geo": "~7.0.8",
377
- "@xylabs/threads": "~7.0.8",
378
- "@xylabs/toolchain": "~8.6.2",
379
- "@xylabs/tsconfig": "~8.6.2",
377
+ "@xylabs/toolchain": "~8.6.3",
378
+ "@xylabs/tsconfig": "~8.6.3",
380
379
  "ajv": "~8.20.0",
381
380
  "async-mutex": "~0.5.0",
382
- "browserslist": "~4.28.4",
383
381
  "debug": "~4.4.3",
384
382
  "eslint": "~10.6.0",
385
383
  "eslint-import-resolver-typescript": "~4.4.5",
@@ -392,7 +390,8 @@
392
390
  "zod": "~4.4.3"
393
391
  },
394
392
  "peerDependencies": {
395
- "@ariestools/sdk": "^7.0.8",
393
+ "@ariestools/sdk": "^8.0.2",
394
+ "@ariestools/threads": "^8.0.2",
396
395
  "@bitauth/libauth": "^3.0.0",
397
396
  "@metamask/providers": "^22.1.1",
398
397
  "@noble/post-quantum": "^0.6.1",
@@ -400,8 +399,6 @@
400
399
  "@opentelemetry/sdk-trace-base": "^2.9.0",
401
400
  "@scure/base": "^2.2.0",
402
401
  "@scure/bip39": "^2.2.0",
403
- "@xylabs/geo": "^7.0.8",
404
- "@xylabs/threads": "^7.0.8",
405
402
  "ajv": "^8.20.0",
406
403
  "async-mutex": "^0.5.0",
407
404
  "debug": "^4.4.3",