@kwiz/node 1.0.17 → 1.0.18
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kwiz/node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "KWIZ utilities and helpers for node applications",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"check-dependencies": "madge --circular ./src",
|
|
20
20
|
"create-link": "npm link",
|
|
21
21
|
"test": "node --import tsx --test src",
|
|
22
|
-
"npm-v-patch": "npm version patch && git push --tags",
|
|
23
|
-
"npm-v-major": "npm version major && git push --tags",
|
|
22
|
+
"npm-v-patch": "npm version patch && git push origin master && git push --tags",
|
|
23
|
+
"npm-v-major": "npm version major && git push origin master && git push --tags",
|
|
24
24
|
"npm-publish": "npm publish --access public",
|
|
25
25
|
"reset-repo": "git fetch origin && git reset --hard origin/main",
|
|
26
26
|
"__update-kwiz-packages": "npm install @kwiz/common@latest",
|