grok-cli-hurry-mode 1.0.59 → 1.0.87
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/README.md +2 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.js +15666 -0
- package/dist/index.js.map +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 1.0.
|
|
1
|
+
## 1.0.87 – Stability Release
|
|
2
2
|
|
|
3
|
-
This release includes latest updates and automated publishing via GitHub Actions.
|
|
3
|
+
This release includes latest updates and automated publishing via GitHub Actions. (Test automated bump)
|
|
4
4
|
- Fixes all Read/Update tool reliability issues
|
|
5
5
|
- Ensures consistent FS imports (`node:` namespace)
|
|
6
6
|
- Adds proper Node shebang for global installs
|
package/dist/index.d.ts
ADDED