@crc-org/macadam.js 0.2.0-202509150634-790fbcd → 0.2.0-202510011253-9f21470
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -93,7 +93,7 @@ class Macadam {
|
|
|
93
93
|
else if (extensionApi.env.isLinux) {
|
|
94
94
|
// hardcoded for the moment, the binary must be installed manually on this directory
|
|
95
95
|
// and gvproxy must be installed as /usr/local/libexec/podman/gvproxy
|
|
96
|
-
return '/
|
|
96
|
+
return '/usr/local/bin/macadam';
|
|
97
97
|
}
|
|
98
98
|
if (!bin) {
|
|
99
99
|
throw new Error(`binary not found for platform ${(0, node_os_1.platform)()} and architecture ${(0, node_os_1.arch)()}`);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "https://github.com/crc-org/macadam.js.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.2.0-
|
|
7
|
+
"version": "0.2.0-202510011253-9f21470",
|
|
8
8
|
"description": "An NPM library to work with macadam from Node projects",
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"publishConfig": {
|