@sourcegraph/amp-sdk 0.1.0-20260125043029-g5070a1e → 0.1.0-20260125081125-g5070a1e
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
|
@@ -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-
|
|
4199
|
+
env.AMP_SDK_VERSION = "0.1.0-20260125081125-g5070a1e";
|
|
4200
4200
|
return env;
|
|
4201
4201
|
}
|
|
4202
4202
|
function spawnAmpCli(args, options) {
|
|
@@ -4400,4 +4400,4 @@ export {
|
|
|
4400
4400
|
AmpOptionsSchema
|
|
4401
4401
|
};
|
|
4402
4402
|
|
|
4403
|
-
//# debugId=
|
|
4403
|
+
//# debugId=322044538609E16464756E2164756E21
|
package/package.json
CHANGED