@redneckz/wildless-cms-uni-blocks 0.14.240 → 0.14.241
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/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/utils/adjustHref.js +1 -1
- package/dist/utils/adjustHref.js.map +1 -1
- package/lib/utils/adjustHref.js +1 -1
- package/lib/utils/adjustHref.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/utils/adjustHref.js +1 -1
- package/mobile/dist/utils/adjustHref.js.map +1 -1
- package/mobile/lib/utils/adjustHref.js +1 -1
- package/mobile/lib/utils/adjustHref.js.map +1 -1
- package/mobile/src/utils/adjustHref.ts +1 -1
- package/package.json +1 -1
- package/src/utils/adjustHref.ts +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
return href;
|
|
324
324
|
}
|
|
325
325
|
if (isUUID(href)) {
|
|
326
|
-
return `${FILE_STORAGE_API}/${href}/
|
|
326
|
+
return `${FILE_STORAGE_API}/${href}/attachment`;
|
|
327
327
|
}
|
|
328
328
|
const isRelativeToBase = href?.startsWith('/');
|
|
329
329
|
return joinPath(hasPrefix(href, basePath) ? '' : basePath, isRelativeToBase ? '/' : dirname(router.pathname), href);
|
|
@@ -6035,7 +6035,7 @@
|
|
|
6035
6035
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6036
6036
|
});
|
|
6037
6037
|
|
|
6038
|
-
const packageVersion = "0.14.
|
|
6038
|
+
const packageVersion = "0.14.240";
|
|
6039
6039
|
|
|
6040
6040
|
exports.Blocks = Blocks;
|
|
6041
6041
|
exports.ContentPage = ContentPage;
|