@midwayjs/version 2.14.0 → 2.14.4
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.
- package/CHANGELOG.md +32 -0
- package/index.js +1 -1
- package/package.json +2 -2
- package/versions/2_14_0-2_14_0.json +133 -31
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
|
+
## [2.14.4](https://github.com/midwayjs/midway/compare/v2.14.3...v2.14.4) (2022-01-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @midwayjs/version
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.14.3](https://github.com/midwayjs/midway/compare/v2.14.2...v2.14.3) (2022-01-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @midwayjs/version
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [2.14.2](https://github.com/midwayjs/midway/compare/v2.14.1...v2.14.2) (2021-12-28)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @midwayjs/version
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [2.14.1](https://github.com/midwayjs/midway/compare/v2.14.0...v2.14.1) (2021-12-06)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @midwayjs/version
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
# [2.14.0](https://github.com/midwayjs/midway/compare/v2.13.5...v2.14.0) (2021-12-06)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package @midwayjs/version
|
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.log('
|
|
1
|
+
console.log('1642414803698');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/version",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.4",
|
|
4
4
|
"description": "Midway Package Version Manager",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"type": "git",
|
|
26
26
|
"url": "http://github.com/midwayjs/midway.git"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "7d7f01072b2aabb1ee66561fc0406a327de90d8b"
|
|
29
29
|
}
|
|
@@ -1,54 +1,156 @@
|
|
|
1
1
|
{
|
|
2
|
-
"@midwayjs/egg-layer":
|
|
3
|
-
|
|
2
|
+
"@midwayjs/egg-layer": [
|
|
3
|
+
"2.14.0",
|
|
4
|
+
"2.14.2",
|
|
5
|
+
"2.14.4"
|
|
6
|
+
],
|
|
7
|
+
"@midwayjs/express-layer": [
|
|
8
|
+
"2.14.0",
|
|
9
|
+
"2.14.4"
|
|
10
|
+
],
|
|
4
11
|
"@midwayjs/faas-typings": "2.12.9",
|
|
5
|
-
"@midwayjs/koa-layer":
|
|
12
|
+
"@midwayjs/koa-layer": [
|
|
13
|
+
"2.14.0",
|
|
14
|
+
"2.14.4"
|
|
15
|
+
],
|
|
6
16
|
"@midwayjs/runtime-engine": "2.13.3",
|
|
7
17
|
"@midwayjs/runtime-mock": "2.13.3",
|
|
8
|
-
"@midwayjs/serverless-app":
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"@midwayjs/serverless-
|
|
14
|
-
|
|
15
|
-
|
|
18
|
+
"@midwayjs/serverless-app": [
|
|
19
|
+
"2.14.0",
|
|
20
|
+
"2.14.2",
|
|
21
|
+
"2.14.4"
|
|
22
|
+
],
|
|
23
|
+
"@midwayjs/serverless-aws-starter": [
|
|
24
|
+
"2.13.3",
|
|
25
|
+
"2.14.4"
|
|
26
|
+
],
|
|
27
|
+
"@midwayjs/serverless-fc-starter": [
|
|
28
|
+
"2.14.0",
|
|
29
|
+
"2.14.4"
|
|
30
|
+
],
|
|
31
|
+
"@midwayjs/serverless-fc-trigger": [
|
|
32
|
+
"2.14.0",
|
|
33
|
+
"2.14.4"
|
|
34
|
+
],
|
|
35
|
+
"@midwayjs/serverless-http-parser": [
|
|
36
|
+
"2.12.9",
|
|
37
|
+
"2.14.4"
|
|
38
|
+
],
|
|
39
|
+
"@midwayjs/serverless-scf-starter": [
|
|
40
|
+
"2.13.3",
|
|
41
|
+
"2.14.4"
|
|
42
|
+
],
|
|
43
|
+
"@midwayjs/serverless-scf-trigger": [
|
|
44
|
+
"2.14.0",
|
|
45
|
+
"2.14.4"
|
|
46
|
+
],
|
|
47
|
+
"@midwayjs/serverless-vercel-starter": [
|
|
48
|
+
"2.14.0",
|
|
49
|
+
"2.14.4"
|
|
50
|
+
],
|
|
16
51
|
"@midwayjs/serverless-vercel-trigger": "2.13.3",
|
|
17
|
-
"@midwayjs/static-layer":
|
|
52
|
+
"@midwayjs/static-layer": [
|
|
53
|
+
"2.14.0",
|
|
54
|
+
"2.14.4"
|
|
55
|
+
],
|
|
18
56
|
"@midwayjs/axios": "2.14.0",
|
|
19
57
|
"@midwayjs/bootstrap": "2.14.0",
|
|
20
58
|
"@midwayjs/cache": "2.14.0",
|
|
21
|
-
"@midwayjs/consul":
|
|
59
|
+
"@midwayjs/consul": [
|
|
60
|
+
"2.14.0",
|
|
61
|
+
"2.14.2"
|
|
62
|
+
],
|
|
22
63
|
"@midwayjs/core": "2.14.0",
|
|
23
64
|
"@midwayjs/cos": "2.14.0",
|
|
24
65
|
"@midwayjs/decorator": "2.14.0",
|
|
25
|
-
"@midwayjs/faas":
|
|
66
|
+
"@midwayjs/faas": [
|
|
67
|
+
"2.14.0",
|
|
68
|
+
"2.14.2",
|
|
69
|
+
"2.14.4"
|
|
70
|
+
],
|
|
26
71
|
"@midwayjs/grpc": "2.14.0",
|
|
27
|
-
"@midwayjs/jwt":
|
|
72
|
+
"@midwayjs/jwt": [
|
|
73
|
+
"2.14.0",
|
|
74
|
+
"2.14.2"
|
|
75
|
+
],
|
|
28
76
|
"@midwayjs/logger": "2.13.0",
|
|
29
77
|
"midway-schedule": "2.14.0",
|
|
30
|
-
"midway":
|
|
78
|
+
"midway": [
|
|
79
|
+
"2.14.0",
|
|
80
|
+
"2.14.2"
|
|
81
|
+
],
|
|
31
82
|
"@midwayjs/mock": "2.14.0",
|
|
32
|
-
"@midwayjs/mongoose":
|
|
83
|
+
"@midwayjs/mongoose": [
|
|
84
|
+
"2.14.0",
|
|
85
|
+
"2.14.2"
|
|
86
|
+
],
|
|
33
87
|
"@midwayjs/orm": "2.14.0",
|
|
34
88
|
"@midwayjs/oss": "2.14.0",
|
|
35
|
-
"@midwayjs/passport":
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
89
|
+
"@midwayjs/passport": [
|
|
90
|
+
"2.14.0",
|
|
91
|
+
"2.14.2",
|
|
92
|
+
"2.14.4"
|
|
93
|
+
],
|
|
94
|
+
"@midwayjs/process-agent": [
|
|
95
|
+
"2.14.0",
|
|
96
|
+
"2.14.2",
|
|
97
|
+
"2.14.3"
|
|
98
|
+
],
|
|
99
|
+
"@midwayjs/prometheus-socket-io": [
|
|
100
|
+
"2.14.0",
|
|
101
|
+
"2.14.2"
|
|
102
|
+
],
|
|
103
|
+
"@midwayjs/prometheus": [
|
|
104
|
+
"2.14.0",
|
|
105
|
+
"2.14.2"
|
|
106
|
+
],
|
|
39
107
|
"@midwayjs/rabbitmq": "2.14.0",
|
|
40
108
|
"@midwayjs/redis": "2.14.0",
|
|
41
|
-
"@midwayjs/sequelize":
|
|
109
|
+
"@midwayjs/sequelize": [
|
|
110
|
+
"2.14.0",
|
|
111
|
+
"2.14.2",
|
|
112
|
+
"2.14.3"
|
|
113
|
+
],
|
|
42
114
|
"@midwayjs/socketio": "2.14.0",
|
|
43
115
|
"@midwayjs/tablestore": "2.14.0",
|
|
44
|
-
"@midwayjs/task":
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"@midwayjs/
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
116
|
+
"@midwayjs/task": [
|
|
117
|
+
"2.14.0",
|
|
118
|
+
"2.14.2",
|
|
119
|
+
"2.14.3"
|
|
120
|
+
],
|
|
121
|
+
"@midwayjs/typegoose": [
|
|
122
|
+
"2.14.0",
|
|
123
|
+
"2.14.2"
|
|
124
|
+
],
|
|
125
|
+
"@midwayjs/version": [
|
|
126
|
+
"2.14.0",
|
|
127
|
+
"2.14.2",
|
|
128
|
+
"2.14.3",
|
|
129
|
+
"2.14.4"
|
|
130
|
+
],
|
|
131
|
+
"@midwayjs/view-ejs": [
|
|
132
|
+
"2.14.0",
|
|
133
|
+
"2.14.2"
|
|
134
|
+
],
|
|
135
|
+
"@midwayjs/view-nunjucks": [
|
|
136
|
+
"2.14.0",
|
|
137
|
+
"2.14.2"
|
|
138
|
+
],
|
|
139
|
+
"@midwayjs/view": [
|
|
140
|
+
"2.14.0",
|
|
141
|
+
"2.14.2"
|
|
142
|
+
],
|
|
143
|
+
"@midwayjs/express": [
|
|
144
|
+
"2.14.0",
|
|
145
|
+
"2.14.2"
|
|
146
|
+
],
|
|
147
|
+
"@midwayjs/koa": [
|
|
148
|
+
"2.14.0",
|
|
149
|
+
"2.14.2"
|
|
150
|
+
],
|
|
151
|
+
"@midwayjs/web": [
|
|
152
|
+
"2.14.0",
|
|
153
|
+
"2.14.2"
|
|
154
|
+
],
|
|
53
155
|
"@midwayjs/ws": "2.14.0"
|
|
54
156
|
}
|