onix-chess
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,2 @@ | ||
export { registerStrings } from './Intl'; | ||
export { Color } from './chess/Color'; | ||
@@ -2,0 +3,0 @@ export { Castle } from './chess/Castle'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Intl_1 = require("./Intl"); | ||
exports.registerStrings = Intl_1.registerStrings; | ||
var Color_1 = require("./chess/Color"); | ||
@@ -4,0 +6,0 @@ exports.Color = Color_1.Color; |
{ | ||
"name": "onix-chess", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Onix chess library", | ||
@@ -24,3 +24,3 @@ "main": "built/index.js", | ||
"dependencies": { | ||
"onix-core": "^1.1.16", | ||
"onix-core": "^1.1.19", | ||
"shortid": "^2.2.6" | ||
@@ -35,2 +35,2 @@ }, | ||
} | ||
} | ||
} |
@@ -0,1 +1,2 @@ | ||
export { registerStrings } from './Intl'; | ||
export { Color } from './chess/Color'; | ||
@@ -2,0 +3,0 @@ export { Castle } from './chess/Castle'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
914053
52
18271
Updatedonix-core@^1.1.19