@kawalir/extension-node 0.6.0 → 0.6.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/CHANGELOG.md +1 -1
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- New methods Folder.testExistence and Folder.list
1
+ No change
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "Node",
8
8
  "Node Extension"
9
9
  ],
10
- "version": "0.6.0",
10
+ "version": "0.6.1",
11
11
  "author": "Denis Mijatovic",
12
12
  "license": "MIT",
13
13
  "type": "commonjs",
@@ -30,7 +30,8 @@
30
30
  "minor": "npm run script Publish minor",
31
31
  "patch": "npm run script Publish patch",
32
32
  "script": "cd Scripts && npm start",
33
- "test": "cd Test && npm start"
33
+ "test": "cd Test && npm run once",
34
+ "watch-test": "cd Test && npm start"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@types/node": "^25.3.0"