Dimensions
Dimensions copied to clipboard
A Generalized Artificial Intelligence Competition Framework. And yes, its in Typescript for good reason
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.0 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
v6.0.x
Addressing #142
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
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...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.4 to 3.1.31. Changelog Sourced from nanoid's changelog. 3.1.31 Fixed collision vulnerability on object in size (by Artyom Arutyunyan). 3.1.30 Reduced size for project with brotli compression...
It makes little sense for this repository to have it's own "Design" class. A environment should be definable in any format, and be allowed to plug right into this. This...
e.g. for player ids, prefix with `pl_` and disallow usernames starting with `pl_` This way, database layer doesnt need to find the user first to then figureout the player id...
Specifically, move all imported values (not types) out of design. Moreover, move default configurations for some class to the actual class' file. This should fix bugs with tree shaking when...