@dbx-tools/cli 0.1.18 → 0.1.20

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 +3 -3
package/README.md CHANGED
@@ -71,4 +71,4 @@ should run the `dbxtools` bin.
71
71
  - `pnpm` - pnpm/projen command resolution and delegation.
72
72
 
73
73
  The reusable project classes and generators live in
74
- [`@dbx-tools/projen`](../../node/projen).
74
+ [`@dbx-tools/projen`](../../../projen).
package/package.json CHANGED
@@ -18,15 +18,15 @@
18
18
  "@clack/prompts": "^1.7.0",
19
19
  "commander": "^15.0.0",
20
20
  "pnpm": "^11.0.6",
21
- "@dbx-tools/core": "0.1.18",
22
- "@dbx-tools/shared-core": "0.1.18"
21
+ "@dbx-tools/core": "0.1.20",
22
+ "@dbx-tools/shared-core": "0.1.20"
23
23
  },
24
24
  "main": "index.ts",
25
25
  "license": "UNLICENSED",
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "version": "0.1.18",
29
+ "version": "0.1.20",
30
30
  "types": "index.ts",
31
31
  "type": "module",
32
32
  "exports": {