asyq 8.2.7 → 8.2.9
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 +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asyq",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"env",
|
|
@@ -36,7 +36,10 @@
|
|
|
36
36
|
"publish:local": "pnpm publish --access=public --no-git-checks",
|
|
37
37
|
"bump:patch": "pnpm version patch",
|
|
38
38
|
"bump:minor": "pnpm version minor",
|
|
39
|
-
"bump:major": "pnpm version major"
|
|
39
|
+
"bump:major": "pnpm version major",
|
|
40
|
+
"release:patch": "pnpm bump:patch && git push && git push --tags",
|
|
41
|
+
"release:minor": "pnpm bump:minor && git push && git push --tags",
|
|
42
|
+
"release:major": "pnpm bump:major && git push && git push --tags"
|
|
40
43
|
},
|
|
41
44
|
"repository": {
|
|
42
45
|
"type": "git",
|