@stvy/fund-indicators 1.0.2 → 1.0.5

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.
package/package.json CHANGED
@@ -1,21 +1,23 @@
1
1
  {
2
2
  "name": "@stvy/fund-indicators",
3
- "version": "1.0.2",
3
+ "version": "1.0.5",
4
4
  "description": "基金自动化交易指标计算工具库 - 基于历史净值计算全部技术指标",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.cts",
8
8
  "dependencies": {
9
- "jstat": "^1.9.6",
10
- "simple-statistics": "^7.8.0",
11
- "technicalindicators": "^3.1.0"
9
+ "simple-statistics": "^7.8.0"
12
10
  },
13
11
  "devDependencies": {
14
- "@types/node": "latest",
12
+ "technicalindicators": "^3.1.0",
13
+ "jstat": "^1.9.6",
15
14
  "typescript": "^6",
16
15
  "pkgroll": "^2",
17
16
  "tsx": "^4"
18
17
  },
18
+ "optionalDependencies": {
19
+ "@types/node": "latest"
20
+ },
19
21
  "engines": {
20
22
  "node": ">=24.0.0"
21
23
  },