primo-cli 0.1.13 → 0.1.14
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/utils/binary.js +1 -1
- package/package.json +1 -1
package/dist/utils/binary.js
CHANGED
|
@@ -9,7 +9,7 @@ import ora from 'ora';
|
|
|
9
9
|
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
10
10
|
const PRIMO_HOME = path.join(os.homedir(), '.primo');
|
|
11
11
|
const BIN_DIR = path.join(PRIMO_HOME, 'bin');
|
|
12
|
-
const VERSION = '3.2.
|
|
12
|
+
const VERSION = '3.2.2'; // matches primo releases
|
|
13
13
|
// Path to locally built binary (for development)
|
|
14
14
|
// The binary is at primo/primo (inside the primo repo directory)
|
|
15
15
|
const LOCAL_BINARY = path.resolve(__dirname, '..', '..', '..', 'primo', 'primo');
|