@mattisvensson/strapi-plugin-webatlas 0.2.0 → 0.2.1
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/_chunks/_baseConvert-B84_vf8X.js +864 -0
- package/dist/_chunks/_baseConvert-C2SW1VHq.mjs +865 -0
- package/dist/_chunks/{index-BT4o9vnc.js → index-B2j5uojM.js} +3126 -9
- package/dist/_chunks/{index-DKdReNuu.mjs → index-BDU-lYsm.mjs} +14 -844
- package/dist/_chunks/{index-LJwFh2n8.mjs → index-BwErs0UT.mjs} +1 -1
- package/dist/_chunks/{index-CAlXW6_S.js → index-DC0vflKd.js} +1 -1
- package/dist/_chunks/{index-C1dDrhfb.js → index-DOVsVqnP.js} +4 -4
- package/dist/_chunks/{index-D5cVtbqb.js → index-DU_hn0uc.js} +30 -860
- package/dist/_chunks/{index-Gjc_lPTF.mjs → index-Doc1ry3x.mjs} +3124 -7
- package/dist/_chunks/{index-C4lB5G1F.mjs → index-c7q9J79y.mjs} +4 -4
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +4231 -287
- package/dist/server/index.mjs +4231 -287
- package/package.json +1 -1
- package/dist/_chunks/_commonjsHelpers-BxmBWJD2.mjs +0 -33
- package/dist/_chunks/_commonjsHelpers-Cq6wktVC.js +0 -32
|
@@ -22,7 +22,7 @@ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
|
|
|
22
22
|
);
|
|
23
23
|
});
|
|
24
24
|
};
|
|
25
|
-
const version = "0.2.
|
|
25
|
+
const version = "0.2.1";
|
|
26
26
|
const keywords = [];
|
|
27
27
|
const type = "commonjs";
|
|
28
28
|
const exports = {
|
|
@@ -3983,7 +3983,7 @@ const index = {
|
|
|
3983
3983
|
defaultMessage: "Routes"
|
|
3984
3984
|
},
|
|
3985
3985
|
Component: async () => {
|
|
3986
|
-
const component = await import("./index-
|
|
3986
|
+
const component = await import("./index-BwErs0UT.mjs");
|
|
3987
3987
|
return { default: component.default };
|
|
3988
3988
|
},
|
|
3989
3989
|
permissions: [
|
|
@@ -4002,7 +4002,7 @@ const index = {
|
|
|
4002
4002
|
defaultMessage: "Navigation"
|
|
4003
4003
|
},
|
|
4004
4004
|
Component: async () => {
|
|
4005
|
-
const component = await import("./index-
|
|
4005
|
+
const component = await import("./index-Doc1ry3x.mjs");
|
|
4006
4006
|
return { default: component.default };
|
|
4007
4007
|
},
|
|
4008
4008
|
permissions: [
|
|
@@ -4031,7 +4031,7 @@ const index = {
|
|
|
4031
4031
|
Component: async () => {
|
|
4032
4032
|
return await import(
|
|
4033
4033
|
/* webpackChunkName: "webatlas-settings-page" */
|
|
4034
|
-
"./index-
|
|
4034
|
+
"./index-BDU-lYsm.mjs"
|
|
4035
4035
|
);
|
|
4036
4036
|
},
|
|
4037
4037
|
permissions: [
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED