@vlandoss/starter 0.4.1-git-a7631bf.0 → 0.4.1-git-23c9c11.0
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/dist/cli.usage.kdl +1 -1
- package/package.json +3 -3
package/dist/cli.usage.kdl
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @generated by @usage-spec/commander from Commander.js metadata
|
|
2
2
|
name vland
|
|
3
3
|
bin vland
|
|
4
|
-
version "0.4.1-git-
|
|
4
|
+
version "0.4.1-git-23c9c11.0"
|
|
5
5
|
usage "[options] [command]"
|
|
6
6
|
flag --usage help="print KDL spec for this CLI (https://kdl.dev)"
|
|
7
7
|
cmd completion help="print shell completion script 🐚 (usage)" {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlandoss/starter",
|
|
3
|
-
"version": "0.4.1-git-
|
|
3
|
+
"version": "0.4.1-git-23c9c11.0",
|
|
4
4
|
"description": "The CLI to init a new project in Variable Land",
|
|
5
5
|
"homepage": "https://github.com/variableland/dx/tree/main/packages/starter#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@usage-spec/commander": "1.1.0",
|
|
35
35
|
"commander": "14.0.3",
|
|
36
36
|
"node-plop": "0.32.3",
|
|
37
|
-
"@vlandoss/
|
|
38
|
-
"@vlandoss/
|
|
37
|
+
"@vlandoss/loggy": "0.2.0",
|
|
38
|
+
"@vlandoss/clibuddy": "0.4.1-git-23c9c11.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|