@sourcegraph/amp-sdk 0.1.0-20260120202827-g07ad7cf → 0.1.0-20260121003900-g9986708
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
|
@@ -4180,7 +4180,7 @@ function buildEnvironmentVariables(options) {
|
|
|
4180
4180
|
if (options.env) {
|
|
4181
4181
|
Object.assign(env, options.env);
|
|
4182
4182
|
}
|
|
4183
|
-
env.AMP_SDK_VERSION = "0.1.0-
|
|
4183
|
+
env.AMP_SDK_VERSION = "0.1.0-20260121003900-g9986708";
|
|
4184
4184
|
return env;
|
|
4185
4185
|
}
|
|
4186
4186
|
function spawnAmpCli(args, options) {
|
|
@@ -4384,4 +4384,4 @@ export {
|
|
|
4384
4384
|
AmpOptionsSchema
|
|
4385
4385
|
};
|
|
4386
4386
|
|
|
4387
|
-
//# debugId=
|
|
4387
|
+
//# debugId=E7A1FCF229FE988D64756E2164756E21
|
package/package.json
CHANGED