@midwayjs/sequelize 3.0.0-beta.7 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +9 -9
  2. package/CHANGELOG.md +0 -70
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/sequelize",
3
- "version": "3.0.0-beta.7",
3
+ "version": "3.0.1",
4
4
  "main": "dist/index",
5
5
  "typings": "index.d.ts",
6
6
  "files": [
@@ -9,13 +9,13 @@
9
9
  "index.d.ts"
10
10
  ],
11
11
  "devDependencies": {
12
- "@midwayjs/decorator": "^3.0.0-beta.7",
13
- "@midwayjs/koa": "^3.0.0-beta.7",
14
- "@midwayjs/mock": "^3.0.0-beta.7",
15
- "sqlite3": "^5.0.2"
12
+ "@midwayjs/decorator": "^3.0.0",
13
+ "@midwayjs/koa": "^3.0.1",
14
+ "@midwayjs/mock": "^3.0.1",
15
+ "sqlite3": "5.0.2"
16
16
  },
17
17
  "dependencies": {
18
- "sequelize": "~6.6.5",
18
+ "sequelize": "~6.13.0",
19
19
  "sequelize-typescript": "^2.1.0"
20
20
  },
21
21
  "keywords": [
@@ -30,8 +30,8 @@
30
30
  "license": "MIT",
31
31
  "scripts": {
32
32
  "build": "tsc",
33
- "test": "NODE_ENV=development node --require=ts-node/register ../../node_modules/.bin/jest",
34
- "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --coverage --forceExit"
33
+ "test": "NODE_ENV=development node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
34
+ "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --coverage --forceExit"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=12"
@@ -40,5 +40,5 @@
40
40
  "type": "git",
41
41
  "url": "http://github.com/midwayjs/midway.git"
42
42
  },
43
- "gitHead": "24590729121d9110e2d960db5b5e587cf55a1efc"
43
+ "gitHead": "f345b4ed0392e5c3b9e815438ef0a377ad6da076"
44
44
  }
package/CHANGELOG.md DELETED
@@ -1,70 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * add app.keys ([#1395](https://github.com/midwayjs/midway/issues/1395)) ([c44afc6](https://github.com/midwayjs/midway/commit/c44afc6cc6764a959d1fa7ae04d60099282d156a))
12
-
13
-
14
-
15
-
16
-
17
- # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
18
-
19
- **Note:** Version bump only for package @midwayjs/sequelize
20
-
21
-
22
-
23
-
24
-
25
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
26
-
27
- **Note:** Version bump only for package @midwayjs/sequelize
28
-
29
-
30
-
31
-
32
-
33
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
34
-
35
- **Note:** Version bump only for package @midwayjs/sequelize
36
-
37
-
38
-
39
-
40
-
41
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
42
-
43
-
44
- ### Features
45
-
46
- * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
47
-
48
-
49
-
50
-
51
-
52
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
53
-
54
- **Note:** Version bump only for package @midwayjs/sequelize
55
-
56
-
57
-
58
-
59
-
60
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
61
-
62
-
63
- ### Bug Fixes
64
-
65
- * static prefix ([#1321](https://github.com/midwayjs/midway/issues/1321)) ([31fe961](https://github.com/midwayjs/midway/commit/31fe961931fed7656a144b1682ee4c4bb25fdff5))
66
-
67
-
68
- ### Features
69
-
70
- * add sequelize component ([#1283](https://github.com/midwayjs/midway/issues/1283)) ([9ad91d1](https://github.com/midwayjs/midway/commit/9ad91d1e3ef3cf4cd799a1f8ef3d57b7efae60cf))