@midwayjs/tablestore 3.0.0-beta.12 → 3.0.0-beta.16

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 +5 -5
  2. package/CHANGELOG.md +0 -105
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midwayjs/tablestore",
3
3
  "description": "midway tablestore component",
4
- "version": "3.0.0-beta.12",
4
+ "version": "3.0.0-beta.16",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index.d.ts",
7
7
  "files": [
@@ -9,9 +9,9 @@
9
9
  "dist/**/*.d.ts"
10
10
  ],
11
11
  "devDependencies": {
12
- "@midwayjs/core": "^3.0.0-beta.12",
13
- "@midwayjs/decorator": "^3.0.0-beta.12",
14
- "@midwayjs/mock": "^3.0.0-beta.12"
12
+ "@midwayjs/core": "^3.0.0-beta.16",
13
+ "@midwayjs/decorator": "^3.0.0-beta.16",
14
+ "@midwayjs/mock": "^3.0.0-beta.16"
15
15
  },
16
16
  "dependencies": {
17
17
  "tablestore": "^5.0.6"
@@ -36,5 +36,5 @@
36
36
  "type": "git",
37
37
  "url": "https://github.com/midwayjs/midway.git"
38
38
  },
39
- "gitHead": "1c46e53eb934248007eeb7fe3920f5ac24e272c6"
39
+ "gitHead": "43a32745ac45164dfef1494cba979f9652a6692b"
40
40
  }
package/CHANGELOG.md DELETED
@@ -1,105 +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.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
7
-
8
- **Note:** Version bump only for package @midwayjs/tablestore
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
15
-
16
- **Note:** Version bump only for package @midwayjs/tablestore
17
-
18
-
19
-
20
-
21
-
22
- # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
23
-
24
- **Note:** Version bump only for package @midwayjs/tablestore
25
-
26
-
27
-
28
-
29
-
30
- # [3.0.0-beta.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
31
-
32
- **Note:** Version bump only for package @midwayjs/tablestore
33
-
34
-
35
-
36
-
37
-
38
- # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * express routing middleware takes effect at the controller level ([#1364](https://github.com/midwayjs/midway/issues/1364)) ([b9272e0](https://github.com/midwayjs/midway/commit/b9272e0971003443304b0c53815be31a0061b4bd))
44
-
45
-
46
-
47
-
48
-
49
- # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
50
-
51
- **Note:** Version bump only for package @midwayjs/tablestore
52
-
53
-
54
-
55
-
56
-
57
- # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
58
-
59
- **Note:** Version bump only for package @midwayjs/tablestore
60
-
61
-
62
-
63
-
64
-
65
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
66
-
67
- **Note:** Version bump only for package @midwayjs/tablestore
68
-
69
-
70
-
71
-
72
-
73
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
74
-
75
- **Note:** Version bump only for package @midwayjs/tablestore
76
-
77
-
78
-
79
-
80
-
81
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
82
-
83
-
84
- ### Features
85
-
86
- * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
87
-
88
-
89
-
90
-
91
-
92
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
93
-
94
- **Note:** Version bump only for package @midwayjs/tablestore
95
-
96
-
97
-
98
-
99
-
100
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
101
-
102
-
103
- ### Features
104
-
105
- * add tablestore component and typescript definition ([#1302](https://github.com/midwayjs/midway/issues/1302)) ([aaa4877](https://github.com/midwayjs/midway/commit/aaa4877dc2e6a148346e130dcc6f5401c470eb4c))