qntjs-lib 1.0.1 → 1.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.
@@ -1571,3 +1571,4 @@ declare namespace index_d {
1571
1571
  }
1572
1572
 
1573
1573
  export { arr_d as arr, index_d$2 as math, index_d as stats, index_d$1 as ta };
1574
+ export type { IchimokuOptions, KstOptions, UltoscOptions };
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export * as math from './math/index.js';
2
2
  export * as ta from './ta/index.js';
3
3
  export * as arr from './arr/arr.js';
4
4
  export * as stats from './stats/index.js';
5
+ export type { KstOptions, UltoscOptions, IchimokuOptions } from './ta/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qntjs-lib",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "main": "./dist/bundle/index.js",
6
6
  "types": "./dist/index.d.ts",