onix-chess
Advanced tools
Comparing version 3.4.0 to 4.0.0
@@ -1,2 +0,2 @@ | ||
export { register } from './Intl'; | ||
export { register } from './i18n'; | ||
export * from './chess/Types'; | ||
@@ -3,0 +3,0 @@ export { Color } from './chess/Color'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Intl_1 = require("./Intl"); | ||
exports.register = Intl_1.register; | ||
var i18n_1 = require("./i18n"); | ||
exports.register = i18n_1.register; | ||
var Color_1 = require("./chess/Color"); | ||
@@ -6,0 +6,0 @@ exports.Color = Color_1.Color; |
{ | ||
"name": "onix-chess", | ||
"version": "3.4.0", | ||
"version": "4.0.0", | ||
"description": "Onix chess library", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"lodash-es": "^4.17.15", | ||
"onix-core": "^2.0.1", | ||
"onix-core": "^3.0.0", | ||
"shortid": "^2.2.15", | ||
@@ -30,0 +30,0 @@ "warning": "^4.0.3" |
@@ -1,2 +0,2 @@ | ||
export { register } from './Intl'; | ||
export { register } from './i18n'; | ||
export * from './chess/Types'; | ||
@@ -3,0 +3,0 @@ export { Color } from './chess/Color'; |
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
449235
8315
+ Added@formatjs/ecma402-abstract@1.11.4(transitive)
+ Added@formatjs/fast-memoize@1.2.1(transitive)
+ Added@formatjs/icu-messageformat-parser@2.1.0(transitive)
+ Added@formatjs/icu-skeleton-parser@1.3.6(transitive)
+ Added@formatjs/intl-localematcher@0.2.25(transitive)
+ Addedintl-messageformat@9.13.0(transitive)
+ Addedonix-core@3.1.4(transitive)
- Removed@formatjs/ecma402-abstract@1.4.0(transitive)
- Removed@formatjs/intl-numberformat@5.7.6(transitive)
- Removedintl-format-cache@4.3.1(transitive)
- Removedintl-messageformat@8.4.1(transitive)
- Removedintl-messageformat-parser@5.5.1(transitive)
- Removedonix-core@2.0.2(transitive)
Updatedonix-core@^3.0.0