Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "tant-intl", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "", | ||
@@ -17,2 +17,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/parser": "^7.17.0", | ||
"@babel/traverse": "^7.17.0", | ||
"father": "^2.30.8", | ||
@@ -19,0 +21,0 @@ "ws": "^8.2.0" |
@@ -42,2 +42,5 @@ /** | ||
Object.keys(lan1).forEach((key) => { | ||
if (typeof lan1[key] !== 'string') { | ||
console.log(key, lan1[key]); | ||
} | ||
if (!result[key]) { | ||
@@ -49,2 +52,5 @@ result[key] = { key }; | ||
Object.keys(lan2).forEach((key) => { | ||
if (typeof lan2[key] !== 'string') { | ||
console.log(key, lan2[key]); | ||
} | ||
if (!result[key]) { | ||
@@ -56,2 +62,5 @@ result[key] = { key }; | ||
Object.keys(lan3).forEach((key) => { | ||
if (typeof lan3[key] !== 'string') { | ||
console.log(key, lan3[key]); | ||
} | ||
if (!result[key]) { | ||
@@ -106,3 +115,3 @@ result[key] = { key }; | ||
} | ||
commitData(0); | ||
// commitData(0); | ||
@@ -109,0 +118,0 @@ |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
219680
15
732
4
4
4