sphere-cli 0.2.4 → 0.2.6
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/package.json +1 -1
- package/scripts/postinstall.js +1 -1
package/package.json
CHANGED
package/scripts/postinstall.js
CHANGED
|
@@ -24,7 +24,7 @@ const VERSION = PKG.version;
|
|
|
24
24
|
const REPO = 'statzihuai/sphere-cli';
|
|
25
25
|
// Binary release tag — decoupled from the npm package version so JS-only patch
|
|
26
26
|
// releases reuse the same prebuilt/notarized binaries without re-uploading them.
|
|
27
|
-
const BINARY_RELEASE = 'v0.2.
|
|
27
|
+
const BINARY_RELEASE = 'v0.2.6';
|
|
28
28
|
|
|
29
29
|
const PLATFORM = process.platform; // 'darwin' | 'linux'
|
|
30
30
|
const ARCH = process.arch; // 'arm64' | 'x64'
|