@unity-china/codely-cli 1.0.0-rc.37 → 1.0.0-rc.42

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.
@@ -108,7 +108,7 @@
108
108
  * Selection-key helpers, ported from Claude Code's ScrollKeybindingHandler.
109
109
  * Used by the alt-screen keyboard handler to decide, for a keypress arriving
110
110
  * while a text selection exists, whether to clear the selection and whether
111
- * the key extends it (shift+nav). Operates on the cli `Key` (useKeypress) —
111
+ * the key extends it (shift+nav). Operates on the cli `Key` (useCliInput) —
112
112
  * that is the authoritative keyboard path where ctrl+c/Esc are already owned.
113
113
  */
114
114
  /**
@@ -294,6 +294,9 @@ run-parallel/index.js:
294
294
  undici/lib/web/websocket/frame.js:
295
295
  /*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
296
296
 
297
+ chokidar/esm/index.js:
298
+ /*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */
299
+
297
300
  fzf/dist/fzf.es.js:
298
301
  /** @license
299
302
  * fzf v0.5.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-rc.37",
3
+ "version": "1.0.0-rc.42",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },