@usherlabs/cex-broker 0.2.47 → 0.2.48
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.
|
@@ -33081,8 +33081,8 @@ function validateReleaseIdentity(release) {
|
|
|
33081
33081
|
return release;
|
|
33082
33082
|
}
|
|
33083
33083
|
function bakedReleaseIdentity() {
|
|
33084
|
-
const packageVersion = "0.2.
|
|
33085
|
-
const gitHead = "
|
|
33084
|
+
const packageVersion = "0.2.48";
|
|
33085
|
+
const gitHead = "3b42f32422c587afbdfab6ed16b0969980eaaddb";
|
|
33086
33086
|
return validateReleaseIdentity({ packageVersion, gitHead });
|
|
33087
33087
|
}
|
|
33088
33088
|
function readOptionalEnvironment(environment, name) {
|
|
@@ -33313,4 +33313,4 @@ export {
|
|
|
33313
33313
|
createBackfillDependenciesFromEnv
|
|
33314
33314
|
};
|
|
33315
33315
|
|
|
33316
|
-
//# debugId=
|
|
33316
|
+
//# debugId=D04AAF122F979D2864756E2164756E21
|