mercury-tech-cli 1.0.0-beta.10 → 1.0.0-beta.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/mercury.js +1 -1
  2. package/package.json +1 -1
package/bin/mercury.js CHANGED
@@ -25,7 +25,7 @@ const path = require('node:path')
25
25
  const crypto = require('node:crypto')
26
26
  const { spawn, spawnSync } = require('node:child_process')
27
27
 
28
- const PACKAGE_RELEASE = '1.0.0-beta.10'
28
+ const PACKAGE_RELEASE = '1.0.0-beta.11'
29
29
  const REPO = 'Whq02/MercuryCLI'
30
30
  const WIN = process.platform === 'win32'
31
31
  const release = (process.env.MERCURY_VERSION || PACKAGE_RELEASE).replace(/^v/, '')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mercury-tech-cli",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "Mercury — a terminal harness for software development. This package installs Mercury's own runtime on first run; it never runs Mercury on npm's or bun's engine. macOS (Apple silicon and Intel), Linux x64, Windows x64.",
5
5
  "homepage": "https://mercury-cli.ai",
6
6
  "repository": {