@meridiona/meridian 1.23.8 → 1.23.11

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.
Files changed (2) hide show
  1. package/bin/meridian.js +1 -1
  2. package/package.json +2 -2
package/bin/meridian.js CHANGED
@@ -92,7 +92,7 @@ if (cmd === 'setup' || cmd === 'install') {
92
92
  // NEW launcher on disk. Re-exec the newly installed launcher so step 2 always
93
93
  // uses the latest code, even when invoked by an old launcher.
94
94
  console.log('meridian update: downloading latest release…');
95
- console.log(' The package includes a pre-built Python venv (~160 MB) expect ~1-3 min.');
95
+ console.log(' Size varies: ~5 MB (binary-only) ~165 MB (Python deps changed). May take 1-3 min if large.');
96
96
  const _start = Date.now();
97
97
  const up = spawnSync('npm', ['install', '-g', '@meridiona/meridian@latest'], { stdio: 'inherit' });
98
98
  if (up.status) process.exit(up.status);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meridiona/meridian",
3
- "version": "1.23.8",
3
+ "version": "1.23.11",
4
4
  "description": "Your project management, written by your work — local-first PM automation from real dev activity (macOS, Apple Silicon).",
5
5
  "homepage": "https://github.com/Meridiona/meridian",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "node": ">=18"
25
25
  },
26
26
  "optionalDependencies": {
27
- "@meridiona/meridian-darwin-arm64": "1.23.8"
27
+ "@meridiona/meridian-darwin-arm64": "1.23.11"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"