@midwayjs/version 3.15.2 → 3.15.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/index.js +1 -1
- package/package.json +2 -2
- package/versions/3_15_0-3_15_0.json +20 -9
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/version",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.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": "https://github.com/midwayjs/midway.git"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "5a20eeba5071fdbb1840b6256821ce26e04cdadb"
|
|
29
29
|
}
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
"@midwayjs/bull": [
|
|
16
16
|
"3.15.0",
|
|
17
17
|
"3.15.1",
|
|
18
|
-
"3.15.2"
|
|
18
|
+
"3.15.2",
|
|
19
|
+
"3.15.3"
|
|
19
20
|
],
|
|
20
21
|
"@midwayjs/bull-board": [
|
|
21
22
|
"3.15.0",
|
|
22
23
|
"3.15.1",
|
|
23
|
-
"3.15.2"
|
|
24
|
+
"3.15.2",
|
|
25
|
+
"3.15.3"
|
|
24
26
|
],
|
|
25
27
|
"@midwayjs/cache-manager": [
|
|
26
28
|
"3.15.0",
|
|
@@ -86,7 +88,8 @@
|
|
|
86
88
|
],
|
|
87
89
|
"@midwayjs/grpc": [
|
|
88
90
|
"3.15.0",
|
|
89
|
-
"3.15.2"
|
|
91
|
+
"3.15.2",
|
|
92
|
+
"3.15.3"
|
|
90
93
|
],
|
|
91
94
|
"@midwayjs/http-proxy": [
|
|
92
95
|
"3.15.0",
|
|
@@ -120,7 +123,9 @@
|
|
|
120
123
|
"@midwayjs/mikro": [
|
|
121
124
|
"3.15.0",
|
|
122
125
|
"3.15.1",
|
|
123
|
-
"3.15.2"
|
|
126
|
+
"3.15.2",
|
|
127
|
+
"3.15.3",
|
|
128
|
+
"3.15.4"
|
|
124
129
|
],
|
|
125
130
|
"@midwayjs/mock": [
|
|
126
131
|
"3.15.0",
|
|
@@ -129,7 +134,8 @@
|
|
|
129
134
|
"@midwayjs/mongoose": [
|
|
130
135
|
"3.15.0",
|
|
131
136
|
"3.15.1",
|
|
132
|
-
"3.15.2"
|
|
137
|
+
"3.15.2",
|
|
138
|
+
"3.15.3"
|
|
133
139
|
],
|
|
134
140
|
"@midwayjs/mqtt": [
|
|
135
141
|
"3.15.0",
|
|
@@ -175,7 +181,8 @@
|
|
|
175
181
|
"@midwayjs/security": [
|
|
176
182
|
"3.15.0",
|
|
177
183
|
"3.15.1",
|
|
178
|
-
"3.15.2"
|
|
184
|
+
"3.15.2",
|
|
185
|
+
"3.15.3"
|
|
179
186
|
],
|
|
180
187
|
"@midwayjs/sequelize": [
|
|
181
188
|
"3.15.0",
|
|
@@ -198,7 +205,8 @@
|
|
|
198
205
|
"@midwayjs/swagger": [
|
|
199
206
|
"3.15.0",
|
|
200
207
|
"3.15.1",
|
|
201
|
-
"3.15.2"
|
|
208
|
+
"3.15.2",
|
|
209
|
+
"3.15.3"
|
|
202
210
|
],
|
|
203
211
|
"@midwayjs/tablestore": [
|
|
204
212
|
"3.15.0",
|
|
@@ -212,7 +220,8 @@
|
|
|
212
220
|
"@midwayjs/typegoose": [
|
|
213
221
|
"3.15.0",
|
|
214
222
|
"3.15.1",
|
|
215
|
-
"3.15.2"
|
|
223
|
+
"3.15.2",
|
|
224
|
+
"3.15.3"
|
|
216
225
|
],
|
|
217
226
|
"@midwayjs/typeorm": [
|
|
218
227
|
"3.15.0",
|
|
@@ -231,7 +240,9 @@
|
|
|
231
240
|
"@midwayjs/version": [
|
|
232
241
|
"3.15.0",
|
|
233
242
|
"3.15.1",
|
|
234
|
-
"3.15.2"
|
|
243
|
+
"3.15.2",
|
|
244
|
+
"3.15.3",
|
|
245
|
+
"3.15.4"
|
|
235
246
|
],
|
|
236
247
|
"@midwayjs/view": [
|
|
237
248
|
"3.15.0",
|