@midwayjs/mock 3.19.2 → 3.20.3

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/README.md CHANGED
@@ -9,4 +9,4 @@ Document: [https://midwayjs.org](https://midwayjs.org)
9
9
 
10
10
  ## License
11
11
 
12
- [MIT]((http://github.com/midwayjs/midway/blob/master/LICENSE))
12
+ [MIT]((https://github.com/midwayjs/midway/blob/master/LICENSE))
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import type { Channel, Options } from 'amqplib';
3
4
  declare class ChannelManager {
4
5
  private connection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/mock",
3
- "version": "3.19.2",
3
+ "version": "3.20.3",
4
4
  "description": "create your test app from midway framework",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "license": "MIT",
31
31
  "devDependencies": {
32
- "@midwayjs/core": "^3.19.0",
32
+ "@midwayjs/core": "^3.20.3",
33
33
  "@midwayjs/logger": "^3.0.0",
34
34
  "@types/amqplib": "0.10.6",
35
35
  "amqplib": "0.10.5",
@@ -39,7 +39,7 @@
39
39
  "ws": "8.18.0"
40
40
  },
41
41
  "dependencies": {
42
- "@midwayjs/async-hooks-context-manager": "^3.19.0",
42
+ "@midwayjs/async-hooks-context-manager": "^3.20.3",
43
43
  "@types/superagent": "4.1.14",
44
44
  "@types/supertest": "2.0.16",
45
45
  "js-yaml": "4.1.0",
@@ -51,5 +51,5 @@
51
51
  "type": "git",
52
52
  "url": "https://github.com/midwayjs/midway.git"
53
53
  },
54
- "gitHead": "57fd034be94897fb819b0d9ef776de0b9923ab0f"
54
+ "gitHead": "a0918e46838e220fd000997796dbc8d669d28746"
55
55
  }