@biorate/sequelize 1.54.0 → 1.64.0

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 +6 -0
  2. package/package.json +2 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.64.0](https://github.com/biorate/core/compare/v1.63.0...v1.64.0) (2024-03-20)
7
+
8
+ ### Features
9
+
10
+ - **proxy:** module added ([cdbc025](https://github.com/biorate/core/commit/cdbc02526ce6a0f982d2bd49d435d59189c3a60b))
11
+
6
12
  # [1.54.0](https://github.com/biorate/core/compare/v1.53.3...v1.54.0) (2024-01-11)
7
13
 
8
14
  **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.64.0",
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",
@@ -34,5 +29,5 @@
34
29
  "devDependencies": {
35
30
  "sqlite3": "^5.0.7"
36
31
  },
37
- "gitHead": "15b3feb83b6f9cec130d08f19025019bd4b7569b"
32
+ "gitHead": "6d793c13cf219d3b83bde00fedcf35de55316375"
38
33
  }