nexfep 0.4.0 → 0.4.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.
package/README-CN.md CHANGED
@@ -522,7 +522,7 @@ nexfep build -u 7
522
522
  注意不要包括外层的 `metadata` 字段,直接包含内部字段即可,例如:
523
523
 
524
524
  ```json
525
- { "1033": { "FileVersion": ... } }
525
+ { "1033": { "FileVersion": "..." } }
526
526
  ```
527
527
 
528
528
  ## API
package/README.md CHANGED
@@ -522,7 +522,7 @@ For `metadata` parameter, you can refer to [Nexfpack documentation](https://gith
522
522
  Please do not include the outer `metadata` field, just the internal fields. Like this:
523
523
 
524
524
  ```json
525
- { "1033": { "FileVersion": ... } }
525
+ { "1033": { "FileVersion": "..." } }
526
526
  ```
527
527
 
528
528
  ## API
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "webview",
18
18
  "typescript"
19
19
  ],
20
- "version": "0.4.0",
20
+ "version": "0.4.1",
21
21
  "type": "module",
22
22
  "main": "./index.js",
23
23
  "scripts": {