@biorate/sequelize 1.54.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 +10 -0
  2. package/package.json +5 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+
10
+ # [1.64.0](https://github.com/biorate/core/compare/v1.63.0...v1.64.0) (2024-03-20)
11
+
12
+ ### Features
13
+
14
+ - **proxy:** module added ([cdbc025](https://github.com/biorate/core/commit/cdbc02526ce6a0f982d2bd49d435d59189c3a60b))
15
+
6
16
  # [1.54.0](https://github.com/biorate/core/compare/v1.53.3...v1.54.0) (2024-01-11)
7
17
 
8
18
  **Note:** Version bump only for package @biorate/sequelize
package/package.json CHANGED
@@ -1,13 +1,8 @@
1
1
  {
2
2
  "name": "@biorate/sequelize",
3
- "version": "1.54.0",
3
+ "version": "1.65.4",
4
4
  "description": "Sequelize ORM connector",
5
5
  "main": "dist",
6
- "scripts": {
7
- "build": "npx tsc -p ./tsconfig.build.json --outDir ./dist",
8
- "test": "npx nyc --reporter=lcov --reporter=text-summary -- npx mocha --exit -r ts-node/register tests/**/*.spec.ts",
9
- "prepublishOnly": "npm run build"
10
- },
11
6
  "repository": {
12
7
  "type": "git",
13
8
  "url": "git+https://github.com/biorate/core.git",
@@ -24,15 +19,15 @@
24
19
  "author": "llevkin",
25
20
  "license": "MIT",
26
21
  "dependencies": {
27
- "@biorate/config": "1.54.0",
28
- "@biorate/connector": "1.54.0",
22
+ "@biorate/config": "1.65.4",
23
+ "@biorate/connector": "1.65.4",
29
24
  "@biorate/errors": "1.28.0",
30
- "@biorate/inversion": "1.54.0",
25
+ "@biorate/inversion": "1.65.4",
31
26
  "sequelize": "^6.19.0",
32
27
  "sequelize-typescript": "^2.1.3"
33
28
  },
34
29
  "devDependencies": {
35
30
  "sqlite3": "^5.0.7"
36
31
  },
37
- "gitHead": "15b3feb83b6f9cec130d08f19025019bd4b7569b"
32
+ "gitHead": "7406f2c9710d59d31f0520256e1a103c0b51f40b"
38
33
  }