Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolution for sequelize and prerelease node #1539

Merged
merged 1 commit into from
Mar 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"@polkadot/api": "9.11.1",
"@polkadot/util": "10.2.3",
"@terra-money/terra.js": "^3.0.11",
"node-fetch": "2.6.7"
"node-fetch": "2.6.7",
"sequelize": "6.28.0"
},
"scripts": {
"build": "yarn workspaces foreach -ptA run build",
Expand Down
1 change: 0 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.19.0] - 2023-02-21
### Added
- Support Cockroach database (#1521)
Expand Down
50 changes: 1 addition & 49 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15663,13 +15663,6 @@ __metadata:
languageName: node
linkType: hard

"retry-as-promised@npm:^5.0.0":
version: 5.0.0
resolution: "retry-as-promised@npm:5.0.0"
checksum: 4d17e0597f967db0516714f0f2b085e2d1e8ea592450b013a1e0cd41dad74a9c3d1eb3c45351887de4bca1c3ac5f74dd07ef9942a3fb0e4db996a83bb28cb46e
languageName: node
linkType: hard

"retry-as-promised@npm:^7.0.3":
version: 7.0.3
resolution: "retry-as-promised@npm:7.0.3"
Expand Down Expand Up @@ -15981,7 +15974,7 @@ __metadata:
languageName: node
linkType: hard

"sequelize@npm:6.28.0, sequelize@npm:^6.28.0":
"sequelize@npm:6.28.0":
version: 6.28.0
resolution: "sequelize@npm:6.28.0"
dependencies:
Expand Down Expand Up @@ -16024,47 +16017,6 @@ __metadata:
languageName: node
linkType: hard

"sequelize@npm:^6.6.2":
version: 6.20.1
resolution: "sequelize@npm:6.20.1"
dependencies:
"@types/debug": ^4.1.7
"@types/validator": ^13.7.1
debug: ^4.3.3
dottie: ^2.0.2
inflection: ^1.13.2
lodash: ^4.17.21
moment: ^2.29.1
moment-timezone: ^0.5.34
pg-connection-string: ^2.5.0
retry-as-promised: ^5.0.0
semver: ^7.3.5
sequelize-pool: ^7.1.0
toposort-class: ^1.0.1
uuid: ^8.3.2
validator: ^13.7.0
wkx: ^0.5.0
peerDependenciesMeta:
ibm_db:
optional: true
mariadb:
optional: true
mysql2:
optional: true
pg:
optional: true
pg-hstore:
optional: true
snowflake-sdk:
optional: true
sqlite3:
optional: true
tedious:
optional: true
checksum: 08a6f9e3fb9d31d87399b378802cc5a0531f93cfb5ac18e0b11dc0942cac4a886bbba2dbe5aa33dd3d7ba060d32891876ba0de5c03ebfb4f6459ce84f430be79
languageName: node
linkType: hard

"serialize-javascript@npm:^6.0.0":
version: 6.0.0
resolution: "serialize-javascript@npm:6.0.0"
Expand Down