codemerge-cli 1.2.8 → 1.3.0

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,7 +56,7 @@ npm install --save-dev codemerge-cli
56
56
 
57
57
  ### Requirements
58
58
 
59
- - Node.js >= 16.0.0
59
+ - Node.js \>= 16.0.0
60
60
 
61
61
  -----
62
62
 
@@ -233,8 +233,6 @@ codemerge watch --ignore "*.test.ts" --include "***.tsx"
233
233
  - `POST /commit` - Execute local git commit
234
234
  - `GET /command-output` - Get output of the last post-upsert command
235
235
 
236
- See HTTP Server & API for details.
237
-
238
236
  -----
239
237
 
240
238
  ### `codemerge help`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codemerge-cli",
3
- "version": "1.2.8",
3
+ "version": "1.3.0",
4
4
  "description": "AI-focused code and data preparation utility",
5
5
  "license": "MIT",
6
6
  "author": "CodeMerge Team",