@meta-cms/next
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -230,3 +230,2 @@ "use strict"; | ||
this.getContentForNamespaces = async (params, locale = "fra") => { | ||
console.log({ params }); | ||
if (!params.global) { | ||
@@ -359,3 +358,2 @@ return { | ||
} | ||
console.log({ content }); | ||
return content[ns][path] || defaultValue(); | ||
@@ -403,3 +401,4 @@ }; | ||
result[key] = extend(Object.prototype.hasOwnProperty.call(result, key) ? result[key] : base, value); | ||
} else { | ||
} else if (result) { | ||
console.log({ result, key, extender }); | ||
result[key] = value; | ||
@@ -406,0 +405,0 @@ } |
{ | ||
"name": "@meta-cms/next", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
@payloadcms/next |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19164
600
1