@ampcode/cli 0.0.1778617350-g19dbc6 → 0.0.1778631508-g72c81a

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/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Amp CLI
2
2
 
3
- We recommend installing Amp CLI using the steps in the [Amp Owner's Manual](https://ampcode.com/manual). This npm package can be used by enterprises that want to manage distribution of the Amp CLI through internal package archives.
3
+ We recommend installing the Amp CLI using the steps in the [Amp Owner's Manual](https://ampcode.com/manual). This npm package can be used by enterprises that want to manage distribution of the Amp CLI through internal package archives.
4
4
 
5
5
  ```bash
6
6
  npm install -g @ampcode/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampcode/cli",
3
- "version": "0.0.1778617350-g19dbc6",
3
+ "version": "0.0.1778631508-g72c81a",
4
4
  "description": "CLI for Amp, the frontier coding agent.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -12,11 +12,11 @@
12
12
  "postinstall": "node install.cjs"
13
13
  },
14
14
  "optionalDependencies": {
15
- "@ampcode/cli-darwin-arm64": "0.0.1778617350-g19dbc6",
16
- "@ampcode/cli-darwin-x64": "0.0.1778617350-g19dbc6",
17
- "@ampcode/cli-linux-arm64": "0.0.1778617350-g19dbc6",
18
- "@ampcode/cli-linux-x64": "0.0.1778617350-g19dbc6",
19
- "@ampcode/cli-win32-x64": "0.0.1778617350-g19dbc6"
15
+ "@ampcode/cli-darwin-arm64": "0.0.1778631508-g72c81a",
16
+ "@ampcode/cli-darwin-x64": "0.0.1778631508-g72c81a",
17
+ "@ampcode/cli-linux-arm64": "0.0.1778631508-g72c81a",
18
+ "@ampcode/cli-linux-x64": "0.0.1778631508-g72c81a",
19
+ "@ampcode/cli-win32-x64": "0.0.1778631508-g72c81a"
20
20
  },
21
21
  "files": [
22
22
  "bin/amp.exe",