@sourcegraph/amp 0.0.1778572691-g421eee → 0.0.1778577695-g97a828

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/main.js +1013 -1006
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,7 @@ curl -fsSL https://ampcode.com/install.sh | bash
34
34
 
35
35
  ## npm Distribution
36
36
 
37
- The npm distribution is deprecated. Use the install script above for the current Amp CLI.
37
+ See the [`@ampcode/cli` package](https://www.npmjs.com/package/@ampcode/cli) on npm.
38
38
 
39
39
  ## Usage
40
40
 
@@ -60,7 +60,7 @@ Pre-compiled binaries for platforms without Node.js/Bun. Version must match npm
60
60
 
61
61
  ```bash
62
62
  # Build all platforms
63
- LATEST_VERSION=$(npm view @sourcegraph/amp version)
63
+ LATEST_VERSION=$(npm view @ampcode/cli version)
64
64
  AMP_BUILD_VERSION="$LATEST_VERSION" ./scripts/build-all-binaries.sh
65
65
 
66
66
  # Test