@ruelya/grok-build 1.0.5-rev → 1.0.8-rev

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.
@@ -1,2 +1,2 @@
1
- version=1.0.5-rev
2
- release=https://github.com/Ruelya/grok-build-rev/releases/download/v1.0.5-rev
1
+ version=1.0.8-rev
2
+ release=https://github.com/Ruelya/grok-build-rev/releases/download/v1.0.8-rev
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ruelya/grok-build",
3
- "version": "1.0.5-rev",
4
- "description": "Grok Build fork. Product version tracks upstream (currently 1.0.5-rev). Thin installer downloads from GitHub Releases.",
3
+ "version": "1.0.8-rev",
4
+ "description": "Grok Build fork. Product version tracks upstream (currently 1.0.8-rev). Thin installer downloads from GitHub Releases.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "grok": "bin/grok.mjs",
@@ -48,5 +48,5 @@
48
48
  "access": "public",
49
49
  "registry": "https://registry.npmjs.org/"
50
50
  },
51
- "forkReleaseBase": "https://github.com/Ruelya/grok-build-rev/releases/download/v1.0.5-rev"
51
+ "forkReleaseBase": "https://github.com/Ruelya/grok-build-rev/releases/download/v1.0.8-rev"
52
52
  }