@vizamodo/viza-cli 1.2.44 → 1.2.45

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizamodo/viza-cli",
3
- "version": "1.2.44",
3
+ "version": "1.2.45",
4
4
  "type": "module",
5
5
  "description": "Viza unified command line interface",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "release:prod": "rm -rf dist && npx npm-check-updates -u && npm install && git add package.json package-lock.json && git commit -m 'chore(deps): auto update dependencies before release' || echo 'No changes' && node versioning.js && npm login && npm publish --tag latest --access public && git push"
17
17
  },
18
18
  "dependencies": {
19
- "@vizamodo/viza-dispatcher": "^1.4.46",
19
+ "@vizamodo/viza-dispatcher": "^1.4.48",
20
20
  "adm-zip": "^0.5.16",
21
21
  "chalk": "^5.6.2",
22
22
  "commander": "^14.0.2",
@@ -25,7 +25,7 @@
25
25
  "devDependencies": {
26
26
  "@types/adm-zip": "^0.5.7",
27
27
  "@types/figlet": "^1.7.0",
28
- "@types/node": "^25.0.9",
28
+ "@types/node": "^25.0.10",
29
29
  "ts-node": "^10.9.2",
30
30
  "typescript": "^5.9.3"
31
31
  }