wizze 0.1.2 → 0.1.3

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": "wizze",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Wrapper público para executar a Wizze CLI com npm exec.",
5
5
  "author": "Master Dev (Taliton Silva)",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "main": "dist/index.js",
19
19
  "types": "dist/index.d.ts",
20
20
  "dependencies": {
21
- "wizze-cli": "0.1.2"
21
+ "wizze-cli": "0.1.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^22.13.10"