@milaboratories/pl-middle-layer 1.31.1 → 1.31.3
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -11
- package/src/mutator/context_export.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -778,7 +778,7 @@ function hr(s, e) {
|
|
|
778
778
|
let pt;
|
|
779
779
|
async function ds() {
|
|
780
780
|
if (pt === void 0) {
|
|
781
|
-
const s = await an(no["pframes.export-pframe"]);
|
|
781
|
+
const s = await an(no["pframes.export-pframe-for-ui"]);
|
|
782
782
|
if (s.type !== "explicit") throw new Error("Unexpected prepared template type.");
|
|
783
783
|
const e = Be("sha256").update(s.content).digest("hex");
|
|
784
784
|
pt = { spec: s, hash: e };
|