@xyo-network/diviner-forecasting-method-arima 3.14.16 → 3.14.18

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 (2) hide show
  1. package/README.md +23 -0
  2. package/package.json +7 -8
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # @xyo-network/diviner-forecasting-method-arima
2
+
3
+ [![logo][]](https://xyo.network)
4
+
5
+ Version: 3.14.16
6
+
7
+ XYO Archivist
8
+
9
+ ## Documentation
10
+
11
+ [TypeDoc Generated Documentation](https://gitbook.xyo.network/xyo-data-lab/xyo-reference/package-documentation/xyo-network__diviner-forecasting-method-arima)
12
+
13
+ Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
14
+
15
+ ## License
16
+
17
+ > See the [LICENSE](LICENSE) file for license details
18
+
19
+ ## Credits
20
+
21
+ [Made with 🔥 and ❄️ by XYO](https://xyo.network)
22
+
23
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/diviner-forecasting-method-arima",
4
- "version": "3.14.16",
4
+ "version": "3.14.18",
5
5
  "description": "XYO Archivist",
6
6
  "license": "LGPL-3.0-only",
7
7
  "author": "Arie Trouw",
@@ -16,17 +16,16 @@
16
16
  "module": "dist/neutral/index.mjs",
17
17
  "types": "dist/types/index.d.ts",
18
18
  "dependencies": {
19
- "@xyo-network/diviner-forecasting-model": "^3.14.16",
20
- "@xyo-network/payload-model": "^3.14.16",
19
+ "@xyo-network/diviner-forecasting-model": "^3.14.18",
20
+ "@xyo-network/payload-model": "^3.14.18",
21
21
  "arima": "^0.2.5"
22
22
  },
23
23
  "devDependencies": {
24
- "@xylabs/ts-scripts-yarn3": "^6.4.6",
25
- "@xylabs/tsconfig": "^6.4.6",
26
- "@xylabs/vitest-extended": "^4.8.9",
27
- "knip": "^5.50.5",
24
+ "@xylabs/ts-scripts-yarn3": "^6.5.5",
25
+ "@xylabs/tsconfig": "^6.5.5",
26
+ "@xylabs/vitest-extended": "^4.9.3",
28
27
  "typescript": "^5.8.3",
29
- "vitest": "^3.1.2"
28
+ "vitest": "^3.1.3"
30
29
  },
31
30
  "publishConfig": {
32
31
  "access": "public"