westock-data-skillhub 1.0.0 → 1.0.1

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/package.json +2 -2
  2. package/scripts/index.js +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "westock-data-skillhub",
3
- "version": "1.0.0",
4
- "description": "westock data for skillhub",
3
+ "version": "1.0.1",
4
+ "description": "股票数据查询工具库 - 提供A股、港股、美股的实时行情、K线数据和财务数据查询",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=18.0.0"