claudekit-cli 1.9.2 → 1.9.3
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/bin/ck-darwin-arm64 +0 -0
- package/bin/ck-darwin-x64 +0 -0
- package/bin/ck-linux-x64 +0 -0
- package/bin/ck-win32-x64.exe +0 -0
- package/package.json +5 -2
package/bin/ck-darwin-arm64
CHANGED
|
Binary file
|
package/bin/ck-darwin-x64
CHANGED
|
Binary file
|
package/bin/ck-linux-x64
CHANGED
|
Binary file
|
package/bin/ck-win32-x64.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudekit-cli",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.3",
|
|
4
4
|
"description": "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -22,6 +22,8 @@
|
|
|
22
22
|
"build": "bun build src/index.ts --outdir dist --target node --external keytar --external @octokit/rest",
|
|
23
23
|
"compile": "bun build src/index.ts --compile --outfile ck",
|
|
24
24
|
"compile:binary": "bun build src/index.ts --compile --outfile bin/ck",
|
|
25
|
+
"compile:binaries": "node scripts/build-all-binaries.js",
|
|
26
|
+
"check-version-sync": "node scripts/check-binary-version-sync.js",
|
|
25
27
|
"prepublishOnly": "npm run build && npm run compile && npm run build:platform-binaries",
|
|
26
28
|
"build:platform-binaries": "bun run scripts/build-platform-binaries.js",
|
|
27
29
|
"test": "bun test",
|
|
@@ -34,7 +36,8 @@
|
|
|
34
36
|
"typecheck": "tsc --noEmit",
|
|
35
37
|
"dev:quick": "./scripts/dev-quick-start.sh",
|
|
36
38
|
"dev:all": "./scripts/dev-quick-start.sh all",
|
|
37
|
-
"metrics": "bun run scripts/workflow-metrics.ts"
|
|
39
|
+
"metrics": "bun run scripts/workflow-metrics.ts",
|
|
40
|
+
"install:hooks": "./.githooks/install.sh"
|
|
38
41
|
},
|
|
39
42
|
"keywords": [
|
|
40
43
|
"cli",
|