@xyo-network/protocol 7.0.13 → 7.0.15

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,5 +1,2 @@
1
- export * from '@xyo-network/boundwitness';
2
- export * from '@xyo-network/core';
3
- export * from '@xyo-network/crypto';
4
- export * from '@xyo-network/payload';
1
+ export * from '@xyo-network/sdk-protocol/protocol';
5
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,oCAAoC,CAAA"}
@@ -1,6 +1,3 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/boundwitness";
3
- export * from "@xyo-network/core";
4
- export * from "@xyo-network/crypto";
5
- export * from "@xyo-network/payload";
2
+ export * from "@xyo-network/sdk-protocol/protocol";
6
3
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["export * from '@xyo-network/boundwitness'\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/crypto'\nexport * from '@xyo-network/payload'\n"],
5
- "mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/sdk-protocol.\nexport * from '@xyo-network/sdk-protocol/protocol'\n"],
5
+ "mappings": ";AACA,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,5 +1,2 @@
1
- export * from '@xyo-network/boundwitness';
2
- export * from '@xyo-network/core';
3
- export * from '@xyo-network/crypto';
4
- export * from '@xyo-network/payload';
1
+ export * from '@xyo-network/sdk-protocol/protocol';
5
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,oCAAoC,CAAA"}
@@ -1,6 +1,3 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/boundwitness";
3
- export * from "@xyo-network/core";
4
- export * from "@xyo-network/crypto";
5
- export * from "@xyo-network/payload";
2
+ export * from "@xyo-network/sdk-protocol/protocol";
6
3
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["export * from '@xyo-network/boundwitness'\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/crypto'\nexport * from '@xyo-network/payload'\n"],
5
- "mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/sdk-protocol.\nexport * from '@xyo-network/sdk-protocol/protocol'\n"],
5
+ "mappings": ";AACA,cAAc;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/protocol",
3
- "version": "7.0.13",
3
+ "version": "7.0.15",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -40,24 +40,22 @@
40
40
  "README.md"
41
41
  ],
42
42
  "dependencies": {
43
- "@xyo-network/boundwitness": "~7.0.13",
44
- "@xyo-network/core": "~7.0.13",
45
- "@xyo-network/crypto": "~7.0.13",
46
- "@xyo-network/payload": "~7.0.13"
43
+ "@xyo-network/sdk-protocol": "~7.0.15"
47
44
  },
48
45
  "devDependencies": {
49
- "@ariestools/sdk": "~7.0.8",
46
+ "@ariestools/sdk": "~8.0.2",
47
+ "@ariestools/threads": "~8.0.2",
50
48
  "@bitauth/libauth": "~3.0.0",
49
+ "@metamask/providers": "~22.1.1",
51
50
  "@noble/post-quantum": "~0.6.1",
52
51
  "@opentelemetry/api": "~1.9.1",
53
52
  "@opentelemetry/sdk-trace-base": "~2.9.0",
54
53
  "@scure/base": "~2.2.0",
55
54
  "@scure/bip39": "~2.2.0",
56
- "@xylabs/threads": "~7.0.8",
57
- "@xylabs/toolchain": "~8.6.2",
58
- "@xylabs/tsconfig": "~8.6.2",
55
+ "@xylabs/toolchain": "~8.6.7",
56
+ "@xylabs/tsconfig": "~8.6.7",
57
+ "ajv": "~8.20.0",
59
58
  "async-mutex": "~0.5.0",
60
- "browserslist": "~4.28.4",
61
59
  "debug": "~4.4.3",
62
60
  "eslint": "~10.6.0",
63
61
  "eslint-import-resolver-typescript": "~4.4.5",
@@ -66,23 +64,27 @@
66
64
  "idb": "~8.0.3",
67
65
  "observable-fns": "~0.6.1",
68
66
  "typescript": "~6.0.3",
67
+ "webextension-polyfill": "~0.12.0",
69
68
  "zod": "~4.4.3"
70
69
  },
71
70
  "peerDependencies": {
72
- "@ariestools/sdk": "^7.0.8",
71
+ "@ariestools/sdk": "^8.0.2",
72
+ "@ariestools/threads": "^8.0.2",
73
73
  "@bitauth/libauth": "^3.0.0",
74
+ "@metamask/providers": "^22.1.1",
74
75
  "@noble/post-quantum": "^0.6.1",
75
76
  "@opentelemetry/api": "^1.9.1",
76
77
  "@opentelemetry/sdk-trace-base": "^2.9.0",
77
78
  "@scure/base": "^2.2.0",
78
79
  "@scure/bip39": "^2.2.0",
79
- "@xylabs/threads": "^7.0.8",
80
+ "ajv": "^8.20.0",
80
81
  "async-mutex": "^0.5.0",
81
82
  "debug": "^4.4.3",
82
83
  "ethers": "^6.17.0",
83
84
  "hash-wasm": "^4.12.0",
84
85
  "idb": "^8.0.3",
85
86
  "observable-fns": "^0.6.1",
87
+ "webextension-polyfill": "^0.12.0",
86
88
  "zod": "^4.4.3"
87
89
  },
88
90
  "engines": {
@@ -90,5 +92,6 @@
90
92
  },
91
93
  "publishConfig": {
92
94
  "access": "public"
93
- }
95
+ },
96
+ "deprecated": "Use @xyo-network/sdk-protocol/protocol instead. Replace @xyo-network/protocol with @xyo-network/sdk-protocol/protocol. This package is a compatibility shim only and will not receive further updates."
94
97
  }