@alumnium/cli-windows-x64 0.20.0-alpha.3 → 0.20.0-alpha.4

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/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const path = require("node:path");
2
2
 
3
- const BIN_NAME = "alumnium-0.20.0-alpha.3-windows-x64.exe";
3
+ const BIN_NAME = "alumnium-0.20.0-alpha.4-windows-x64.exe";
4
4
 
5
5
  exports.binPath = function binPath() {
6
6
  return path.resolve(__dirname, BIN_NAME);
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@alumnium/cli-windows-x64",
3
- "version": "0.20.0-alpha.3",
3
+ "version": "0.20.0-alpha.4",
4
4
  "description": "Alumnium CLI binary for windows-x64",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/alumnium-hq/alumnium",
7
7
  "bin": {
8
- "alumnium-windows-x64": "./alumnium-0.20.0-alpha.3-windows-x64.exe"
8
+ "alumnium-windows-x64": "./alumnium-0.20.0-alpha.4-windows-x64.exe"
9
9
  },
10
10
  "os": [
11
11
  "win32"