@fourlights/strapi-plugin-deep-populate 1.15.0-rc.1 → 1.15.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
|
@@ -18430,7 +18430,7 @@ function asBoolean(value) {
|
|
|
18430
18430
|
const normalized = value.toLowerCase().trim();
|
|
18431
18431
|
return normalized !== "false" && normalized !== "0";
|
|
18432
18432
|
}
|
|
18433
|
-
const version = "1.15.0
|
|
18433
|
+
const version = "1.15.0";
|
|
18434
18434
|
const name = "@fourlights/strapi-plugin-deep-populate";
|
|
18435
18435
|
const f = (msg, context = void 0) => {
|
|
18436
18436
|
const prefix = `[${name}] `;
|
package/dist/server/index.mjs
CHANGED
|
@@ -18402,7 +18402,7 @@ function asBoolean(value) {
|
|
|
18402
18402
|
const normalized = value.toLowerCase().trim();
|
|
18403
18403
|
return normalized !== "false" && normalized !== "0";
|
|
18404
18404
|
}
|
|
18405
|
-
const version = "1.15.0
|
|
18405
|
+
const version = "1.15.0";
|
|
18406
18406
|
const name = "@fourlights/strapi-plugin-deep-populate";
|
|
18407
18407
|
const f = (msg, context = void 0) => {
|
|
18408
18408
|
const prefix = `[${name}] `;
|
package/package.json
CHANGED