skill-mix 0.5.0 → 0.7.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-mix",
3
- "version": "0.5.0",
3
+ "version": "0.7.1",
4
4
  "main": "dist/electron/main.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,6 +29,7 @@
29
29
  "@vitejs/plugin-vue": "^6.0.4",
30
30
  "class-variance-authority": "^0.7.1",
31
31
  "clsx": "^2.1.1",
32
+ "electron": "^36.0.0",
32
33
  "gray-matter": "^4.0.3",
33
34
  "js-yaml": "^4.1.0",
34
35
  "lucide-vue-next": "^0.575.0",
@@ -36,6 +37,7 @@
36
37
  "tailwind-merge": "^3.5.0",
37
38
  "tailwindcss": "^4.2.0",
38
39
  "tiktoken": "^1.0.22",
40
+ "tsx": "^4.20.3",
39
41
  "vue": "^3.5.28"
40
42
  },
41
43
  "devDependencies": {
@@ -43,8 +45,6 @@
43
45
  "bun-types": "^1.3.8",
44
46
  "electron-builder": "^26.0.12",
45
47
  "esbuild": "^0.27.0",
46
- "electron": "^36.0.0",
47
- "tsx": "^4.20.3",
48
48
  "typescript": "^5.7.0",
49
49
  "vite": "^7.3.1",
50
50
  "vitest": "^4.0.18"
@@ -186,7 +186,7 @@ fi
186
186
  echo "Installing dependencies and global command"
187
187
  (
188
188
  cd "$INSTALL_DIR"
189
- "$BUN_CMD" install
189
+ "$BUN_CMD" install --production --frozen-lockfile
190
190
  "$BUN_CMD" run build
191
191
  "$BUN_CMD" src/index.ts --install
192
192
  )