primo-cli 0.1.13 → 0.1.15

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.
@@ -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.1'; // matches primo releases
12
+ const VERSION = '3.2.3'; // 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');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primo-cli",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "Local development CLI for Primo",
5
5
  "type": "module",
6
6
  "bin": {