@dingmenghua/opencode-max 1.15.3-max.1 → 1.15.3-max.2

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/bin/opencode-max +1 -0
  2. package/package.json +1 -1
package/bin/opencode-max CHANGED
@@ -1,3 +1,4 @@
1
+ #!/bin/sh
1
2
  echo "Error: opencode-max's postinstall script was not run." >&2
2
3
  echo "" >&2
3
4
  echo "This occurs when using --ignore-scripts during installation, or when using a" >&2
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "scripts": {
7
7
  "postinstall": "node ./postinstall.mjs"
8
8
  },
9
- "version": "1.15.3-max.1",
9
+ "version": "1.15.3-max.2",
10
10
  "license": "MIT",
11
11
  "os": [
12
12
  "darwin",