@dbx-tools/cli 0.6.108 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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`](../../../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.108",
32
- "@dbx-tools/cli-model-proxy": "0.6.108",
33
- "@dbx-tools/cli-tunnel": "0.6.108",
34
- "@dbx-tools/core": "0.6.108",
35
- "@dbx-tools/shared-core": "0.6.108",
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.108",
72
+ "version": "0.6.111",
73
73
  "types": "./lib/index.d.ts",
74
74
  "type": "module",
75
75
  "exports": {