@xyo-network/diviner-forecasting 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 +27 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-forecasting",
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,71 +34,69 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
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"
37
+ "@xyo-network/diviner-forecasting-abstract": "~7.0.3",
38
+ "@xyo-network/diviner-forecasting-model": "~7.0.3",
39
+ "@xyo-network/diviner-forecasting-memory": "~7.0.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@bitauth/libauth": "~3.0.0",
43
- "@metamask/providers": "^22.1.1",
44
43
  "@noble/post-quantum": "~0.6.1",
45
44
  "@opentelemetry/api": "^1.9.1",
46
45
  "@opentelemetry/sdk-trace-base": "^2.8.0",
47
46
  "@scure/base": "~2.2.0",
48
47
  "@scure/bip39": "~2.2.0",
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",
48
+ "@xylabs/geo": "^7.0.1",
49
+ "@xylabs/sdk": "^7.0.1",
50
+ "@xylabs/threads": "^7.0.1",
51
+ "@xylabs/toolchain": "^8.5.3",
52
+ "@xylabs/tsconfig": "^8.5.3",
53
+ "@xylabs/vitest-extended": "^7.0.1",
54
+ "@xyo-network/sdk-protocol": "^7.0.4",
56
55
  "ajv": "^8.20.0",
57
56
  "arima": "~0.2.8",
58
57
  "async-mutex": "^0.5.0",
59
- "debug": "~4.4.3",
60
- "eslint": "^10.5.0",
58
+ "browserslist": "4.28.4",
59
+ "debug": "^4.4.3",
60
+ "eslint": "^10.6.0",
61
+ "eslint-import-resolver-typescript": "^4.4.5",
61
62
  "ethers": "^6.17.0",
62
63
  "hash-wasm": "~4.12.0",
63
64
  "idb": "^8.0.3",
64
65
  "jsonpath-plus": "^10.4.0",
65
66
  "lru-cache": "^11.5.1",
66
- "observable-fns": "~0.6.1",
67
+ "observable-fns": "^0.6.1",
67
68
  "typescript": "~6.0.3",
68
69
  "vite": "^8.1.0",
69
70
  "vitest": "~4.1.9",
70
- "webextension-polyfill": "^0.12.0",
71
71
  "zod": "^4.4.3",
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"
72
+ "@xyo-network/archivist-model": "~7.0.3",
73
+ "@xyo-network/diviner-boundwitness": "~7.0.3",
74
+ "@xyo-network/diviner-abstract": "~7.0.3",
75
+ "@xyo-network/diviner-forecasting-method-arima": "~7.0.3",
76
+ "@xyo-network/diviner-model": "~7.0.3",
77
+ "@xyo-network/module-model": "~7.0.3"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@bitauth/libauth": "~3.0",
81
- "@metamask/providers": "^22.1",
82
81
  "@noble/post-quantum": "~0.6.1",
83
82
  "@opentelemetry/api": "^1.9",
84
83
  "@opentelemetry/sdk-trace-base": "^2.7",
85
84
  "@scure/base": "~2.2",
86
85
  "@scure/bip39": "~2.2",
87
- "@xylabs/geo": "^6.0",
88
- "@xylabs/sdk-js": "^6.0",
89
- "@xylabs/threads": "^6.0",
90
- "@xyo-network/sdk-protocol-js": "^7.0",
86
+ "@xylabs/geo": "^7.0",
87
+ "@xylabs/sdk": "^7.0",
88
+ "@xylabs/threads": "^7.0",
89
+ "@xyo-network/sdk-protocol": "^7.0",
91
90
  "ajv": "^8.20",
92
91
  "arima": "~0.2",
93
92
  "async-mutex": "^0.5",
94
- "debug": "~4.4",
93
+ "debug": "^4.4",
95
94
  "ethers": "^6.16",
96
95
  "hash-wasm": "~4.12",
97
96
  "idb": "^8.0",
98
97
  "jsonpath-plus": "^10.3",
99
98
  "lru-cache": "^11.3",
100
99
  "observable-fns": "~0.6",
101
- "webextension-polyfill": "^0.12",
102
100
  "zod": "^4.4"
103
101
  },
104
102
  "engines": {