claudekit-cli 3.41.0 → 3.41.1-dev.2

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.
@@ -71,7 +71,7 @@
71
71
  background: var(--dash-text-muted);
72
72
  }
73
73
  </style>
74
- <script type="module" crossorigin src="/assets/index-BzNW50gy.js"></script>
74
+ <script type="module" crossorigin src="/assets/index-BrmN0FyA.js"></script>
75
75
  <link rel="modulepreload" crossorigin href="/assets/vendor-DNUgy55u.js">
76
76
  <link rel="stylesheet" crossorigin href="/assets/index-QUag--Eo.css">
77
77
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.41.0",
3
+ "version": "3.41.1-dev.2",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {
@@ -20,8 +20,12 @@
20
20
  "dist/ui/"
21
21
  ],
22
22
  "scripts": {
23
+ "tauri": "tauri",
24
+ "tauri:dev": "tauri dev",
25
+ "tauri:build": "tauri build",
23
26
  "dev": "bun run src/index.ts",
24
27
  "dashboard:dev": "cd src/ui && bun install --silent && cd ../.. && bun run src/index.ts config ui --dev",
28
+ "dashboard:tauri": "cd src/ui && bun install --silent && cd ../.. && bun run src/index.ts config ui --dev --no-open --port 3456",
25
29
  "ui:build": "cd src/ui && bun install --silent && bun run build",
26
30
  "ui:dev": "cd src/ui && bun run dev",
27
31
  "build": "bun build src/index.ts --outdir dist --target node --external @octokit/rest --external better-sqlite3 && node -e \"const fs=require('fs'),f='dist/index.js',c=fs.readFileSync(f,'utf-8');fs.writeFileSync(f,c.replace(/^#!.*\\n\\/\\/ @bun\\n/,''))\"",
@@ -86,6 +90,7 @@
86
90
  "@biomejs/biome": "^1.9.4",
87
91
  "@semantic-release/changelog": "^6.0.3",
88
92
  "@semantic-release/git": "^10.0.1",
93
+ "@tauri-apps/cli": "^2",
89
94
  "@types/better-sqlite3": "^7.6.13",
90
95
  "@types/bun": "latest",
91
96
  "@types/cli-progress": "^3.11.6",