@hzhangxyz/ddss 0.0.34 → 0.0.35

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/README.md +1 -0
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -156,4 +156,5 @@ This project is licensed under the GNU Affero General Public License v3.0 or lat
156
156
 
157
157
  ## Links
158
158
 
159
+ - Documentation: https://ustc-knowledgecomputinglab.github.io/ddss/
159
160
  - GitHub: https://github.com/USTC-KnowledgeComputingLab/ddss
package/package.json CHANGED
@@ -18,7 +18,8 @@
18
18
  "rollup": "rollup --config rollup.config.js",
19
19
  "build": "run-s rollup",
20
20
  "test": "cross-env NODE_OPTIONS='$NODE_OPTIONS --experimental-vm-modules' jest --config=jest.config.js",
21
- "all": "run-s build test"
21
+ "all": "run-s build test",
22
+ "docs": "vitepress build docs --base /ddss/"
22
23
  },
23
24
  "dependencies": {
24
25
  "atsds": "^0.0.14",
@@ -43,7 +44,8 @@
43
44
  "ts-jest": "^29.4.6",
44
45
  "ts-node": "^10.9.2",
45
46
  "tslib": "^2.8.1",
46
- "typescript": "^5.9.3"
47
+ "typescript": "^5.9.3",
48
+ "vitepress": "^1.6.4"
47
49
  },
48
- "version": "0.0.34"
50
+ "version": "0.0.35"
49
51
  }