sloppycode 0.2.116 → 0.2.117

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 +12 -12
  2. package/postinstall.mjs +1 -1
package/package.json CHANGED
@@ -34,19 +34,19 @@
34
34
  "scripts": {
35
35
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
36
36
  },
37
- "version": "0.2.116",
37
+ "version": "0.2.117",
38
38
  "license": "MIT",
39
39
  "optionalDependencies": {
40
- "slopcode-bin-darwin-arm64": "0.2.116",
41
- "slopcode-bin-linux-x64-baseline": "0.2.116",
42
- "slopcode-bin-windows-x64": "0.2.116",
43
- "slopcode-bin-linux-x64": "0.2.116",
44
- "slopcode-bin-linux-x64-baseline-musl": "0.2.116",
45
- "slopcode-bin-linux-x64-musl": "0.2.116",
46
- "slopcode-bin-linux-arm64": "0.2.116",
47
- "slopcode-bin-windows-x64-baseline": "0.2.116",
48
- "slopcode-bin-linux-arm64-musl": "0.2.116",
49
- "slopcode-bin-darwin-x64-baseline": "0.2.116",
50
- "slopcode-bin-darwin-x64": "0.2.116"
40
+ "slopcode-bin-darwin-arm64": "0.2.117",
41
+ "slopcode-bin-linux-x64-baseline": "0.2.117",
42
+ "slopcode-bin-windows-x64": "0.2.117",
43
+ "slopcode-bin-linux-x64": "0.2.117",
44
+ "slopcode-bin-linux-x64-baseline-musl": "0.2.117",
45
+ "slopcode-bin-linux-x64-musl": "0.2.117",
46
+ "slopcode-bin-linux-arm64": "0.2.117",
47
+ "slopcode-bin-windows-x64-baseline": "0.2.117",
48
+ "slopcode-bin-linux-arm64-musl": "0.2.117",
49
+ "slopcode-bin-darwin-x64-baseline": "0.2.117",
50
+ "slopcode-bin-darwin-x64": "0.2.117"
51
51
  }
52
52
  }
package/postinstall.mjs CHANGED
@@ -277,7 +277,7 @@ async function main() {
277
277
  return
278
278
  }
279
279
 
280
- if (os.platform() === "win32") {
280
+ if (platform === "windows") {
281
281
  console.log("Windows detected: binary setup not needed (using packaged .exe)")
282
282
  return
283
283
  }