@lore-ai/cli 0.1.7 → 0.1.9

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": "@lore-ai/cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Automated project knowledge that writes itself. Scans git history and AI coding conversations to generate living documentation.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  "test:watch": "vitest",
21
21
  "lint": "eslint src/ bin/",
22
22
  "typecheck": "tsc --noEmit",
23
- "build:ext": "cd extension && npm run build && npx @vscode/vsce package --no-dependencies && cursor --install-extension lore-cursor-extension-0.1.7.vsix --force",
23
+ "build:ext": "cd extension && npm run build && npx @vscode/vsce package --no-dependencies && cursor --install-extension lore-cursor-extension-0.1.9.vsix --force",
24
24
  "prepublishOnly": "npm run build",
25
25
  "release": "bash scripts/release.sh"
26
26
  },
@@ -87,6 +87,7 @@
87
87
  "@types/react-dom": "^19.2.3",
88
88
  "@types/react-is": "^19",
89
89
  "@vitejs/plugin-react": "^5.1.2",
90
+ "esbuild": "^0.24.2",
90
91
  "tailwindcss": "^4.1.18",
91
92
  "tsup": "^8.3.6",
92
93
  "typescript": "^5.7.3",