@ast-grep/cli 0.38.5 → 0.38.7

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.
Files changed (2) hide show
  1. package/ast-grep +3 -2
  2. package/package.json +8 -8
package/ast-grep CHANGED
@@ -1,2 +1,3 @@
1
- This file is required so that dumb npm creates the ast-grep binary.
2
- N.B. pnpm does not have this issue.
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.5",
3
+ "version": "0.38.7",
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.5",
33
- "@ast-grep/cli-win32-ia32-msvc": "0.38.5",
34
- "@ast-grep/cli-win32-x64-msvc": "0.38.5",
35
- "@ast-grep/cli-darwin-arm64": "0.38.5",
36
- "@ast-grep/cli-darwin-x64": "0.38.5",
37
- "@ast-grep/cli-linux-arm64-gnu": "0.38.5",
38
- "@ast-grep/cli-linux-x64-gnu": "0.38.5"
32
+ "@ast-grep/cli-win32-arm64-msvc": "0.38.7",
33
+ "@ast-grep/cli-win32-ia32-msvc": "0.38.7",
34
+ "@ast-grep/cli-win32-x64-msvc": "0.38.7",
35
+ "@ast-grep/cli-darwin-arm64": "0.38.7",
36
+ "@ast-grep/cli-darwin-x64": "0.38.7",
37
+ "@ast-grep/cli-linux-arm64-gnu": "0.38.7",
38
+ "@ast-grep/cli-linux-x64-gnu": "0.38.7"
39
39
  },
40
40
  "bin": {
41
41
  "sg": "sg",