arashi 1.18.0 → 1.19.0
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/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arashi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"description": "Git worktree manager for meta-repositories - The eye of the storm for your development workflow",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -63,6 +63,8 @@
|
|
|
63
63
|
"schema:generate": "ts-json-schema-generator --tsconfig tsconfig.schema.json --path src/lib/config.ts --type Config --expose export --jsDoc extended --out schema/config.schema.json",
|
|
64
64
|
"schema:publish": "bun run schema:generate && oxfmt --config .oxfmtrc.json --write schema/config.schema.json",
|
|
65
65
|
"schema:check": "bun run schema:publish && git diff --exit-code -- schema/config.schema.json",
|
|
66
|
+
"contract:generate": "bun run scripts/contracts/cli-commands.ts",
|
|
67
|
+
"contract:check": "bun run scripts/contracts/cli-commands.ts --check",
|
|
66
68
|
"format": "oxfmt --config .oxfmtrc.json --write .",
|
|
67
69
|
"format:check": "oxfmt --config .oxfmtrc.json --check .",
|
|
68
70
|
"quality:changed": "bun run scripts/quality/changed-files-quality.ts",
|