@xyo-network/react-price-forecast-plugin 2.61.1 → 2.61.4

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 +2 -2
package/dist/docs.json CHANGED
@@ -17531,7 +17531,7 @@
17531
17531
  "fileName": "packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx",
17532
17532
  "line": 29,
17533
17533
  "character": 2,
17534
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx#L29"
17534
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7a66081e5/packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx#L29"
17535
17535
  }
17536
17536
  ],
17537
17537
  "type": {
@@ -21631,7 +21631,7 @@
21631
21631
  "fileName": "packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx",
21632
21632
  "line": 28,
21633
21633
  "character": 17,
21634
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx#L28"
21634
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7a66081e5/packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx#L28"
21635
21635
  }
21636
21636
  ],
21637
21637
  "extendedTypes": [
@@ -21659,7 +21659,7 @@
21659
21659
  "fileName": "packages/plugins/packages/price-forecast/src/Plugin.ts",
21660
21660
  "line": 5,
21661
21661
  "character": 13,
21662
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/plugins/packages/price-forecast/src/Plugin.ts#L5"
21662
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7a66081e5/packages/plugins/packages/price-forecast/src/Plugin.ts#L5"
21663
21663
  }
21664
21664
  ],
21665
21665
  "type": {
@@ -21684,7 +21684,7 @@
21684
21684
  "fileName": "packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx",
21685
21685
  "line": 32,
21686
21686
  "character": 13,
21687
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx#L32"
21687
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7a66081e5/packages/plugins/packages/price-forecast/src/components/DetailsBox.tsx#L32"
21688
21688
  }
21689
21689
  ],
21690
21690
  "signatures": [
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "@xylabs/react-flexbox": "^3.0.6",
15
15
  "@xyo-network/diviner-forecasting-model": "^2.75.4",
16
16
  "@xyo-network/payload-model": "^2.75.4",
17
- "@xyo-network/react-payload-plugin": "~2.64.1",
17
+ "@xyo-network/react-payload-plugin": "~2.64.4",
18
18
  "chart.js": "^4.4.0",
19
19
  "chartjs-adapter-luxon": "^1.3.1",
20
20
  "luxon": "^3.4.3",
@@ -86,6 +86,6 @@
86
86
  },
87
87
  "sideEffects": false,
88
88
  "types": "dist/browser/index.d.ts",
89
- "version": "2.61.1",
89
+ "version": "2.61.4",
90
90
  "type": "module"
91
91
  }