@dbx-tools/cli 0.6.107 → 0.6.111
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -122,4 +122,4 @@ should run the `dbx` bin.
|
|
|
122
122
|
- `bun` - bun discovery, workspace install, registry forcing, and projen delegation.
|
|
123
123
|
|
|
124
124
|
The reusable project classes and generators live in
|
|
125
|
-
[`@dbx-tools/projen`](
|
|
125
|
+
[`@dbx-tools/projen`](../../../../projen).
|
package/package.json
CHANGED
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@clack/prompts": "^1.7.0",
|
|
31
|
-
"@dbx-tools/cli-appkit-env": "0.6.
|
|
32
|
-
"@dbx-tools/cli-model-proxy": "0.6.
|
|
33
|
-
"@dbx-tools/cli-tunnel": "0.6.
|
|
34
|
-
"@dbx-tools/core": "0.6.
|
|
35
|
-
"@dbx-tools/shared-core": "0.6.
|
|
31
|
+
"@dbx-tools/cli-appkit-env": "0.6.111",
|
|
32
|
+
"@dbx-tools/cli-model-proxy": "0.6.111",
|
|
33
|
+
"@dbx-tools/cli-tunnel": "0.6.111",
|
|
34
|
+
"@dbx-tools/core": "0.6.111",
|
|
35
|
+
"@dbx-tools/shared-core": "0.6.111",
|
|
36
36
|
"commander": "^15.0.0"
|
|
37
37
|
},
|
|
38
38
|
"main": "./lib/index.js",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"./package.json": "./package.json"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
-
"version": "0.6.
|
|
72
|
+
"version": "0.6.111",
|
|
73
73
|
"types": "./lib/index.d.ts",
|
|
74
74
|
"type": "module",
|
|
75
75
|
"exports": {
|