@midwayjs/version 3.3.10 → 3.3.13
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 +41 -16
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
console.log('
|
|
1
|
+
console.log('1654483780429');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/version",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.13",
|
|
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": "bd3b724f3902522d58c6cc3eddfd515a450c62cc"
|
|
29
29
|
}
|
|
@@ -23,14 +23,20 @@
|
|
|
23
23
|
"@midwayjs/serverless-vercel-starter": "3.3.5",
|
|
24
24
|
"@midwayjs/serverless-vercel-trigger": "3.0.4",
|
|
25
25
|
"@midwayjs/serverless-worker-starter": "3.3.5",
|
|
26
|
-
"@midwayjs/static-layer":
|
|
26
|
+
"@midwayjs/static-layer": [
|
|
27
|
+
"3.3.5",
|
|
28
|
+
"3.3.11"
|
|
29
|
+
],
|
|
27
30
|
"@midwayjs/axios": "3.3.5",
|
|
28
31
|
"@midwayjs/bootstrap": [
|
|
29
32
|
"3.3.5",
|
|
30
33
|
"3.3.6",
|
|
31
34
|
"3.3.9"
|
|
32
35
|
],
|
|
33
|
-
"@midwayjs/cache":
|
|
36
|
+
"@midwayjs/cache": [
|
|
37
|
+
"3.3.5",
|
|
38
|
+
"3.3.12"
|
|
39
|
+
],
|
|
34
40
|
"@midwayjs/consul": [
|
|
35
41
|
"3.3.5",
|
|
36
42
|
"3.3.6"
|
|
@@ -43,10 +49,14 @@
|
|
|
43
49
|
"@midwayjs/cross-domain": [
|
|
44
50
|
"3.3.5",
|
|
45
51
|
"3.3.6",
|
|
46
|
-
"3.3.9"
|
|
52
|
+
"3.3.9",
|
|
53
|
+
"3.3.11"
|
|
47
54
|
],
|
|
48
55
|
"@midwayjs/decorator": "3.3.4",
|
|
49
|
-
"@midwayjs/express-session":
|
|
56
|
+
"@midwayjs/express-session": [
|
|
57
|
+
"3.3.5",
|
|
58
|
+
"3.3.11"
|
|
59
|
+
],
|
|
50
60
|
"@midwayjs/faas": "3.3.5",
|
|
51
61
|
"@midwayjs/grpc": [
|
|
52
62
|
"3.3.5",
|
|
@@ -56,21 +66,25 @@
|
|
|
56
66
|
"3.3.5",
|
|
57
67
|
"3.3.6",
|
|
58
68
|
"3.3.7",
|
|
59
|
-
"3.3.9"
|
|
69
|
+
"3.3.9",
|
|
70
|
+
"3.3.11"
|
|
60
71
|
],
|
|
61
72
|
"@midwayjs/i18n": [
|
|
62
73
|
"3.3.5",
|
|
63
74
|
"3.3.6",
|
|
64
|
-
"3.3.9"
|
|
75
|
+
"3.3.9",
|
|
76
|
+
"3.3.11"
|
|
65
77
|
],
|
|
66
78
|
"@midwayjs/info": [
|
|
67
79
|
"3.3.5",
|
|
68
|
-
"3.3.6"
|
|
80
|
+
"3.3.6",
|
|
81
|
+
"3.3.11"
|
|
69
82
|
],
|
|
70
83
|
"@midwayjs/jwt": [
|
|
71
84
|
"3.3.5",
|
|
72
85
|
"3.3.6",
|
|
73
|
-
"3.3.9"
|
|
86
|
+
"3.3.9",
|
|
87
|
+
"3.3.11"
|
|
74
88
|
],
|
|
75
89
|
"@midwayjs/mock": "3.3.5",
|
|
76
90
|
"@midwayjs/mongoose": "3.3.5",
|
|
@@ -89,7 +103,9 @@
|
|
|
89
103
|
"@midwayjs/passport": [
|
|
90
104
|
"3.3.5",
|
|
91
105
|
"3.3.6",
|
|
92
|
-
"3.3.9"
|
|
106
|
+
"3.3.9",
|
|
107
|
+
"3.3.11",
|
|
108
|
+
"3.3.13"
|
|
93
109
|
],
|
|
94
110
|
"@midwayjs/process-agent": [
|
|
95
111
|
"3.3.5",
|
|
@@ -109,7 +125,8 @@
|
|
|
109
125
|
"@midwayjs/security": [
|
|
110
126
|
"3.3.5",
|
|
111
127
|
"3.3.6",
|
|
112
|
-
"3.3.9"
|
|
128
|
+
"3.3.9",
|
|
129
|
+
"3.3.11"
|
|
113
130
|
],
|
|
114
131
|
"@midwayjs/sequelize": [
|
|
115
132
|
"3.3.5",
|
|
@@ -128,24 +145,28 @@
|
|
|
128
145
|
"@midwayjs/swagger": [
|
|
129
146
|
"3.3.5",
|
|
130
147
|
"3.3.6",
|
|
131
|
-
"3.3.8"
|
|
148
|
+
"3.3.8",
|
|
149
|
+
"3.3.13"
|
|
132
150
|
],
|
|
133
151
|
"@midwayjs/tablestore": "3.3.5",
|
|
134
152
|
"@midwayjs/task": [
|
|
135
153
|
"3.3.5",
|
|
136
154
|
"3.3.6",
|
|
137
|
-
"3.3.9"
|
|
155
|
+
"3.3.9",
|
|
156
|
+
"3.3.12"
|
|
138
157
|
],
|
|
139
158
|
"@midwayjs/typegoose": "3.3.5",
|
|
140
159
|
"@midwayjs/upload": [
|
|
141
160
|
"3.3.5",
|
|
142
161
|
"3.3.6",
|
|
143
|
-
"3.3.9"
|
|
162
|
+
"3.3.9",
|
|
163
|
+
"3.3.11"
|
|
144
164
|
],
|
|
145
165
|
"@midwayjs/validate": [
|
|
146
166
|
"3.3.5",
|
|
147
167
|
"3.3.6",
|
|
148
|
-
"3.3.9"
|
|
168
|
+
"3.3.9",
|
|
169
|
+
"3.3.11"
|
|
149
170
|
],
|
|
150
171
|
"@midwayjs/version": [
|
|
151
172
|
"3.3.5",
|
|
@@ -153,7 +174,10 @@
|
|
|
153
174
|
"3.3.7",
|
|
154
175
|
"3.3.8",
|
|
155
176
|
"3.3.9",
|
|
156
|
-
"3.3.10"
|
|
177
|
+
"3.3.10",
|
|
178
|
+
"3.3.11",
|
|
179
|
+
"3.3.12",
|
|
180
|
+
"3.3.13"
|
|
157
181
|
],
|
|
158
182
|
"@midwayjs/view-ejs": [
|
|
159
183
|
"3.3.5",
|
|
@@ -169,7 +193,8 @@
|
|
|
169
193
|
],
|
|
170
194
|
"@midwayjs/express": [
|
|
171
195
|
"3.3.5",
|
|
172
|
-
"3.3.6"
|
|
196
|
+
"3.3.6",
|
|
197
|
+
"3.3.11"
|
|
173
198
|
],
|
|
174
199
|
"@midwayjs/koa": [
|
|
175
200
|
"3.3.5",
|