@xyo-network/diviner-models 7.0.1 → 7.0.3

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 +28 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-models",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,66 +34,64 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-address-history-model": "~7.0.1",
38
- "@xyo-network/diviner-address-space": "~7.0.1",
39
- "@xyo-network/diviner-address-chain": "~7.0.1",
40
- "@xyo-network/diviner-boundwitness-stats": "~7.0.1",
41
- "@xyo-network/diviner-boundwitness": "~7.0.1",
42
- "@xyo-network/diviner-forecasting-model": "~7.0.1",
43
- "@xyo-network/diviner-model": "~7.0.1",
44
- "@xyo-network/diviner-payload-model": "~7.0.1",
45
- "@xyo-network/diviner-schema-list": "~7.0.1",
46
- "@xyo-network/diviner-payload-stats": "~7.0.1",
47
- "@xyo-network/diviner-schema-stats": "~7.0.1"
37
+ "@xyo-network/diviner-address-chain": "~7.0.3",
38
+ "@xyo-network/diviner-address-history-model": "~7.0.3",
39
+ "@xyo-network/diviner-boundwitness": "~7.0.3",
40
+ "@xyo-network/diviner-address-space": "~7.0.3",
41
+ "@xyo-network/diviner-boundwitness-stats": "~7.0.3",
42
+ "@xyo-network/diviner-forecasting-model": "~7.0.3",
43
+ "@xyo-network/diviner-model": "~7.0.3",
44
+ "@xyo-network/diviner-payload-model": "~7.0.3",
45
+ "@xyo-network/diviner-schema-stats": "~7.0.3",
46
+ "@xyo-network/diviner-payload-stats": "~7.0.3",
47
+ "@xyo-network/diviner-schema-list": "~7.0.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@bitauth/libauth": "~3.0.0",
51
- "@metamask/providers": "^22.1.1",
52
51
  "@noble/post-quantum": "~0.6.1",
53
52
  "@opentelemetry/api": "^1.9.1",
54
53
  "@opentelemetry/sdk-trace-base": "^2.8.0",
55
54
  "@scure/base": "~2.2.0",
56
55
  "@scure/bip39": "~2.2.0",
57
- "@xylabs/geo": "^6.1.4",
58
- "@xylabs/sdk-js": "^6.1.4",
59
- "@xylabs/threads": "^6.1.4",
60
- "@xylabs/toolchain": "^8.3.0",
61
- "@xylabs/tsconfig": "^8.3.0",
62
- "@xyo-network/sdk-protocol-js": "^7.0.3",
56
+ "@xylabs/geo": "^7.0.1",
57
+ "@xylabs/sdk": "^7.0.1",
58
+ "@xylabs/threads": "^7.0.1",
59
+ "@xylabs/toolchain": "^8.5.3",
60
+ "@xylabs/tsconfig": "^8.5.3",
61
+ "@xyo-network/sdk-protocol": "^7.0.4",
63
62
  "ajv": "^8.20.0",
64
63
  "async-mutex": "^0.5.0",
65
- "debug": "~4.4.3",
66
- "eslint": "^10.5.0",
64
+ "browserslist": "4.28.4",
65
+ "debug": "^4.4.3",
66
+ "eslint": "^10.6.0",
67
+ "eslint-import-resolver-typescript": "^4.4.5",
67
68
  "ethers": "^6.17.0",
68
69
  "hash-wasm": "~4.12.0",
69
70
  "idb": "^8.0.3",
70
71
  "lru-cache": "^11.5.1",
71
- "observable-fns": "~0.6.1",
72
+ "observable-fns": "^0.6.1",
72
73
  "typescript": "~6.0.3",
73
- "webextension-polyfill": "^0.12.0",
74
74
  "zod": "^4.4.3"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@bitauth/libauth": "~3.0",
78
- "@metamask/providers": "^22.1",
79
78
  "@noble/post-quantum": "~0.6.1",
80
79
  "@opentelemetry/api": "^1.9",
81
80
  "@opentelemetry/sdk-trace-base": "^2.7",
82
81
  "@scure/base": "~2.2",
83
82
  "@scure/bip39": "~2.2",
84
- "@xylabs/geo": "^6.0",
85
- "@xylabs/sdk-js": "^6.0",
86
- "@xylabs/threads": "^6.0",
87
- "@xyo-network/sdk-protocol-js": "^7.0",
83
+ "@xylabs/geo": "^7.0",
84
+ "@xylabs/sdk": "^7.0",
85
+ "@xylabs/threads": "^7.0",
86
+ "@xyo-network/sdk-protocol": "^7.0",
88
87
  "ajv": "^8.20",
89
88
  "async-mutex": "^0.5",
90
- "debug": "~4.4",
89
+ "debug": "^4.4",
91
90
  "ethers": "^6.16",
92
91
  "hash-wasm": "~4.12",
93
92
  "idb": "^8.0",
94
93
  "lru-cache": "^11.3",
95
94
  "observable-fns": "~0.6",
96
- "webextension-polyfill": "^0.12",
97
95
  "zod": "^4.4"
98
96
  },
99
97
  "engines": {