@xyo-network/diviner-forecasting 2.72.8 → 2.72.9

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/dist/docs.json +4 -4
  2. package/package.json +4 -4
package/dist/docs.json CHANGED
@@ -4999,7 +4999,7 @@
4999
4999
  "sources": [
5000
5000
  {
5001
5001
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5002
- "line": 38,
5002
+ "line": 37,
5003
5003
  "character": 8
5004
5004
  }
5005
5005
  ],
@@ -5012,7 +5012,7 @@
5012
5012
  "sources": [
5013
5013
  {
5014
5014
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5015
- "line": 38,
5015
+ "line": 37,
5016
5016
  "character": 4
5017
5017
  }
5018
5018
  ],
@@ -22768,7 +22768,7 @@
22768
22768
  "sources": [
22769
22769
  {
22770
22770
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
22771
- "line": 38,
22771
+ "line": 37,
22772
22772
  "character": 8
22773
22773
  }
22774
22774
  ],
@@ -22781,7 +22781,7 @@
22781
22781
  "sources": [
22782
22782
  {
22783
22783
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
22784
- "line": 38,
22784
+ "line": 37,
22785
22785
  "character": 4
22786
22786
  }
22787
22787
  ],
package/package.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/diviner-forecasting-abstract": "~2.72.8",
14
- "@xyo-network/diviner-forecasting-memory": "~2.72.8",
15
- "@xyo-network/diviner-forecasting-model": "~2.72.8"
13
+ "@xyo-network/diviner-forecasting-abstract": "~2.72.9",
14
+ "@xyo-network/diviner-forecasting-memory": "~2.72.9",
15
+ "@xyo-network/diviner-forecasting-model": "~2.72.9"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@xylabs/ts-scripts-yarn3": "^2.19.3",
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "sideEffects": false,
54
54
  "types": "dist/types/index.d.ts",
55
- "version": "2.72.8"
55
+ "version": "2.72.9"
56
56
  }