perform-ecs
perform-ecs copied to clipboard
Swift and efficient TypeScript Entity Component System library
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Suppose there are 34 component types, two of which have an id of `1` and another id of `33`. You may get the wrong result when calling the `componentHashHasComponent` method...
Actual behaviour: Given 2 components with field name X When entity is created with given 2 components Then Entity will have only 1 field X (from last registered component_2) So...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency mocha. These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 5.0.1 Changelog Sourced from minimatch's changelog. change log 9.0...
Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency mocha. These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 5.2.0 to 10.2.0 Dependabot will resolve any...