@dbx-tools/projen 0.6.73 → 0.6.75
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 +4 -4
package/README.md
CHANGED
|
@@ -204,7 +204,7 @@ file contract as the CLI.
|
|
|
204
204
|
The engine registers its commands as projen tasks on the workspace root, so run
|
|
205
205
|
them with `bun run <task>` - `sync` (add `--watch`), `barrels`, `openapi`, and
|
|
206
206
|
`clean`.
|
|
207
|
-
[`@dbx-tools/cli`](../packages/cli/dbx-tools) is only needed to
|
|
207
|
+
[`@dbx-tools/cli`](../packages/js/cli/dbx-tools) is only needed to
|
|
208
208
|
bootstrap a folder that has no `.projenrc.ts` or toolchain yet.
|
|
209
209
|
|
|
210
210
|
## Run Tasks From The ROOT
|
package/package.json
CHANGED
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@clack/prompts": "^1.7.0",
|
|
29
|
-
"@dbx-tools/core": "0.6.
|
|
30
|
-
"@dbx-tools/path": "0.6.
|
|
31
|
-
"@dbx-tools/shared-core": "0.6.
|
|
29
|
+
"@dbx-tools/core": "0.6.75",
|
|
30
|
+
"@dbx-tools/path": "0.6.75",
|
|
31
|
+
"@dbx-tools/shared-core": "0.6.75",
|
|
32
32
|
"commander": "^15.0.0",
|
|
33
33
|
"concurrently": "^10.0.3",
|
|
34
34
|
"constructs": "^10.6.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"main": "index.ts",
|
|
49
49
|
"license": "Apache-2.0",
|
|
50
|
-
"version": "0.6.
|
|
50
|
+
"version": "0.6.75",
|
|
51
51
|
"types": "index.ts",
|
|
52
52
|
"type": "module",
|
|
53
53
|
"exports": {
|