@feedmepos/mf-common 1.15.0-beta.1 → 1.15.0-beta.2
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.
@@ -3141,7 +3141,7 @@ class mt {
|
|
3141
3141
|
u.append(h, c);
|
3142
3142
|
return u;
|
3143
3143
|
}
|
3144
|
-
const { toFormData: a } = await import("./multipart-parser-
|
3144
|
+
const { toFormData: a } = await import("./multipart-parser-fbe5db47.js");
|
3145
3145
|
return a(this.body, n);
|
3146
3146
|
}
|
3147
3147
|
/**
|
@@ -3880,7 +3880,7 @@ const us = "@feedmepos/mf-", Ps = async (i, { command: n, mode: a }, u = {}) =>
|
|
3880
3880
|
});
|
3881
3881
|
const c = {
|
3882
3882
|
"@feedmepos/ui-library": "https://cdn.jsdelivr.net/npm/@feedmepos/ui-library@latest/dist/feedmepos-ui-library.js",
|
3883
|
-
"@feedmepos/core": "https://cdn.jsdelivr.net/npm/@feedmepos/core@latest/
|
3883
|
+
"@feedmepos/core": "https://cdn.jsdelivr.net/npm/@feedmepos/core@latest/bundle/core.esm.js"
|
3884
3884
|
}, T = {
|
3885
3885
|
"@vue/devtools-api": "6.5.0/lib/esm/index.js",
|
3886
3886
|
vue: "3.5.13/dist/vue.esm-browser.prod.min.js",
|
package/dist/vite-preset.js
CHANGED