parapoly-runtime 1.0.1 → 1.0.2

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,6 +41,9 @@ node node_modules/parapoly-runtime/cli/code3d-build.js ./my-project
41
41
 
42
42
  ```bash
43
43
  code3d-install-instructions
44
+
45
+ # 或通过 node 直接运行
46
+ node node_modules/parapoly-runtime/cli/code3d-install-instructions.js
44
47
  ```
45
48
 
46
49
  或指定目标目录:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parapoly-runtime",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "ParaPoly 3D CAD Runtime — CSG modeling, sketch, and project builder",
5
5
  "main": "./parapoly_runtime.js",
6
6
  "types": "./parapoly_runtime.d.ts",