sphere-cli 0.2.8 → 0.2.9
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/engine.js +1 -1
package/package.json
CHANGED
package/scripts/engine.js
CHANGED
|
@@ -30,7 +30,7 @@ const { execFileSync } = require('child_process');
|
|
|
30
30
|
const REPO = 'statzihuai/sphere-cli';
|
|
31
31
|
// Binary release tag — decoupled from the npm package version so JS-only patch
|
|
32
32
|
// releases reuse the same prebuilt/notarized binaries.
|
|
33
|
-
const BINARY_RELEASE = 'v0.2.
|
|
33
|
+
const BINARY_RELEASE = 'v0.2.9';
|
|
34
34
|
|
|
35
35
|
const PLATFORM = process.platform; // 'darwin' | 'linux'
|
|
36
36
|
const ARCH = process.arch; // 'arm64' | 'x64'
|