Skip to content

Commit 00789a8

Browse files
committed
fix: update CLI help snapshot, and add missing test devDependencies
1 parent ad3116d commit 00789a8

File tree

3 files changed

+48
-31
lines changed

3 files changed

+48
-31
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
"@types/node": "^24.10.1",
7070
"memfs": "^4.51.0",
7171
"publint": "^0.3.15",
72+
"tinyglobby": "^0.2.15",
73+
"typescript": "^5.9.3",
7274
"vite": "^7.2.2",
7375
"vitest": "4.0.9",
7476
"wasm-pack": "^0.13.1"

pnpm-lock.yaml

Lines changed: 41 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/snapshots/cli/help.snapshot

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Options:
1212
that contains the same types of the
1313
`<service-name>.ts` file. Has no effect if
1414
`--actor-disabled` is set. (default: false)
15-
--declarations-root-exports If set, exports root types in the declarations JS
16-
file (`declarations/<service-name>.did.js`).
17-
(default: false)
15+
--declarations-root-exports If set, exports root types in the declarations
16+
file. (default: false)
17+
--declarations-typescript If set, generates a single `.did.ts` TypeScript
18+
file instead of separate `.did.js` and
19+
`.did.d.ts` files. (default: false)
1820
--force If set, overwrite existing files instead of
1921
aborting. (default: false)
2022
-h, --help display help for command

0 commit comments

Comments
 (0)