@redneckz/wildless-cms-uni-blocks 0.9.12 → 0.9.13
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.
|
@@ -19,5 +19,5 @@ export function migrateContentUnit(migrationScripts) {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
function composeMigrationScripts(scriptA, scriptB) {
|
|
22
|
-
return (unitPath, content) => scriptB(unitPath, scriptA(unitPath, content));
|
|
22
|
+
return async (unitPath, content) => scriptB(unitPath, await scriptA(unitPath, content));
|
|
23
23
|
}
|
package/bundle/bundle.umd.js
CHANGED
|
@@ -4964,7 +4964,7 @@
|
|
|
4964
4964
|
return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-lg sticky bottom-0 pointer-events-auto" }) }));
|
|
4965
4965
|
}
|
|
4966
4966
|
|
|
4967
|
-
const packageVersion = "0.9.
|
|
4967
|
+
const packageVersion = "0.9.13";
|
|
4968
4968
|
|
|
4969
4969
|
exports.Blocks = Blocks;
|
|
4970
4970
|
exports.ContentPage = ContentPage;
|