currentlybuilding 0.1.0 → 0.1.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 +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "currentlybuilding",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Currently companion CLI. Turns your real AI-coding sessions (Claude Code, Codex, Cursor, Copilot, Aider, Continue, and more) into verified proof-of-work. Everything is parsed, redacted, and grounded to real git commits on your machine before anything is sent.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -14,9 +14,6 @@
|
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=18"
|
|
16
16
|
},
|
|
17
|
-
"optionalDependencies": {
|
|
18
|
-
"better-sqlite3": "^11.0.0"
|
|
19
|
-
},
|
|
20
17
|
"devDependencies": {
|
|
21
18
|
"esbuild": "^0.24.0"
|
|
22
19
|
},
|