@ast-grep/cli 0.1.6 → 0.1.8

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/package.json +5 -5
  2. package/sg +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-grep/cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -19,10 +19,10 @@
19
19
  "postinstall": "node postinstall.js"
20
20
  },
21
21
  "optionalDependencies": {
22
- "@ast-grep/cli-darwin-x64": "0.1.6",
23
- "@ast-grep/cli-linux-x64-gnu": "0.1.6",
24
- "@ast-grep/cli-win32-x64-msvc": "0.1.6",
25
- "@ast-grep/cli-darwin-arm64": "0.1.6"
22
+ "@ast-grep/cli-darwin-x64": "0.1.8",
23
+ "@ast-grep/cli-linux-x64-gnu": "0.1.8",
24
+ "@ast-grep/cli-win32-x64-msvc": "0.1.8",
25
+ "@ast-grep/cli-darwin-arm64": "0.1.8"
26
26
  },
27
27
  "bin": {
28
28
  "sg": "sg"
package/sg ADDED
@@ -0,0 +1,2 @@
1
+ This file is required so that dumb npm creates the sg binary.
2
+ N.B. pnpm does not have this issue.