colyseus-events
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -8,3 +8,3 @@ "use strict"; | ||
exports.schemaKeys = Object.freeze(Object.keys(new (class extends schema_1.Schema { | ||
})()).concat(['onChange'])); | ||
})()).concat(['onChange', 'onRemove'])); | ||
exports.handleSchema = Object.freeze({ | ||
@@ -11,0 +11,0 @@ /** |
{ | ||
"name": "colyseus-events", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "generate notification events from colyseus state", | ||
@@ -35,3 +35,3 @@ "repository": "git@github.com:starwards/colyseus-events.git", | ||
"devDependencies": { | ||
"@colyseus/schema": "^1.0.34", | ||
"@colyseus/schema": "^1.0.41", | ||
"@types/tape": "^4.13.2", | ||
@@ -53,5 +53,5 @@ "@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"tape": "^5.5.3", | ||
"ts-node": "^10.8.1", | ||
"typescript": "^4.7.4" | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29560
0