@remirror/i18n
Advanced tools
Comparing version 0.0.0-pr862.2 to 0.0.0-pr877.1
{ | ||
"name": "@remirror/i18n", | ||
"version": "0.0.0-pr862.2", | ||
"version": "0.0.0-pr877.1", | ||
"description": "Supported internationalization and locales for the remirror editor.", | ||
@@ -54,6 +54,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.13", | ||
"@babel/runtime": "^7.13.7", | ||
"@lingui/core": "^3.5.0", | ||
"@lingui/detect-locale": "^3.5.0", | ||
"@remirror/core-helpers": "0.0.0-pr862.2", | ||
"@remirror/core-helpers": "0.0.0-pr877.1", | ||
"make-plural": "^6.2.1" | ||
@@ -60,0 +60,0 @@ }, |
@@ -10,3 +10,3 @@ 'use strict'; | ||
Object.keys(plurals).forEach(function (k) { | ||
if (k !== 'default') Object.defineProperty(exports, k, { | ||
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { | ||
enumerable: true, | ||
@@ -13,0 +13,0 @@ get: function () { |
@@ -10,3 +10,3 @@ 'use strict'; | ||
Object.keys(plurals).forEach(function (k) { | ||
if (k !== 'default') Object.defineProperty(exports, k, { | ||
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { | ||
enumerable: true, | ||
@@ -13,0 +13,0 @@ get: function () { |
@@ -10,3 +10,3 @@ 'use strict'; | ||
Object.keys(plurals).forEach(function (k) { | ||
if (k !== 'default') Object.defineProperty(exports, k, { | ||
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { | ||
enumerable: true, | ||
@@ -13,0 +13,0 @@ get: function () { |
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
32618
+ Added@remirror/core-constants@0.0.0-pr877.1(transitive)
+ Added@remirror/core-helpers@0.0.0-pr877.1(transitive)
+ Addedtype-fest@0.21.3(transitive)
- Removed@remirror/core-constants@0.0.0-pr862.2(transitive)
- Removed@remirror/core-helpers@0.0.0-pr862.2(transitive)
- Removedtype-fest@0.20.2(transitive)
Updated@babel/runtime@^7.13.7