@ampcode/cli 0.0.1787659485-g628b2e → 0.0.1787673447-g9e7755

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Amp CLI
2
2
 
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.
3
+ We recommend installing the Amp CLI using the steps in the [Amp docs](https://ampcode.com/docs). 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/cli-wrapper.cjs CHANGED
@@ -13,7 +13,7 @@ const PLATFORMS = {
13
13
  }
14
14
 
15
15
  function printHelp() {
16
- console.error(' For help, visit https://ampcode.com/manual or email amp-devs@ampcode.com.')
16
+ console.error(' For help, visit https://ampcode.com/docs or email amp-devs@ampcode.com.')
17
17
  }
18
18
 
19
19
  function detectMusl() {
package/install.cjs CHANGED
@@ -14,7 +14,7 @@ const PLATFORMS = {
14
14
  }
15
15
 
16
16
  function printHelp() {
17
- console.error(' For help, visit https://ampcode.com/manual or email amp-devs@ampcode.com.')
17
+ console.error(' For help, visit https://ampcode.com/docs or email amp-devs@ampcode.com.')
18
18
  }
19
19
 
20
20
  function detectMusl() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampcode/cli",
3
- "version": "0.0.1787659485-g628b2e",
3
+ "version": "0.0.1787673447-g9e7755",
4
4
  "description": "CLI for Amp, the frontier 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.1787659485-g628b2e",
16
- "@ampcode/cli-darwin-x64": "0.0.1787659485-g628b2e",
17
- "@ampcode/cli-linux-arm64": "0.0.1787659485-g628b2e",
18
- "@ampcode/cli-linux-x64": "0.0.1787659485-g628b2e",
19
- "@ampcode/cli-win32-x64": "0.0.1787659485-g628b2e"
15
+ "@ampcode/cli-darwin-arm64": "0.0.1787673447-g9e7755",
16
+ "@ampcode/cli-darwin-x64": "0.0.1787673447-g9e7755",
17
+ "@ampcode/cli-linux-arm64": "0.0.1787673447-g9e7755",
18
+ "@ampcode/cli-linux-x64": "0.0.1787673447-g9e7755",
19
+ "@ampcode/cli-win32-x64": "0.0.1787673447-g9e7755"
20
20
  },
21
21
  "files": [
22
22
  "bin/amp.exe",