@fourlights/strapi-plugin-deep-populate 1.13.0-rc.0 → 1.13.0
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/server/index.js +1 -1
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -18508,7 +18508,7 @@ const register = async ({ strapi: strapi2 }) => {
|
|
|
18508
18508
|
return result;
|
|
18509
18509
|
});
|
|
18510
18510
|
};
|
|
18511
|
-
const version = "1.13.0
|
|
18511
|
+
const version = "1.13.0";
|
|
18512
18512
|
const name = "@fourlights/strapi-plugin-deep-populate";
|
|
18513
18513
|
const error = (msg, context = void 0) => strapi.log.error(`[${name}] ${msg}`, context);
|
|
18514
18514
|
const warn = (msg, context = void 0) => strapi.log.warn(`[${name}] ${msg}`, context);
|
package/dist/server/index.mjs
CHANGED
|
@@ -18480,7 +18480,7 @@ const register = async ({ strapi: strapi2 }) => {
|
|
|
18480
18480
|
return result;
|
|
18481
18481
|
});
|
|
18482
18482
|
};
|
|
18483
|
-
const version = "1.13.0
|
|
18483
|
+
const version = "1.13.0";
|
|
18484
18484
|
const name = "@fourlights/strapi-plugin-deep-populate";
|
|
18485
18485
|
const error = (msg, context = void 0) => strapi.log.error(`[${name}] ${msg}`, context);
|
|
18486
18486
|
const warn = (msg, context = void 0) => strapi.log.warn(`[${name}] ${msg}`, context);
|
package/package.json
CHANGED