@vuvannghiawork/common 0.0.5 → 0.0.8

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuvannghiawork/common",
3
- "version": "0.0.5",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -29,7 +29,7 @@
29
29
  "version:minor": "npm version minor",
30
30
  "version:major": "npm version major",
31
31
  "pack": "npm run version:patch && npm run build",
32
- "publish": "npm run pack && npm publish"
32
+ "deploy": "npm run pack && npm publish"
33
33
  },
34
34
  "dependencies": {
35
35
  "@nestjs/common": "^11.0.1",