@midwayjs/i18n 3.0.0-beta.13 → 3.0.0-beta.17

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 +10 -10
  2. package/CHANGELOG.md +0 -116
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midwayjs/i18n",
3
3
  "description": "midway i18n component",
4
- "version": "3.0.0-beta.13",
4
+ "version": "3.0.0-beta.17",
5
5
  "main": "dist/index",
6
6
  "typings": "index.d.ts",
7
7
  "files": [
@@ -10,14 +10,14 @@
10
10
  "index.d.ts"
11
11
  ],
12
12
  "dependencies": {
13
- "picomatch": "^2.3.0"
13
+ "picomatch": "2.3.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@midwayjs/core": "^3.0.0-beta.13",
17
- "@midwayjs/decorator": "^3.0.0-beta.13",
18
- "@midwayjs/express": "^3.0.0-beta.13",
19
- "@midwayjs/koa": "^3.0.0-beta.13",
20
- "@midwayjs/mock": "^3.0.0-beta.13"
16
+ "@midwayjs/core": "^3.0.0-beta.17",
17
+ "@midwayjs/decorator": "^3.0.0-beta.17",
18
+ "@midwayjs/express": "^3.0.0-beta.17",
19
+ "@midwayjs/koa": "^3.0.0-beta.17",
20
+ "@midwayjs/mock": "^3.0.0-beta.17"
21
21
  },
22
22
  "keywords": [
23
23
  "midway",
@@ -27,8 +27,8 @@
27
27
  "license": "MIT",
28
28
  "scripts": {
29
29
  "build": "tsc",
30
- "test": "node --require=ts-node/register ../../node_modules/.bin/jest",
31
- "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --coverage --forceExit",
30
+ "test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
31
+ "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --coverage --forceExit",
32
32
  "ci": "npm run test",
33
33
  "lint": "mwts check"
34
34
  },
@@ -39,5 +39,5 @@
39
39
  "type": "git",
40
40
  "url": "https://github.com/midwayjs/midway.git"
41
41
  },
42
- "gitHead": "d3c47770fee9dce33a8d148882173fd7782864ad"
42
+ "gitHead": "17a8b5bd3d0b0b21f24dd2f165b5df9097fc3ec4"
43
43
  }
package/CHANGELOG.md DELETED
@@ -1,116 +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.13](https://github.com/midwayjs/midway/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-12-30)
7
-
8
- **Note:** Version bump only for package @midwayjs/i18n
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
15
-
16
-
17
- ### Features
18
-
19
- * support throw err status ([#1440](https://github.com/midwayjs/midway/issues/1440)) ([7b98110](https://github.com/midwayjs/midway/commit/7b98110d65c5287a8fcb3eb5356dea2d7a32cee9))
20
-
21
-
22
-
23
-
24
-
25
- # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
26
-
27
- **Note:** Version bump only for package @midwayjs/i18n
28
-
29
-
30
-
31
-
32
-
33
- # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
34
-
35
-
36
- ### Features
37
-
38
- * implement i18n for validate ([#1426](https://github.com/midwayjs/midway/issues/1426)) ([4c7ed2f](https://github.com/midwayjs/midway/commit/4c7ed2ff2e7ccf10f88f62abad230f92f5e76b97))
39
-
40
-
41
-
42
-
43
-
44
- # [3.0.0-beta.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
45
-
46
- **Note:** Version bump only for package @midwayjs/i18n
47
-
48
-
49
-
50
-
51
-
52
- # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
53
-
54
- **Note:** Version bump only for package @midwayjs/i18n
55
-
56
-
57
-
58
-
59
-
60
- # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
61
-
62
- **Note:** Version bump only for package @midwayjs/i18n
63
-
64
-
65
-
66
-
67
-
68
- # [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
69
-
70
- **Note:** Version bump only for package @midwayjs/i18n
71
-
72
-
73
-
74
-
75
-
76
- # [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
77
-
78
- **Note:** Version bump only for package @midwayjs/i18n
79
-
80
-
81
-
82
-
83
-
84
- # [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
85
-
86
-
87
- ### Features
88
-
89
- * add i18n ([#1375](https://github.com/midwayjs/midway/issues/1375)) ([bffefe0](https://github.com/midwayjs/midway/commit/bffefe07afe45777d49b5a76b9ab17fc2b9d9a55))
90
-
91
-
92
-
93
-
94
-
95
- # [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
96
-
97
-
98
- ### Features
99
-
100
- * add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
101
-
102
-
103
-
104
-
105
-
106
- # [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
107
-
108
- **Note:** Version bump only for package @midwayjs/info
109
-
110
-
111
-
112
-
113
-
114
- # [3.0.0-beta.1](https://github.com/midwayjs/midway/compare/v2.12.4...v3.0.0-beta.1) (2021-11-14)
115
-
116
- **Note:** Version bump only for package @midwayjs/info