@xyo-network/diviner-forecasting-abstract 2.110.19 → 2.111.0

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.
@@ -39,4 +39,4 @@ var AbstractForecastingDiviner = class extends AbstractDiviner {
39
39
  export {
40
40
  AbstractForecastingDiviner
41
41
  };
42
- //# sourceMappingURL=index.js.map
42
+ //# sourceMappingURL=index.mjs.map
@@ -39,4 +39,4 @@ var AbstractForecastingDiviner = class extends AbstractDiviner {
39
39
  export {
40
40
  AbstractForecastingDiviner
41
41
  };
42
- //# sourceMappingURL=index.js.map
42
+ //# sourceMappingURL=index.mjs.map
@@ -43,4 +43,4 @@ var AbstractForecastingDiviner = _AbstractForecastingDiviner;
43
43
  export {
44
44
  AbstractForecastingDiviner
45
45
  };
46
- //# sourceMappingURL=index.js.map
46
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -10,17 +10,17 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/promise": "^3.6.6",
14
- "@xyo-network/diviner-abstract": "^2.110.19",
15
- "@xyo-network/diviner-forecasting-model": "^2.110.19",
16
- "@xyo-network/diviner-model": "^2.110.19",
17
- "@xyo-network/module-model": "^2.110.19",
18
- "@xyo-network/payload-builder": "^2.110.19",
19
- "@xyo-network/payload-model": "^2.110.19"
13
+ "@xylabs/promise": "^3.6.8",
14
+ "@xyo-network/diviner-abstract": "^2.111.0",
15
+ "@xyo-network/diviner-forecasting-model": "^2.111.0",
16
+ "@xyo-network/diviner-model": "^2.111.0",
17
+ "@xyo-network/module-model": "^2.111.0",
18
+ "@xyo-network/payload-builder": "^2.111.0",
19
+ "@xyo-network/payload-model": "^2.111.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/ts-scripts-yarn3": "^3.14.1",
23
- "@xylabs/tsconfig": "^3.14.1",
22
+ "@xylabs/ts-scripts-yarn3": "^3.15.5",
23
+ "@xylabs/tsconfig": "^3.15.5",
24
24
  "typescript": "^5.5.4"
25
25
  },
26
26
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "import": {
36
36
  "types": "./dist/browser/index.d.mts",
37
- "default": "./dist/browser/index.js"
37
+ "default": "./dist/browser/index.mjs"
38
38
  }
39
39
  },
40
40
  "node": {
@@ -44,14 +44,14 @@
44
44
  },
45
45
  "import": {
46
46
  "types": "./dist/node/index.d.mts",
47
- "default": "./dist/node/index.js"
47
+ "default": "./dist/node/index.mjs"
48
48
  }
49
49
  }
50
50
  },
51
51
  "./package.json": "./package.json"
52
52
  },
53
53
  "main": "dist/node/index.cjs",
54
- "module": "dist/node/index.js",
54
+ "module": "dist/node/index.mjs",
55
55
  "homepage": "https://xyo.network",
56
56
  "license": "LGPL-3.0-only",
57
57
  "publishConfig": {
@@ -62,6 +62,6 @@
62
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
63
63
  },
64
64
  "sideEffects": false,
65
- "version": "2.110.19",
65
+ "version": "2.111.0",
66
66
  "type": "module"
67
67
  }
File without changes
File without changes
File without changes