diff --git a/.changeset/old-apes-invite.md b/.changeset/old-apes-invite.md deleted file mode 100644 index 703573da..00000000 --- a/.changeset/old-apes-invite.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@midwayjs/dev-pack': patch -'@midwayjs/bundler': patch -'@midwayjs/esrun': patch -'@midwayjs/hcc': patch -'@midwayjs/hooks': patch -'@midwayjs/hooks-bundler': patch -'@midwayjs/hooks-core': patch -'@midwayjs/hooks-internal': patch -'@midwayjs/hooks-kit': patch -'@midwayjs/hooks-upload': patch -'@midwayjs/rpc': patch -'@midwayjs/serve': patch -'@midwayjs/test-util': patch ---- - -fix: dev-pack may cause memory leak diff --git a/packages/bundler/CHANGELOG.md b/packages/bundler/CHANGELOG.md index ade3e5ef..f5e42992 100644 --- a/packages/bundler/CHANGELOG.md +++ b/packages/bundler/CHANGELOG.md @@ -1,5 +1,14 @@ # @midwayjs/bundler +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/esrun@3.1.6 + - @midwayjs/hooks-core@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/bundler/package.json b/packages/bundler/package.json index 1a1c11b7..592be571 100644 --- a/packages/bundler/package.json +++ b/packages/bundler/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/bundler", - "version": "3.1.5", + "version": "3.1.6", "description": "Midway Hooks bundler plugin for Webpack & Vite", "keywords": [ "midway", @@ -26,9 +26,9 @@ "main": "dist/midwayjs-bundler.cjs.js", "module": "dist/midwayjs-bundler.esm.js", "dependencies": { - "@midwayjs/hooks-core": "^3.1.5", + "@midwayjs/hooks-core": "^3.1.6", "unplugin": "1.0.1", - "@midwayjs/esrun": "^3.1.5" + "@midwayjs/esrun": "^3.1.6" }, "devDependencies": { "@types/memory-fs": "0.3.3", diff --git a/packages/dev-pack/CHANGELOG.md b/packages/dev-pack/CHANGELOG.md index 212a3fce..e510a224 100644 --- a/packages/dev-pack/CHANGELOG.md +++ b/packages/dev-pack/CHANGELOG.md @@ -1,5 +1,14 @@ # @midwayjs/dev-pack +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/esrun@3.1.6 + - @midwayjs/hooks-core@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/dev-pack/package.json b/packages/dev-pack/package.json index 22ad2be0..71e0563e 100644 --- a/packages/dev-pack/package.json +++ b/packages/dev-pack/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/dev-pack", - "version": "3.1.5", + "version": "3.1.6", "description": "Midway Fullstak Dev Pack", "author": "Lxxyx ", "homepage": "https://github.com/midwayjs/hooks", @@ -21,8 +21,8 @@ }, "dependencies": { "@midwayjs/core": "^3.10.6", - "@midwayjs/esrun": "^3.1.5", - "@midwayjs/hooks-core": "^3.1.5", + "@midwayjs/esrun": "^3.1.6", + "@midwayjs/hooks-core": "^3.1.6", "@midwayjs/mock": "^3.10.6", "chalk": "^4.1.2", "chokidar": "^3.5.3", @@ -34,7 +34,7 @@ "picocolors": "^1.0.0" }, "devDependencies": { - "@midwayjs/hooks": "^3.1.5", + "@midwayjs/hooks": "^3.1.6", "@types/detect-port": "1.3.2", "express": "^4.18.1" }, diff --git a/packages/esrun/CHANGELOG.md b/packages/esrun/CHANGELOG.md index 9345cc7b..ff9aabd9 100644 --- a/packages/esrun/CHANGELOG.md +++ b/packages/esrun/CHANGELOG.md @@ -1,5 +1,11 @@ # @midwayjs/rpc +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak + ## 3.1.5 ### Patch Changes diff --git a/packages/esrun/package.json b/packages/esrun/package.json index 2c148176..cb09dd42 100644 --- a/packages/esrun/package.json +++ b/packages/esrun/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/esrun", - "version": "3.1.5", + "version": "3.1.6", "description": "Super fast alternative for ts-node/jiti, support tsconfig paths", "author": "Lxxyx ", "homepage": "https://github.com/midwayjs/hooks", diff --git a/packages/hcc/CHANGELOG.md b/packages/hcc/CHANGELOG.md index 60db4dab..26fd3d60 100644 --- a/packages/hcc/CHANGELOG.md +++ b/packages/hcc/CHANGELOG.md @@ -1,5 +1,14 @@ # @midwayjs/hcc +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/esrun@3.1.6 + - @midwayjs/hooks-internal@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/hcc/package.json b/packages/hcc/package.json index e31f79b1..a9a7d026 100644 --- a/packages/hcc/package.json +++ b/packages/hcc/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/hcc", - "version": "3.1.5", + "version": "3.1.6", "description": "Compile a Hooks project into a single file.", "author": "Lxxyx ", "homepage": "https://github.com/midwayjs/hooks", @@ -28,14 +28,14 @@ "lodash": "^4.17.21", "art-template": "^4.1.3", "upath": "^2.0.1", - "@midwayjs/esrun": "^3.1.5", - "@midwayjs/hooks-internal": "^3.1.5" + "@midwayjs/esrun": "^3.1.6", + "@midwayjs/hooks-internal": "^3.1.6" }, "devDependencies": { "fs-extra": "11.1.0", "@types/fs-extra": "9.0.13", - "@midwayjs/hooks": "^3.1.5", - "@midwayjs/hooks-core": "^3.1.5", + "@midwayjs/hooks": "^3.1.6", + "@midwayjs/hooks-core": "^3.1.6", "@types/lodash": "^4.14.182", "isomorphic-unfetch": "3.1.0" }, diff --git a/packages/hooks-bundler/CHANGELOG.md b/packages/hooks-bundler/CHANGELOG.md index f1b235cc..cd44496b 100644 --- a/packages/hooks-bundler/CHANGELOG.md +++ b/packages/hooks-bundler/CHANGELOG.md @@ -1,5 +1,17 @@ # @midwayjs/hooks-bundler +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/dev-pack@3.1.6 + - @midwayjs/bundler@3.1.6 + - @midwayjs/hooks@3.1.6 + - @midwayjs/hooks-core@3.1.6 + - @midwayjs/hooks-internal@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/hooks-bundler/package.json b/packages/hooks-bundler/package.json index 5e12e2e9..44076557 100644 --- a/packages/hooks-bundler/package.json +++ b/packages/hooks-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/hooks-bundler", - "version": "3.1.5", + "version": "3.1.6", "description": "Bundler plugin for @midwayjs/hooks", "keywords": [ "midway", @@ -26,11 +26,11 @@ "main": "dist/midwayjs-hooks-bundler.cjs.js", "module": "dist/midwayjs-hooks-bundler.esm.js", "dependencies": { - "@midwayjs/hooks": "^3.1.5", - "@midwayjs/hooks-internal": "^3.1.5", - "@midwayjs/hooks-core": "^3.1.5", - "@midwayjs/bundler": "^3.1.5", - "@midwayjs/dev-pack": "^3.1.5", + "@midwayjs/hooks": "^3.1.6", + "@midwayjs/hooks-internal": "^3.1.6", + "@midwayjs/hooks-core": "^3.1.6", + "@midwayjs/bundler": "^3.1.6", + "@midwayjs/dev-pack": "^3.1.6", "upath": "^2.0.1", "lodash": "^4.17.21" }, diff --git a/packages/hooks-core/CHANGELOG.md b/packages/hooks-core/CHANGELOG.md index dbc46a07..efb826f7 100644 --- a/packages/hooks-core/CHANGELOG.md +++ b/packages/hooks-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @midwayjs/hooks-core +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak + ## 3.1.5 ### Patch Changes diff --git a/packages/hooks-core/package.json b/packages/hooks-core/package.json index 0fc415bb..d05aeb5a 100644 --- a/packages/hooks-core/package.json +++ b/packages/hooks-core/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/hooks-core", - "version": "3.1.5", + "version": "3.1.6", "description": "Midway Hooks Core", "keywords": [ "midway", diff --git a/packages/hooks-internal/CHANGELOG.md b/packages/hooks-internal/CHANGELOG.md index 08e877a9..81dd3f0f 100644 --- a/packages/hooks-internal/CHANGELOG.md +++ b/packages/hooks-internal/CHANGELOG.md @@ -1,5 +1,13 @@ # @midwayjs/hooks-internal +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/hooks-core@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/hooks-internal/package.json b/packages/hooks-internal/package.json index cc410d15..347578c7 100644 --- a/packages/hooks-internal/package.json +++ b/packages/hooks-internal/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/hooks-internal", - "version": "3.1.5", + "version": "3.1.6", "description": "TODO", "author": "Lxxyx ", "homepage": "https://github.com/midwayjs/hooks", @@ -23,7 +23,7 @@ "find-up": "5.0.0", "fn-args": "^5.0.0", "@midwayjs/glob": "^1.0.6", - "@midwayjs/hooks-core": "^3.1.5" + "@midwayjs/hooks-core": "^3.1.6" }, "devDependencies": { "@types/lodash": "^4.14.182" diff --git a/packages/hooks-kit/CHANGELOG.md b/packages/hooks-kit/CHANGELOG.md index 3bce3812..5d4429fc 100644 --- a/packages/hooks-kit/CHANGELOG.md +++ b/packages/hooks-kit/CHANGELOG.md @@ -1,5 +1,18 @@ # @midwayjs/hooks-kit +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/esrun@3.1.6 + - @midwayjs/hooks@3.1.6 + - @midwayjs/hooks-bundler@3.1.6 + - @midwayjs/hooks-core@3.1.6 + - @midwayjs/hooks-internal@3.1.6 + - @midwayjs/serve@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/hooks-kit/package.json b/packages/hooks-kit/package.json index 5627bfaa..bc59ff87 100644 --- a/packages/hooks-kit/package.json +++ b/packages/hooks-kit/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/hooks-kit", - "version": "3.1.5", + "version": "3.1.6", "description": "A framework for building api & fullstack applications faster", "main": "dist/midwayjs-hooks-kit.cjs.js", "module": "dist/midwayjs-hooks-kit.esm.js", @@ -18,13 +18,13 @@ "@midwayjs/bootstrap": "^3.10.6", "@midwayjs/cli-plugin-build": "^1.2.97", "@midwayjs/command-core": "^1.2.97", - "@midwayjs/esrun": "^3.1.5", - "@midwayjs/hooks": "^3.1.5", - "@midwayjs/hooks-bundler": "^3.1.5", - "@midwayjs/hooks-core": "^3.1.5", - "@midwayjs/hooks-internal": "^3.1.5", + "@midwayjs/esrun": "^3.1.6", + "@midwayjs/hooks": "^3.1.6", + "@midwayjs/hooks-bundler": "^3.1.6", + "@midwayjs/hooks-core": "^3.1.6", + "@midwayjs/hooks-internal": "^3.1.6", "@midwayjs/mock": "^3.10.6", - "@midwayjs/serve": "^3.1.5", + "@midwayjs/serve": "^3.1.6", "cac": "^6.7.12", "compare-versions": "^5.0.3", "consola": "^2.15.3", diff --git a/packages/hooks-upload/CHANGELOG.md b/packages/hooks-upload/CHANGELOG.md index a9bfcb99..3433f09a 100644 --- a/packages/hooks-upload/CHANGELOG.md +++ b/packages/hooks-upload/CHANGELOG.md @@ -1,5 +1,14 @@ # @midwayjs/serve +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/hooks@3.1.6 + - @midwayjs/hooks-core@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/hooks-upload/package.json b/packages/hooks-upload/package.json index 58c4bdbd..6008d40b 100644 --- a/packages/hooks-upload/package.json +++ b/packages/hooks-upload/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/hooks-upload", - "version": "3.1.5", + "version": "3.1.6", "description": "Static Middleware for midway hooks", "author": "Lxxyx ", "homepage": "https://github.com/midwayjs/hooks", @@ -21,14 +21,14 @@ }, "dependencies": { "lodash": "^4.17.21", - "@midwayjs/hooks-core": "^3.1.5", - "@midwayjs/hooks": "^3.1.5" + "@midwayjs/hooks-core": "^3.1.6", + "@midwayjs/hooks": "^3.1.6" }, "peerDependencies": { "@midwayjs/upload": "3" }, "devDependencies": { - "@midwayjs/test-util": "^3.1.5", + "@midwayjs/test-util": "^3.1.6", "@midwayjs/upload": "3.9.1", "@types/lodash": "4.14.191" }, diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 2572d589..3cbbe1bc 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,14 @@ # @midwayjs/hooks +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/hooks-core@3.1.6 + - @midwayjs/hooks-internal@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 9412668a..10d929ab 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/hooks", - "version": "3.1.5", + "version": "3.1.6", "description": "A framework for building api & fullstack applications faster", "keywords": [ "midway", @@ -25,14 +25,14 @@ "dependencies": { "tslib": "^2.3.0", "lodash": "^4.17.21", - "@midwayjs/hooks-internal": "^3.1.5", - "@midwayjs/hooks-core": "^3.1.5", + "@midwayjs/hooks-internal": "^3.1.6", + "@midwayjs/hooks-core": "^3.1.6", "@midwayjs/core": "^3.10.6" }, "devDependencies": { - "@midwayjs/test-util": "^3.1.5", + "@midwayjs/test-util": "^3.1.6", "zod": "3.20.2", - "@midwayjs/rpc": "3.1.5" + "@midwayjs/rpc": "3.1.6" }, "peerDependencies": { "zod": ">=3.0.0" diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md index 725266da..23eabded 100644 --- a/packages/rpc/CHANGELOG.md +++ b/packages/rpc/CHANGELOG.md @@ -1,5 +1,11 @@ # @midwayjs/rpc +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak + ## 3.1.5 ### Patch Changes diff --git a/packages/rpc/package.json b/packages/rpc/package.json index db7de6cb..f77fc5fe 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/rpc", - "version": "3.1.5", + "version": "3.1.6", "description": "A rpc client for Midway Hooks", "author": "Lxxyx ", "homepage": "https://github.com/midwayjs/hooks", @@ -17,7 +17,7 @@ "main": "dist/midwayjs-rpc.cjs.js", "module": "dist/midwayjs-rpc.esm.js", "devDependencies": { - "@midwayjs/hooks-core": "^3.1.5", + "@midwayjs/hooks-core": "^3.1.6", "@types/koa-compose": "3" }, "publishConfig": { diff --git a/packages/serve/CHANGELOG.md b/packages/serve/CHANGELOG.md index bb5da424..7514bab4 100644 --- a/packages/serve/CHANGELOG.md +++ b/packages/serve/CHANGELOG.md @@ -1,5 +1,13 @@ # @midwayjs/serve +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/hooks@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/serve/package.json b/packages/serve/package.json index 0aed3b94..9ea5de96 100644 --- a/packages/serve/package.json +++ b/packages/serve/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/serve", - "version": "3.1.5", + "version": "3.1.6", "description": "Static Middleware for midway hooks", "author": "Lxxyx ", "homepage": "https://github.com/midwayjs/hooks", @@ -20,12 +20,12 @@ "access": "public" }, "dependencies": { - "@midwayjs/hooks": "^3.1.5", + "@midwayjs/hooks": "^3.1.6", "koa-static-cache": "5.1.4", "@types/koa-static-cache": "5.1.1" }, "devDependencies": { - "@midwayjs/test-util": "^3.1.5" + "@midwayjs/test-util": "^3.1.6" }, "files": [ "dist" diff --git a/packages/test-util/CHANGELOG.md b/packages/test-util/CHANGELOG.md index 61451571..1679fb20 100644 --- a/packages/test-util/CHANGELOG.md +++ b/packages/test-util/CHANGELOG.md @@ -1,5 +1,13 @@ # @midwayjs/test-util +## 3.1.6 + +### Patch Changes + +- 63ed55c5: fix: dev-pack may cause memory leak +- Updated dependencies [63ed55c5] + - @midwayjs/hooks-internal@3.1.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/test-util/package.json b/packages/test-util/package.json index fd679510..d10da5b8 100644 --- a/packages/test-util/package.json +++ b/packages/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/test-util", - "version": "3.1.5", + "version": "3.1.6", "description": "TODO", "author": "Lxxyx ", "homepage": "https://github.com/midwayjs/hooks", @@ -23,7 +23,7 @@ "dist" ], "dependencies": { - "@midwayjs/hooks-internal": "^3.1.5", + "@midwayjs/hooks-internal": "^3.1.6", "@midwayjs/koa": "^3.10.6", "@midwayjs/mock": "^3.10.6", "@types/supertest": "^2.0.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a0713d0..24307af4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -313,8 +313,8 @@ importers: packages/bundler: specifiers: - '@midwayjs/esrun': ^3.1.5 - '@midwayjs/hooks-core': ^3.1.5 + '@midwayjs/esrun': ^3.1.6 + '@midwayjs/hooks-core': ^3.1.6 '@types/memory-fs': 0.3.3 '@types/prettier': 2.7.2 memory-fs: 0.5.0 @@ -337,9 +337,9 @@ importers: packages/dev-pack: specifiers: '@midwayjs/core': ^3.10.6 - '@midwayjs/esrun': ^3.1.5 - '@midwayjs/hooks': ^3.1.5 - '@midwayjs/hooks-core': ^3.1.5 + '@midwayjs/esrun': ^3.1.6 + '@midwayjs/hooks': ^3.1.6 + '@midwayjs/hooks-core': ^3.1.6 '@midwayjs/mock': ^3.10.6 '@types/detect-port': 1.3.2 chalk: ^4.1.2 @@ -381,10 +381,10 @@ importers: packages/hcc: specifiers: - '@midwayjs/esrun': ^3.1.5 - '@midwayjs/hooks': ^3.1.5 - '@midwayjs/hooks-core': ^3.1.5 - '@midwayjs/hooks-internal': ^3.1.5 + '@midwayjs/esrun': ^3.1.6 + '@midwayjs/hooks': ^3.1.6 + '@midwayjs/hooks-core': ^3.1.6 + '@midwayjs/hooks-internal': ^3.1.6 '@types/fs-extra': 9.0.13 '@types/lodash': ^4.14.182 art-template: ^4.1.3 @@ -430,10 +430,10 @@ importers: packages/hooks: specifiers: '@midwayjs/core': ^3.10.6 - '@midwayjs/hooks-core': ^3.1.5 - '@midwayjs/hooks-internal': ^3.1.5 - '@midwayjs/rpc': 3.1.5 - '@midwayjs/test-util': ^3.1.5 + '@midwayjs/hooks-core': ^3.1.6 + '@midwayjs/hooks-internal': ^3.1.6 + '@midwayjs/rpc': 3.1.6 + '@midwayjs/test-util': ^3.1.6 lodash: ^4.17.21 tslib: ^2.3.0 zod: 3.20.2 @@ -450,11 +450,11 @@ importers: packages/hooks-bundler: specifiers: - '@midwayjs/bundler': ^3.1.5 - '@midwayjs/dev-pack': ^3.1.5 - '@midwayjs/hooks': ^3.1.5 - '@midwayjs/hooks-core': ^3.1.5 - '@midwayjs/hooks-internal': ^3.1.5 + '@midwayjs/bundler': ^3.1.6 + '@midwayjs/dev-pack': ^3.1.6 + '@midwayjs/hooks': ^3.1.6 + '@midwayjs/hooks-core': ^3.1.6 + '@midwayjs/hooks-internal': ^3.1.6 '@types/lodash': ^4.14.182 lodash: ^4.17.21 upath: ^2.0.1 @@ -507,7 +507,7 @@ importers: packages/hooks-internal: specifiers: '@midwayjs/glob': ^1.0.6 - '@midwayjs/hooks-core': ^3.1.5 + '@midwayjs/hooks-core': ^3.1.6 '@types/lodash': ^4.14.182 find-up: 5.0.0 fn-args: ^5.0.0 @@ -528,13 +528,13 @@ importers: '@midwayjs/bootstrap': ^3.10.6 '@midwayjs/cli-plugin-build': ^1.2.97 '@midwayjs/command-core': ^1.2.97 - '@midwayjs/esrun': ^3.1.5 - '@midwayjs/hooks': ^3.1.5 - '@midwayjs/hooks-bundler': ^3.1.5 - '@midwayjs/hooks-core': ^3.1.5 - '@midwayjs/hooks-internal': ^3.1.5 + '@midwayjs/esrun': ^3.1.6 + '@midwayjs/hooks': ^3.1.6 + '@midwayjs/hooks-bundler': ^3.1.6 + '@midwayjs/hooks-core': ^3.1.6 + '@midwayjs/hooks-internal': ^3.1.6 '@midwayjs/mock': ^3.10.6 - '@midwayjs/serve': ^3.1.5 + '@midwayjs/serve': ^3.1.6 '@types/detect-port': 1.3.2 '@types/fs-extra': 9.0.13 '@types/koa-static-cache': ^5.1.1 @@ -570,9 +570,9 @@ importers: packages/hooks-upload: specifiers: - '@midwayjs/hooks': ^3.1.5 - '@midwayjs/hooks-core': ^3.1.5 - '@midwayjs/test-util': ^3.1.5 + '@midwayjs/hooks': ^3.1.6 + '@midwayjs/hooks-core': ^3.1.6 + '@midwayjs/test-util': ^3.1.6 '@midwayjs/upload': 3.9.1 '@types/lodash': 4.14.191 lodash: ^4.17.21 @@ -587,7 +587,7 @@ importers: packages/rpc: specifiers: - '@midwayjs/hooks-core': ^3.1.5 + '@midwayjs/hooks-core': ^3.1.6 '@types/koa-compose': '3' isomorphic-unfetch: ^3.1.0 koa-compose: ^4.1.0 @@ -602,8 +602,8 @@ importers: packages/serve: specifiers: - '@midwayjs/hooks': ^3.1.5 - '@midwayjs/test-util': ^3.1.5 + '@midwayjs/hooks': ^3.1.6 + '@midwayjs/test-util': ^3.1.6 '@types/koa-static-cache': 5.1.1 koa-static-cache: 5.1.4 dependencies: @@ -615,7 +615,7 @@ importers: packages/test-util: specifiers: - '@midwayjs/hooks-internal': ^3.1.5 + '@midwayjs/hooks-internal': ^3.1.6 '@midwayjs/koa': ^3.10.6 '@midwayjs/mock': ^3.10.6 '@types/supertest': ^2.0.12