@xyo-network/diviner-models 6.0.0 → 6.0.2

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.
Files changed (1) hide show
  1. package/package.json +35 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-models",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,82 +34,72 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-address-chain": "~6.0.0",
38
- "@xyo-network/diviner-address-history-model": "~6.0.0",
39
- "@xyo-network/diviner-address-space": "~6.0.0",
40
- "@xyo-network/diviner-boundwitness": "~6.0.0",
41
- "@xyo-network/diviner-boundwitness-stats": "~6.0.0",
42
- "@xyo-network/diviner-forecasting-model": "~6.0.0",
43
- "@xyo-network/diviner-model": "~6.0.0",
44
- "@xyo-network/diviner-schema-list": "~6.0.0",
45
- "@xyo-network/diviner-payload-stats": "~6.0.0",
46
- "@xyo-network/diviner-schema-stats": "~6.0.0",
47
- "@xyo-network/diviner-payload-model": "~6.0.0"
37
+ "@xyo-network/diviner-address-chain": "~6.0.2",
38
+ "@xyo-network/diviner-address-history-model": "~6.0.2",
39
+ "@xyo-network/diviner-address-space": "~6.0.2",
40
+ "@xyo-network/diviner-boundwitness": "~6.0.2",
41
+ "@xyo-network/diviner-boundwitness-stats": "~6.0.2",
42
+ "@xyo-network/diviner-forecasting-model": "~6.0.2",
43
+ "@xyo-network/diviner-payload-stats": "~6.0.2",
44
+ "@xyo-network/diviner-model": "~6.0.2",
45
+ "@xyo-network/diviner-payload-model": "~6.0.2",
46
+ "@xyo-network/diviner-schema-list": "~6.0.2",
47
+ "@xyo-network/diviner-schema-stats": "~6.0.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@bitauth/libauth": "~3.0.0",
51
+ "@metamask/providers": "^22.1.1",
52
+ "@noble/post-quantum": "~0.6.1",
51
53
  "@opentelemetry/api": "^1.9.1",
52
54
  "@opentelemetry/sdk-trace-base": "^2.7.1",
53
55
  "@scure/base": "~2.2.0",
54
- "@xylabs/sdk-js": "^6.0.0",
55
- "@xylabs/threads": "~6.0.0",
56
- "@xylabs/toolchain": "~8.0.17",
57
- "@xylabs/tsconfig": "~8.0.17",
58
- "@xyo-network/account": "~6.0",
59
- "@xyo-network/account-model": "~6.0",
60
- "@xyo-network/boundwitness-builder": "~6.0",
61
- "@xyo-network/boundwitness-model": "~6.0",
62
- "@xyo-network/boundwitness-wrapper": "~6.0",
63
- "@xyo-network/config-payload-plugin": "~6.0",
64
- "@xyo-network/manifest-model": "~6.0",
65
- "@xyo-network/payload-builder": "~6.0.0",
66
- "@xyo-network/payload-model": "~6.0.0",
67
- "@xyo-network/query-payload-plugin": "~6.0",
68
- "@xyo-network/wallet-model": "~6.0",
56
+ "@scure/bip39": "~2.2.0",
57
+ "@xylabs/geo": "^6.0.6",
58
+ "@xylabs/sdk-js": "^6.0.6",
59
+ "@xylabs/threads": "^6.0.6",
60
+ "@xylabs/toolchain": "~8.1.8",
61
+ "@xylabs/tsconfig": "~8.1.8",
62
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
63
+ "ajv": "^8.20.0",
69
64
  "async-mutex": "^0.5.0",
70
65
  "bn.js": "^5.2.3",
71
66
  "buffer": "^6.0.3",
72
- "chalk": "^5.6.2",
73
67
  "debug": "~4.4.3",
74
- "eslint": "^10.4.0",
68
+ "eslint": "^10.4.1",
75
69
  "ethers": "^6.16.0",
76
70
  "hash-wasm": "~4.12.0",
77
- "lru-cache": "^11.5.0",
71
+ "idb": "^8.0.3",
72
+ "lru-cache": "^11.5.1",
78
73
  "observable-fns": "~0.6.1",
79
74
  "pako": "~2.1.0",
80
75
  "typescript": "~6.0.3",
81
- "wasm-feature-detect": "~1.8.0",
76
+ "webextension-polyfill": "^0.12.0",
82
77
  "zod": "^4.4.3"
83
78
  },
84
79
  "peerDependencies": {
85
80
  "@bitauth/libauth": "~3.0",
81
+ "@metamask/providers": "^22.1",
82
+ "@noble/post-quantum": "~0.6.1",
86
83
  "@opentelemetry/api": "^1.9",
87
84
  "@opentelemetry/sdk-trace-base": "^2.7",
88
85
  "@scure/base": "~2.2",
86
+ "@scure/bip39": "~2.2",
87
+ "@xylabs/geo": "^6.0",
89
88
  "@xylabs/sdk-js": "^6.0",
90
- "@xylabs/threads": "~6.0",
91
- "@xyo-network/account": "~6.0",
92
- "@xyo-network/account-model": "~6.0",
93
- "@xyo-network/boundwitness-builder": "~6.0",
94
- "@xyo-network/boundwitness-model": "~6.0",
95
- "@xyo-network/boundwitness-wrapper": "~6.0",
96
- "@xyo-network/config-payload-plugin": "~6.0",
97
- "@xyo-network/manifest-model": "~6.0",
98
- "@xyo-network/payload-builder": "~6.0",
99
- "@xyo-network/payload-model": "~6.0",
100
- "@xyo-network/query-payload-plugin": "~6.0",
101
- "@xyo-network/wallet-model": "~6.0",
89
+ "@xylabs/threads": "^6.0",
90
+ "@xyo-network/sdk-protocol-js": "~6.0",
91
+ "ajv": "^8.20",
102
92
  "async-mutex": "^0.5",
103
93
  "bn.js": "^5.2",
104
94
  "buffer": "^6.0",
105
- "chalk": "^5.6",
106
95
  "debug": "~4.4",
107
96
  "ethers": "^6.16",
108
97
  "hash-wasm": "~4.12",
98
+ "idb": "^8.0",
109
99
  "lru-cache": "^11.3",
110
100
  "observable-fns": "~0.6",
111
101
  "pako": "~2.1",
112
- "wasm-feature-detect": "~1.8",
102
+ "webextension-polyfill": "^0.12",
113
103
  "zod": "^4.4"
114
104
  },
115
105
  "publishConfig": {