@sourcegraph/amp-sdk 0.1.0-20260127004024-gc136b9b → 0.1.0-20260127042708-gc79c89b
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4197,7 +4197,7 @@ function buildEnvironmentVariables(options) {
|
|
|
4197
4197
|
if (options.env) {
|
|
4198
4198
|
Object.assign(env, options.env);
|
|
4199
4199
|
}
|
|
4200
|
-
env.AMP_SDK_VERSION = "0.1.0-
|
|
4200
|
+
env.AMP_SDK_VERSION = "0.1.0-20260127042708-gc79c89b";
|
|
4201
4201
|
return env;
|
|
4202
4202
|
}
|
|
4203
4203
|
function spawnAmpCli(args, options) {
|
|
@@ -4406,4 +4406,4 @@ export {
|
|
|
4406
4406
|
AmpOptionsSchema
|
|
4407
4407
|
};
|
|
4408
4408
|
|
|
4409
|
-
//# debugId=
|
|
4409
|
+
//# debugId=3C602CC904D2B34C64756E2164756E21
|
package/package.json
CHANGED