@sourcegraph/amp-sdk 0.1.0-20260201074141-g69075bf → 0.1.0-20260201121651-gbb04798

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
@@ -4196,7 +4196,7 @@ function buildEnvironmentVariables(options) {
4196
4196
  if (options.env) {
4197
4197
  Object.assign(env, options.env);
4198
4198
  }
4199
- env.AMP_SDK_VERSION = "0.1.0-20260201074141-g69075bf";
4199
+ env.AMP_SDK_VERSION = "0.1.0-20260201121651-gbb04798";
4200
4200
  return env;
4201
4201
  }
4202
4202
  function spawnAmpCli(args, options) {
@@ -4405,4 +4405,4 @@ export {
4405
4405
  AmpOptionsSchema
4406
4406
  };
4407
4407
 
4408
- //# debugId=9786174B8A0F2FBA64756E2164756E21
4408
+ //# debugId=4133D2FF3CF4D7E464756E2164756E21
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-20260201074141-g69075bf",
47
+ "version": "0.1.0-20260201121651-gbb04798",
48
48
  "scripts": {
49
49
  "build": "bun run scripts/build.ts",
50
50
  "dev": "pnpm exec tsc -b --watch",