@midwayjs/tablestore 3.0.0-beta.10 → 3.0.0-beta.14

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/CHANGELOG.md +32 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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
+ # [3.0.0-beta.14](https://github.com/midwayjs/midway/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2022-01-04)
7
+
8
+ **Note:** Version bump only for package @midwayjs/tablestore
9
+
10
+
11
+
12
+
13
+
14
+ # [3.0.0-beta.13](https://github.com/midwayjs/midway/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-12-30)
15
+
16
+ **Note:** Version bump only for package @midwayjs/tablestore
17
+
18
+
19
+
20
+
21
+
22
+ # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
23
+
24
+ **Note:** Version bump only for package @midwayjs/tablestore
25
+
26
+
27
+
28
+
29
+
30
+ # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
31
+
32
+ **Note:** Version bump only for package @midwayjs/tablestore
33
+
34
+
35
+
36
+
37
+
6
38
  # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
7
39
 
8
40
  **Note:** Version bump only for package @midwayjs/tablestore
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.10",
4
+ "version": "3.0.0-beta.14",
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.10",
13
- "@midwayjs/decorator": "^3.0.0-beta.10",
14
- "@midwayjs/mock": "^3.0.0-beta.10"
12
+ "@midwayjs/core": "^3.0.0-beta.14",
13
+ "@midwayjs/decorator": "^3.0.0-beta.14",
14
+ "@midwayjs/mock": "^3.0.0-beta.14"
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": "153870f2e2dd6b17673ec7591e49224a6bd51b36"
39
+ "gitHead": "95695ada36190cf376e93a1a8866b3fb6dde06bc"
40
40
  }