@h3ravel/musket 0.3.10 → 0.3.11

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": "@h3ravel/musket",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Musket CLI is a framework-agnostic CLI framework designed to allow you build artisan-like CLI apps and for use in the H3ravel framework.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -50,7 +50,7 @@
50
50
  "console"
51
51
  ],
52
52
  "peerDependencies": {
53
- "@h3ravel/support": "^0.15.5"
53
+ "@h3ravel/support": "^0.15.6"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^24.7.2",
@@ -66,7 +66,7 @@
66
66
  "vitest": "^3.2.4"
67
67
  },
68
68
  "dependencies": {
69
- "@h3ravel/shared": "^0.27.6",
69
+ "@h3ravel/shared": "^0.27.7",
70
70
  "chalk": "^5.6.2",
71
71
  "commander": "^14.0.1",
72
72
  "dayjs": "^1.11.18",