@midwayjs/version 3.3.13 → 3.4.0-beta.2
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 -4
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.log('
|
|
1
|
+
console.log('1655460257668');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/version",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0-beta.2",
|
|
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": "a61721d3946b30fd4cac183265edcd99b31ac72b"
|
|
29
29
|
}
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
],
|
|
40
40
|
"@midwayjs/consul": [
|
|
41
41
|
"3.3.5",
|
|
42
|
-
"3.3.6"
|
|
42
|
+
"3.3.6",
|
|
43
|
+
"3.3.14"
|
|
43
44
|
],
|
|
44
45
|
"@midwayjs/core": "3.3.5",
|
|
45
46
|
"@midwayjs/cos": [
|
|
@@ -146,14 +147,16 @@
|
|
|
146
147
|
"3.3.5",
|
|
147
148
|
"3.3.6",
|
|
148
149
|
"3.3.8",
|
|
149
|
-
"3.3.13"
|
|
150
|
+
"3.3.13",
|
|
151
|
+
"3.3.14"
|
|
150
152
|
],
|
|
151
153
|
"@midwayjs/tablestore": "3.3.5",
|
|
152
154
|
"@midwayjs/task": [
|
|
153
155
|
"3.3.5",
|
|
154
156
|
"3.3.6",
|
|
155
157
|
"3.3.9",
|
|
156
|
-
"3.3.12"
|
|
158
|
+
"3.3.12",
|
|
159
|
+
"3.3.14"
|
|
157
160
|
],
|
|
158
161
|
"@midwayjs/typegoose": "3.3.5",
|
|
159
162
|
"@midwayjs/upload": [
|
|
@@ -177,7 +180,8 @@
|
|
|
177
180
|
"3.3.10",
|
|
178
181
|
"3.3.11",
|
|
179
182
|
"3.3.12",
|
|
180
|
-
"3.3.13"
|
|
183
|
+
"3.3.13",
|
|
184
|
+
"3.3.14"
|
|
181
185
|
],
|
|
182
186
|
"@midwayjs/view-ejs": [
|
|
183
187
|
"3.3.5",
|