@sourcegraph/amp-sdk 0.1.0-20260117200934-g8647428 → 0.1.0-20260118004159-g8647428
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
|
@@ -4170,7 +4170,7 @@ function buildEnvironmentVariables(options) {
|
|
|
4170
4170
|
if (options.env) {
|
|
4171
4171
|
Object.assign(env, options.env);
|
|
4172
4172
|
}
|
|
4173
|
-
env.AMP_SDK_VERSION = "0.1.0-
|
|
4173
|
+
env.AMP_SDK_VERSION = "0.1.0-20260118004159-g8647428";
|
|
4174
4174
|
return env;
|
|
4175
4175
|
}
|
|
4176
4176
|
function spawnAmpCli(args, options) {
|
|
@@ -4374,4 +4374,4 @@ export {
|
|
|
4374
4374
|
AmpOptionsSchema
|
|
4375
4375
|
};
|
|
4376
4376
|
|
|
4377
|
-
//# debugId=
|
|
4377
|
+
//# debugId=E0FD5BC73DD28D5264756E2164756E21
|
package/package.json
CHANGED