@sourcegraph/amp 0.0.1764720103-g0db7ac → 0.0.1764748890-g28168a

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 +1 -1
  2. package/dist/main.js +799 -1029
  3. package/package.json +4 -4
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sourcegraph/amp",
3
- "version": "0.0.1764720103-g0db7ac",
4
- "description": "CLI for Amp, the frontier coding agent from Sourcegraph.",
3
+ "version": "0.0.1764748890-g28168a",
4
+ "description": "CLI for Amp, the frontier coding agent.",
5
5
  "homepage": "https://ampcode.com/",
6
6
  "author": {
7
- "name": "The Amp Team at Sourcegraph",
7
+ "name": "The Amp Team",
8
8
  "email": "amp-devs@ampcode.com"
9
9
  },
10
- "license": "Sourcegraph Commercial License",
10
+ "license": "Amp Commercial License",
11
11
  "type": "module",
12
12
  "bin": {
13
13
  "amp": "dist/main.js"