@perion/core
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,3 @@ | ||
const {Cast} = require('./src/cast'); | ||
const Cast = require('./src/cast'); | ||
const StateContainer = require('./src/stateContainer'); | ||
/** | ||
@@ -6,2 +7,2 @@ * A module that exports the core perion library | ||
*/ | ||
module.exports = {Cast}; | ||
module.exports = {Cast, StateContainer}; |
{ | ||
"name": "@perion/core", | ||
"version": "0.0.2", | ||
"description": "A library with the infrastructural elements of a MapleStory emulator", | ||
"version": "0.0.3", | ||
"description": "A library with the core utils for netcode development in Node.js", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -99,2 +99,2 @@ /** | ||
} | ||
module.exports = {Cast}; | ||
module.exports = Cast; |
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
22908
12
352