@midwayjs/version 3.3.11 → 3.3.12
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_3_4-3_3_5.json +8 -3
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.log('
|
|
1
|
+
console.log('1654183247397');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/version",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.12",
|
|
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": "5ebd760260a609207b7b5d0ccd1051b961fd4e91"
|
|
29
29
|
}
|
|
@@ -33,7 +33,10 @@
|
|
|
33
33
|
"3.3.6",
|
|
34
34
|
"3.3.9"
|
|
35
35
|
],
|
|
36
|
-
"@midwayjs/cache":
|
|
36
|
+
"@midwayjs/cache": [
|
|
37
|
+
"3.3.5",
|
|
38
|
+
"3.3.12"
|
|
39
|
+
],
|
|
37
40
|
"@midwayjs/consul": [
|
|
38
41
|
"3.3.5",
|
|
39
42
|
"3.3.6"
|
|
@@ -147,7 +150,8 @@
|
|
|
147
150
|
"@midwayjs/task": [
|
|
148
151
|
"3.3.5",
|
|
149
152
|
"3.3.6",
|
|
150
|
-
"3.3.9"
|
|
153
|
+
"3.3.9",
|
|
154
|
+
"3.3.12"
|
|
151
155
|
],
|
|
152
156
|
"@midwayjs/typegoose": "3.3.5",
|
|
153
157
|
"@midwayjs/upload": [
|
|
@@ -169,7 +173,8 @@
|
|
|
169
173
|
"3.3.8",
|
|
170
174
|
"3.3.9",
|
|
171
175
|
"3.3.10",
|
|
172
|
-
"3.3.11"
|
|
176
|
+
"3.3.11",
|
|
177
|
+
"3.3.12"
|
|
173
178
|
],
|
|
174
179
|
"@midwayjs/view-ejs": [
|
|
175
180
|
"3.3.5",
|