@xyo-network/diviner-forecasting 6.0.1 → 6.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 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-forecasting",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,53 +34,50 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-forecasting-abstract": "~6.0.1",
38
- "@xyo-network/diviner-forecasting-memory": "~6.0.1",
39
- "@xyo-network/diviner-forecasting-model": "~6.0.1"
37
+ "@xyo-network/diviner-forecasting-abstract": "~6.0.3",
38
+ "@xyo-network/diviner-forecasting-model": "~6.0.3",
39
+ "@xyo-network/diviner-forecasting-memory": "~6.0.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@bitauth/libauth": "~3.0.0",
43
- "@metamask/providers": "^22.1",
43
+ "@metamask/providers": "^22.1.1",
44
44
  "@noble/post-quantum": "~0.6.1",
45
45
  "@opentelemetry/api": "^1.9.1",
46
46
  "@opentelemetry/sdk-trace-base": "^2.7.1",
47
47
  "@scure/base": "~2.2.0",
48
- "@scure/bip39": "~2.2",
49
- "@xylabs/geo": "^6.0",
50
- "@xylabs/sdk-js": "^6.0.4",
51
- "@xylabs/threads": "~6.0.4",
52
- "@xylabs/toolchain": "~8.1.6",
53
- "@xylabs/tsconfig": "~8.1.6",
54
- "@xylabs/vitest-extended": "~6.0.4",
55
- "@xyo-network/sdk-protocol-js": "~6.0.5",
56
- "ajv": "^8.20",
48
+ "@scure/bip39": "~2.2.0",
49
+ "@xylabs/geo": "^6.0.7",
50
+ "@xylabs/sdk-js": "^6.0.7",
51
+ "@xylabs/threads": "^6.0.7",
52
+ "@xylabs/toolchain": "~8.1.15",
53
+ "@xylabs/tsconfig": "~8.1.15",
54
+ "@xylabs/vitest-extended": "~6.0.7",
55
+ "@xyo-network/sdk-protocol-js": "~6.0.8",
56
+ "ajv": "^8.20.0",
57
57
  "arima": "~0.2.8",
58
58
  "async-mutex": "^0.5.0",
59
59
  "bn.js": "^5.2.3",
60
60
  "buffer": "^6.0.3",
61
61
  "debug": "~4.4.3",
62
- "eslint": "^10.4.0",
62
+ "eslint": "^10.4.1",
63
63
  "ethers": "^6.16.0",
64
64
  "hash-wasm": "~4.12.0",
65
- "idb": "^8.0",
66
- "jsonpath": "~1.3.0",
65
+ "idb": "^8.0.3",
66
+ "jsonpath-plus": "^10.4.0",
67
67
  "lru-cache": "^11.5.1",
68
- "mapbox-gl": "^3.23",
69
68
  "observable-fns": "~0.6.1",
70
69
  "pako": "~2.1.0",
71
- "store2": "~2.14",
72
70
  "typescript": "~6.0.3",
73
- "vite": "^8.0.14",
74
- "vitest": "~4.1.7",
75
- "wasm-feature-detect": "~1.8.0",
76
- "webextension-polyfill": "^0.12",
71
+ "vite": "^8.0.16",
72
+ "vitest": "~4.1.8",
73
+ "webextension-polyfill": "^0.12.0",
77
74
  "zod": "^4.4.3",
78
- "@xyo-network/archivist-model": "~6.0.1",
79
- "@xyo-network/diviner-abstract": "~6.0.1",
80
- "@xyo-network/diviner-boundwitness": "~6.0.1",
81
- "@xyo-network/diviner-model": "~6.0.1",
82
- "@xyo-network/module-model": "~6.0.1",
83
- "@xyo-network/diviner-forecasting-method-arima": "~6.0.1"
75
+ "@xyo-network/diviner-boundwitness": "~6.0.3",
76
+ "@xyo-network/diviner-abstract": "~6.0.3",
77
+ "@xyo-network/diviner-forecasting-method-arima": "~6.0.3",
78
+ "@xyo-network/archivist-model": "~6.0.3",
79
+ "@xyo-network/diviner-model": "~6.0.3",
80
+ "@xyo-network/module-model": "~6.0.3"
84
81
  },
85
82
  "peerDependencies": {
86
83
  "@bitauth/libauth": "~3.0",
@@ -92,7 +89,7 @@
92
89
  "@scure/bip39": "~2.2",
93
90
  "@xylabs/geo": "^6.0",
94
91
  "@xylabs/sdk-js": "^6.0",
95
- "@xylabs/threads": "~6.0",
92
+ "@xylabs/threads": "^6.0",
96
93
  "@xyo-network/sdk-protocol-js": "~6.0",
97
94
  "ajv": "^8.20",
98
95
  "arima": "~0.2",
@@ -103,13 +100,10 @@
103
100
  "ethers": "^6.16",
104
101
  "hash-wasm": "~4.12",
105
102
  "idb": "^8.0",
106
- "jsonpath": "~1.3",
103
+ "jsonpath-plus": "^10.3",
107
104
  "lru-cache": "^11.3",
108
- "mapbox-gl": "^3.23",
109
105
  "observable-fns": "~0.6",
110
106
  "pako": "~2.1",
111
- "store2": "~2.14",
112
- "wasm-feature-detect": "~1.8",
113
107
  "webextension-polyfill": "^0.12",
114
108
  "zod": "^4.4"
115
109
  },