@remirror/i18n
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.3
# @remirror/i18n | ||
## 1.0.0-next.3 | ||
> 2020-07-11 | ||
### Patch Changes | ||
- Updated dependencies [e90bc748] | ||
- @remirror/pm@1.0.0-next.3 | ||
## 1.0.0-next.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@remirror/i18n", | ||
"version": "1.0.0-next.1", | ||
"description": "Supported internationalization and locales for the remirror editor.", | ||
"keywords": [ | ||
"remirror", | ||
"extension" | ||
], | ||
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/i18n", | ||
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/i18n", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"main": "dist/i18n.cjs.js", | ||
"module": "dist/i18n.esm.js", | ||
"types": "dist/i18n.cjs.d.ts", | ||
"files": [ | ||
"dist", | ||
"plurals", | ||
"en" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4", | ||
"@lingui/core": "^3.0.0-13", | ||
"@remirror/core-helpers": "^1.0.0-next.1", | ||
"make-plural": "^6.2.1" | ||
}, | ||
"devDependencies": { | ||
"@remirror/pm": "^1.0.0-next.1" | ||
}, | ||
"peerDependencies": { | ||
"@remirror/pm": "^1.0.0-next.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "50 KB" | ||
}, | ||
"preconstruct": { | ||
"entrypoints": [ | ||
".", | ||
"plurals", | ||
"en" | ||
] | ||
} | ||
"name": "@remirror/i18n", | ||
"version": "1.0.0-next.3", | ||
"description": "Supported internationalization and locales for the remirror editor.", | ||
"keywords": [ | ||
"remirror", | ||
"extension" | ||
], | ||
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/i18n", | ||
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/i18n", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"main": "dist/i18n.cjs.js", | ||
"module": "dist/i18n.esm.js", | ||
"types": "dist/i18n.cjs.d.ts", | ||
"files": [ | ||
"dist", | ||
"plurals", | ||
"en" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4", | ||
"@lingui/core": "^3.0.0-13", | ||
"@remirror/core-helpers": "^1.0.0-next.1", | ||
"make-plural": "^6.2.1" | ||
}, | ||
"devDependencies": { | ||
"@remirror/pm": "^1.0.0-next.3" | ||
}, | ||
"peerDependencies": { | ||
"@remirror/pm": "^1.0.0-next.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "50 KB" | ||
}, | ||
"preconstruct": { | ||
"entrypoints": [ | ||
".", | ||
"plurals", | ||
"en" | ||
] | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8574
0
25