@biorate/sequelize 1.64.0 → 1.65.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.65.4](https://github.com/biorate/core/compare/v1.65.3...v1.65.4) (2024-03-26)
7
+
8
+ **Note:** Version bump only for package @biorate/sequelize
9
+
6
10
  # [1.64.0](https://github.com/biorate/core/compare/v1.63.0...v1.64.0) (2024-03-20)
7
11
 
8
12
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/sequelize",
3
- "version": "1.64.0",
3
+ "version": "1.65.4",
4
4
  "description": "Sequelize ORM connector",
5
5
  "main": "dist",
6
6
  "repository": {
@@ -19,15 +19,15 @@
19
19
  "author": "llevkin",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@biorate/config": "1.54.0",
23
- "@biorate/connector": "1.54.0",
22
+ "@biorate/config": "1.65.4",
23
+ "@biorate/connector": "1.65.4",
24
24
  "@biorate/errors": "1.28.0",
25
- "@biorate/inversion": "1.54.0",
25
+ "@biorate/inversion": "1.65.4",
26
26
  "sequelize": "^6.19.0",
27
27
  "sequelize-typescript": "^2.1.3"
28
28
  },
29
29
  "devDependencies": {
30
30
  "sqlite3": "^5.0.7"
31
31
  },
32
- "gitHead": "6d793c13cf219d3b83bde00fedcf35de55316375"
32
+ "gitHead": "7406f2c9710d59d31f0520256e1a103c0b51f40b"
33
33
  }