@xyo-network/diviner-forecasting 6.1.0 → 7.0.1
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.
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-forecasting",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,47 +34,47 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/diviner-forecasting-
|
|
38
|
-
"@xyo-network/diviner-forecasting-
|
|
39
|
-
"@xyo-network/diviner-forecasting-memory": "~
|
|
37
|
+
"@xyo-network/diviner-forecasting-abstract": "~7.0.1",
|
|
38
|
+
"@xyo-network/diviner-forecasting-model": "~7.0.1",
|
|
39
|
+
"@xyo-network/diviner-forecasting-memory": "~7.0.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@bitauth/libauth": "~3.0.0",
|
|
43
43
|
"@metamask/providers": "^22.1.1",
|
|
44
44
|
"@noble/post-quantum": "~0.6.1",
|
|
45
45
|
"@opentelemetry/api": "^1.9.1",
|
|
46
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
46
|
+
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
47
47
|
"@scure/base": "~2.2.0",
|
|
48
48
|
"@scure/bip39": "~2.2.0",
|
|
49
|
-
"@xylabs/geo": "^6.1.
|
|
50
|
-
"@xylabs/sdk-js": "^6.1.
|
|
51
|
-
"@xylabs/threads": "^6.1.
|
|
52
|
-
"@xylabs/toolchain": "^8.
|
|
53
|
-
"@xylabs/tsconfig": "^8.
|
|
54
|
-
"@xylabs/vitest-extended": "^6.1.
|
|
55
|
-
"@xyo-network/sdk-protocol-js": "^
|
|
49
|
+
"@xylabs/geo": "^6.1.4",
|
|
50
|
+
"@xylabs/sdk-js": "^6.1.4",
|
|
51
|
+
"@xylabs/threads": "^6.1.4",
|
|
52
|
+
"@xylabs/toolchain": "^8.3.0",
|
|
53
|
+
"@xylabs/tsconfig": "^8.3.0",
|
|
54
|
+
"@xylabs/vitest-extended": "^6.1.4",
|
|
55
|
+
"@xyo-network/sdk-protocol-js": "^7.0.3",
|
|
56
56
|
"ajv": "^8.20.0",
|
|
57
57
|
"arima": "~0.2.8",
|
|
58
58
|
"async-mutex": "^0.5.0",
|
|
59
59
|
"debug": "~4.4.3",
|
|
60
|
-
"eslint": "^10.
|
|
61
|
-
"ethers": "^6.
|
|
60
|
+
"eslint": "^10.5.0",
|
|
61
|
+
"ethers": "^6.17.0",
|
|
62
62
|
"hash-wasm": "~4.12.0",
|
|
63
63
|
"idb": "^8.0.3",
|
|
64
64
|
"jsonpath-plus": "^10.4.0",
|
|
65
65
|
"lru-cache": "^11.5.1",
|
|
66
66
|
"observable-fns": "~0.6.1",
|
|
67
67
|
"typescript": "~6.0.3",
|
|
68
|
-
"vite": "^8.0
|
|
69
|
-
"vitest": "~4.1.
|
|
68
|
+
"vite": "^8.1.0",
|
|
69
|
+
"vitest": "~4.1.9",
|
|
70
70
|
"webextension-polyfill": "^0.12.0",
|
|
71
71
|
"zod": "^4.4.3",
|
|
72
|
-
"@xyo-network/
|
|
73
|
-
"@xyo-network/
|
|
74
|
-
"@xyo-network/diviner-boundwitness": "~
|
|
75
|
-
"@xyo-network/diviner-
|
|
76
|
-
"@xyo-network/diviner-
|
|
77
|
-
"@xyo-network/module-model": "~
|
|
72
|
+
"@xyo-network/archivist-model": "~7.0.1",
|
|
73
|
+
"@xyo-network/diviner-abstract": "~7.0.1",
|
|
74
|
+
"@xyo-network/diviner-boundwitness": "~7.0.1",
|
|
75
|
+
"@xyo-network/diviner-forecasting-method-arima": "~7.0.1",
|
|
76
|
+
"@xyo-network/diviner-model": "~7.0.1",
|
|
77
|
+
"@xyo-network/module-model": "~7.0.1"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@bitauth/libauth": "~3.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@xylabs/geo": "^6.0",
|
|
88
88
|
"@xylabs/sdk-js": "^6.0",
|
|
89
89
|
"@xylabs/threads": "^6.0",
|
|
90
|
-
"@xyo-network/sdk-protocol-js": "^
|
|
90
|
+
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
91
91
|
"ajv": "^8.20",
|
|
92
92
|
"arima": "~0.2",
|
|
93
93
|
"async-mutex": "^0.5",
|