@midwayjs/socketio 3.0.0-beta.7 → 3.0.0-beta.8

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * express routing middleware takes effect at the controller level ([#1364](https://github.com/midwayjs/midway/issues/1364)) ([b9272e0](https://github.com/midwayjs/midway/commit/b9272e0971003443304b0c53815be31a0061b4bd))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.0.0-beta.7](https://github.com/midwayjs/midway/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2021-12-03)
7
18
 
8
19
 
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  this is a sub package for midway.
7
7
 
8
- Document: [https://midwayjs.org/midway](https://midwayjs.org/midway)
8
+ Document: [https://midwayjs.org](https://midwayjs.org)
9
9
 
10
10
  ## License
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/socketio",
3
- "version": "3.0.0-beta.7",
3
+ "version": "3.0.0-beta.8",
4
4
  "description": "Midway Web Framework for socket.io",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index.d.ts",
@@ -23,15 +23,15 @@
23
23
  ],
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@midwayjs/decorator": "^3.0.0-beta.7",
27
- "@midwayjs/mock": "^3.0.0-beta.7",
26
+ "@midwayjs/decorator": "^3.0.0-beta.8",
27
+ "@midwayjs/mock": "^3.0.0-beta.8",
28
28
  "@types/socket.io-client": "^1.4.36",
29
29
  "fs-extra": "^8.0.1",
30
30
  "socket.io-client": "^4.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@midwayjs/core": "^3.0.0-beta.7",
34
- "@midwayjs/logger": "^3.0.0-beta.7",
33
+ "@midwayjs/core": "^3.0.0-beta.8",
34
+ "@midwayjs/logger": "^3.0.0-beta.8",
35
35
  "socket.io": "^4.0.0",
36
36
  "socket.io-redis": "^6.1.0"
37
37
  },
@@ -43,5 +43,5 @@
43
43
  "engines": {
44
44
  "node": ">=12"
45
45
  },
46
- "gitHead": "24590729121d9110e2d960db5b5e587cf55a1efc"
46
+ "gitHead": "bfafbdf8798f48d4daac5dd88ad53c6b2f33c110"
47
47
  }