@xyo-network/protocol 7.0.14 → 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.14",
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,22 +40,21 @@
40
40
  "README.md"
41
41
  ],
42
42
  "dependencies": {
43
- "@xyo-network/boundwitness": "~7.0.14",
44
- "@xyo-network/crypto": "~7.0.14",
45
- "@xyo-network/payload": "~7.0.14",
46
- "@xyo-network/core": "~7.0.14"
43
+ "@xyo-network/sdk-protocol": "~7.0.15"
47
44
  },
48
45
  "devDependencies": {
49
46
  "@ariestools/sdk": "~8.0.2",
50
47
  "@ariestools/threads": "~8.0.2",
51
48
  "@bitauth/libauth": "~3.0.0",
49
+ "@metamask/providers": "~22.1.1",
52
50
  "@noble/post-quantum": "~0.6.1",
53
51
  "@opentelemetry/api": "~1.9.1",
54
52
  "@opentelemetry/sdk-trace-base": "~2.9.0",
55
53
  "@scure/base": "~2.2.0",
56
54
  "@scure/bip39": "~2.2.0",
57
- "@xylabs/toolchain": "~8.6.3",
58
- "@xylabs/tsconfig": "~8.6.3",
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
59
  "debug": "~4.4.3",
61
60
  "eslint": "~10.6.0",
@@ -65,23 +64,27 @@
65
64
  "idb": "~8.0.3",
66
65
  "observable-fns": "~0.6.1",
67
66
  "typescript": "~6.0.3",
67
+ "webextension-polyfill": "~0.12.0",
68
68
  "zod": "~4.4.3"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@ariestools/sdk": "^8.0.2",
72
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",
80
+ "ajv": "^8.20.0",
79
81
  "async-mutex": "^0.5.0",
80
82
  "debug": "^4.4.3",
81
83
  "ethers": "^6.17.0",
82
84
  "hash-wasm": "^4.12.0",
83
85
  "idb": "^8.0.3",
84
86
  "observable-fns": "^0.6.1",
87
+ "webextension-polyfill": "^0.12.0",
85
88
  "zod": "^4.4.3"
86
89
  },
87
90
  "engines": {
@@ -89,5 +92,6 @@
89
92
  },
90
93
  "publishConfig": {
91
94
  "access": "public"
92
- }
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."
93
97
  }