@midwayjs/version 3.20.7 → 3.20.9

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  module.exports = {
2
2
  "decorator": "3.20.4",
3
3
  "core": "3.20.4",
4
- "timestamp": 1750205039399
4
+ "timestamp": 1752411069971
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/version",
3
- "version": "3.20.7",
3
+ "version": "3.20.9",
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": "247afa16282b7f391f2dfa3cd922b52c25f5a332"
28
+ "gitHead": "d9032e8d591cb4e4997e31d757d7f055078536d6"
29
29
  }
@@ -75,7 +75,8 @@
75
75
  ],
76
76
  "@midwayjs/jwt": [
77
77
  "3.20.4",
78
- "3.20.5"
78
+ "3.20.5",
79
+ "3.20.9"
79
80
  ],
80
81
  "@midwayjs/kafka": "3.20.4",
81
82
  "@midwayjs/leoric": [
@@ -99,7 +100,8 @@
99
100
  ],
100
101
  "@midwayjs/passport": [
101
102
  "3.20.4",
102
- "3.20.5"
103
+ "3.20.5",
104
+ "3.20.9"
103
105
  ],
104
106
  "@midwayjs/process-agent": [
105
107
  "3.20.4",
@@ -160,7 +162,9 @@
160
162
  "3.20.4",
161
163
  "3.20.5",
162
164
  "3.20.6",
163
- "3.20.7"
165
+ "3.20.7",
166
+ "3.20.8",
167
+ "3.20.9"
164
168
  ],
165
169
  "@midwayjs/view": [
166
170
  "3.20.4",
@@ -180,5 +184,9 @@
180
184
  "3.20.4",
181
185
  "3.20.5"
182
186
  ],
183
- "@midwayjs/ws": "3.20.4"
187
+ "@midwayjs/ws": [
188
+ "3.20.4",
189
+ "3.20.8",
190
+ "3.20.9"
191
+ ]
184
192
  }