@ast-grep/cli 0.38.5 → 0.38.6
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 +3 -2
- package/package.json +8 -8
package/ast-grep
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
This file
|
|
2
|
-
N.B.
|
|
1
|
+
echo "ast-grep shim file was executed. This file exists so that npm tries to create the binary. It should be replaced after the 'postinstall' script is executed."
|
|
2
|
+
echo "Did your package manager execute the post-install script? (N.B. not all of them do)"
|
|
3
|
+
exit 1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ast-grep/cli",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"postinstall": "node postinstall.js"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@ast-grep/cli-win32-arm64-msvc": "0.38.
|
|
33
|
-
"@ast-grep/cli-win32-ia32-msvc": "0.38.
|
|
34
|
-
"@ast-grep/cli-win32-x64-msvc": "0.38.
|
|
35
|
-
"@ast-grep/cli-darwin-arm64": "0.38.
|
|
36
|
-
"@ast-grep/cli-darwin-x64": "0.38.
|
|
37
|
-
"@ast-grep/cli-linux-arm64-gnu": "0.38.
|
|
38
|
-
"@ast-grep/cli-linux-x64-gnu": "0.38.
|
|
32
|
+
"@ast-grep/cli-win32-arm64-msvc": "0.38.6",
|
|
33
|
+
"@ast-grep/cli-win32-ia32-msvc": "0.38.6",
|
|
34
|
+
"@ast-grep/cli-win32-x64-msvc": "0.38.6",
|
|
35
|
+
"@ast-grep/cli-darwin-arm64": "0.38.6",
|
|
36
|
+
"@ast-grep/cli-darwin-x64": "0.38.6",
|
|
37
|
+
"@ast-grep/cli-linux-arm64-gnu": "0.38.6",
|
|
38
|
+
"@ast-grep/cli-linux-x64-gnu": "0.38.6"
|
|
39
39
|
},
|
|
40
40
|
"bin": {
|
|
41
41
|
"sg": "sg",
|