egg-ts-base
egg-ts-base copied to clipboard
egg-ts接口开发脚手架
egg-sequelize-ts 里引用了sequelize-typescript 和 sequelize 而 项目本身又引用了 sequelize-typescript 和 sequelize 这会导致 sequelize-typescript关于belongsToMany 的方法无法使用 报错 信息为:Project.belongsToMany called with something that's not a subclass of Sequelize.Model 具体 在sequelize-typescript 的lssues里找到了原因 https://github.com/RobinBuschmann/sequelize-typescript/issues/729 我的项目里我把项目根里pakage.json 的 sequelize-typescript...
Bumps [sequelize](https://github.com/sequelize/sequelize) from 5.21.3 to 6.29.0. Release notes Sourced from sequelize's releases. v6.29.0 6.29.0 (2023-02-23) Features throw an error if attribute includes parentheses (fixes CVE-2023-22578) (#15710) (d3f5b5a) v6.28.2 6.28.2 (2023-02-22)...
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...