@sourcegraph/amp-sdk 0.1.0-20260128003838-gd096364 → 0.1.0-20260128081329-g1cfce9a

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4194,7 +4194,7 @@ function buildEnvironmentVariables(options) {
4194
4194
  if (options.env) {
4195
4195
  Object.assign(env, options.env);
4196
4196
  }
4197
- env.AMP_SDK_VERSION = "0.1.0-20260128003838-gd096364";
4197
+ env.AMP_SDK_VERSION = "0.1.0-20260128081329-g1cfce9a";
4198
4198
  return env;
4199
4199
  }
4200
4200
  function spawnAmpCli(args, options) {
@@ -4403,4 +4403,4 @@ export {
4403
4403
  AmpOptionsSchema
4404
4404
  };
4405
4405
 
4406
- //# debugId=98B23EFDFA97435864756E2164756E21
4406
+ //# debugId=2CC4EFE44B7FC6D264756E2164756E21
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "type": "module",
46
46
  "types": "dist/index.d.ts",
47
- "version": "0.1.0-20260128003838-gd096364",
47
+ "version": "0.1.0-20260128081329-g1cfce9a",
48
48
  "scripts": {
49
49
  "build": "bun run scripts/build.ts",
50
50
  "dev": "pnpm exec tsc -b --watch",