@lumpcode/cli 0.0.1 → 0.0.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.
- package/DOCS/publishing.md +19 -17
- package/README.md +1 -3
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumpcode/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "CLI for Lumpcode — automate batched coding work with CLI coding agents over contexts using git for tracking",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"test:e2e:ci:node": "node scripts/run-e2e.mjs --node --ci"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@lumpcode/core": "^0.0.
|
|
46
|
+
"@lumpcode/core": "^0.0.2",
|
|
47
47
|
"ajv": "^8.20.0",
|
|
48
48
|
"commander": "^9.5.0",
|
|
49
49
|
"croner": "^9.1.0",
|