@joggr/cli-linux-arm64 0.5.1 → 0.6.1
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/ast-grep +0 -0
- package/fd +0 -0
- package/jog +0 -0
- package/markdown.so +0 -0
- package/package.json +3 -1
- package/rg +0 -0
package/ast-grep
ADDED
|
Binary file
|
package/fd
ADDED
|
Binary file
|
package/jog
CHANGED
|
Binary file
|
package/markdown.so
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@joggr/cli-linux-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Joggr CLI binary for Linux ARM64",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"jog",
|
|
16
16
|
"ast-grep",
|
|
17
|
+
"rg",
|
|
18
|
+
"fd",
|
|
17
19
|
"markdown.so",
|
|
18
20
|
"README.md",
|
|
19
21
|
"LICENSE.md"
|
package/rg
ADDED
|
Binary file
|