@midwayjs/version 3.11.12 → 3.11.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.
- package/index.js +1 -1
- package/package.json +2 -2
- package/versions/3_11_11-3_11_11.json +9 -4
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/version",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.14",
|
|
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": "7adb0d7c46f2b2203c4491ba41b6583156920695"
|
|
29
29
|
}
|
|
@@ -13,11 +13,13 @@
|
|
|
13
13
|
"@midwayjs/bootstrap": "3.11.11",
|
|
14
14
|
"@midwayjs/bull-board": [
|
|
15
15
|
"3.11.11",
|
|
16
|
-
"3.11.12"
|
|
16
|
+
"3.11.12",
|
|
17
|
+
"3.11.14"
|
|
17
18
|
],
|
|
18
19
|
"@midwayjs/bull": [
|
|
19
20
|
"3.11.11",
|
|
20
|
-
"3.11.12"
|
|
21
|
+
"3.11.12",
|
|
22
|
+
"3.11.14"
|
|
21
23
|
],
|
|
22
24
|
"@midwayjs/cache": [
|
|
23
25
|
"3.11.11",
|
|
@@ -45,7 +47,8 @@
|
|
|
45
47
|
],
|
|
46
48
|
"@midwayjs/consul": [
|
|
47
49
|
"3.11.11",
|
|
48
|
-
"3.11.12"
|
|
50
|
+
"3.11.12",
|
|
51
|
+
"3.11.13"
|
|
49
52
|
],
|
|
50
53
|
"@midwayjs/core": "3.11.11",
|
|
51
54
|
"@midwayjs/cos": [
|
|
@@ -191,7 +194,9 @@
|
|
|
191
194
|
],
|
|
192
195
|
"@midwayjs/version": [
|
|
193
196
|
"3.11.11",
|
|
194
|
-
"3.11.12"
|
|
197
|
+
"3.11.12",
|
|
198
|
+
"3.11.13",
|
|
199
|
+
"3.11.14"
|
|
195
200
|
],
|
|
196
201
|
"@midwayjs/view-ejs": [
|
|
197
202
|
"3.11.11",
|