outfitter 0.2.4 → 0.2.5
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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "outfitter",
|
|
3
3
|
"description": "Outfitter umbrella CLI for scaffolding and project management",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -237,10 +237,10 @@
|
|
|
237
237
|
},
|
|
238
238
|
"dependencies": {
|
|
239
239
|
"@clack/prompts": "^0.10.0",
|
|
240
|
-
"@outfitter/cli": "0.
|
|
240
|
+
"@outfitter/cli": "0.5.0",
|
|
241
241
|
"@outfitter/tui": "0.2.0",
|
|
242
|
-
"@outfitter/config": "0.3.
|
|
243
|
-
"@outfitter/contracts": "0.
|
|
242
|
+
"@outfitter/config": "0.3.2",
|
|
243
|
+
"@outfitter/contracts": "0.4.0",
|
|
244
244
|
"@outfitter/docs": "0.1.1",
|
|
245
245
|
"@outfitter/logging": "0.4.0",
|
|
246
246
|
"@outfitter/tooling": "0.2.3",
|