Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit f1a4228

Browse files
chore: release 3.1.4 (#522)
1 parent 7501461 commit f1a4228

28 files changed

+189
-94
lines changed

.changeset/fluffy-cherries-remain.md

-17
This file was deleted.

packages/bundler/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @midwayjs/bundler
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
- Updated dependencies [75014614]
9+
- @midwayjs/esrun@3.1.4
10+
- @midwayjs/hooks-core@3.1.4
11+
312
## 3.1.3
413

514
### Patch Changes

packages/bundler/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/bundler",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Midway Hooks bundler plugin for Webpack & Vite",
55
"keywords": [
66
"midway",
@@ -26,9 +26,9 @@
2626
"main": "dist/midwayjs-bundler.cjs.js",
2727
"module": "dist/midwayjs-bundler.esm.js",
2828
"dependencies": {
29-
"@midwayjs/hooks-core": "^3.1.3",
29+
"@midwayjs/hooks-core": "^3.1.4",
3030
"unplugin": "1.0.1",
31-
"@midwayjs/esrun": "^3.1.3"
31+
"@midwayjs/esrun": "^3.1.4"
3232
},
3333
"devDependencies": {
3434
"@types/memory-fs": "0.3.3",

packages/dev-pack/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @midwayjs/dev-pack
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
- Updated dependencies [75014614]
9+
- @midwayjs/esrun@3.1.4
10+
- @midwayjs/hooks-core@3.1.4
11+
312
## 3.1.3
413

514
### Patch Changes

packages/dev-pack/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/dev-pack",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Midway Fullstak Dev Pack",
55
"author": "Lxxyx <[email protected]>",
66
"homepage": "https://github.com/midwayjs/hooks",
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@midwayjs/core": "^3.10.6",
24-
"@midwayjs/esrun": "^3.1.3",
25-
"@midwayjs/hooks-core": "^3.1.3",
24+
"@midwayjs/esrun": "^3.1.4",
25+
"@midwayjs/hooks-core": "^3.1.4",
2626
"@midwayjs/mock": "^3.10.6",
2727
"chalk": "^4.1.2",
2828
"chokidar": "^3.5.3",
@@ -34,7 +34,7 @@
3434
"picocolors": "^1.0.0"
3535
},
3636
"devDependencies": {
37-
"@midwayjs/hooks": "^3.1.3",
37+
"@midwayjs/hooks": "^3.1.4",
3838
"@types/detect-port": "1.3.2",
3939
"express": "^4.18.1"
4040
},

packages/esrun/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @midwayjs/rpc
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
39
## 3.1.3
410

511
### Patch Changes

packages/esrun/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/esrun",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Super fast alternative for ts-node/jiti, support tsconfig paths",
55
"author": "Lxxyx <[email protected]>",
66
"homepage": "https://github.com/midwayjs/hooks",

packages/hcc/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @midwayjs/hcc
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
- Updated dependencies [75014614]
9+
- @midwayjs/esrun@3.1.4
10+
- @midwayjs/hooks-internal@3.1.4
11+
312
## 3.1.3
413

514
### Patch Changes

packages/hcc/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/hcc",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Compile a Hooks project into a single file.",
55
"author": "Lxxyx <[email protected]>",
66
"homepage": "https://github.com/midwayjs/hooks",
@@ -28,14 +28,14 @@
2828
"lodash": "^4.17.21",
2929
"art-template": "^4.1.3",
3030
"upath": "^2.0.1",
31-
"@midwayjs/esrun": "^3.1.3",
32-
"@midwayjs/hooks-internal": "^3.1.3"
31+
"@midwayjs/esrun": "^3.1.4",
32+
"@midwayjs/hooks-internal": "^3.1.4"
3333
},
3434
"devDependencies": {
3535
"fs-extra": "11.1.0",
3636
"@types/fs-extra": "9.0.13",
37-
"@midwayjs/hooks": "^3.1.3",
38-
"@midwayjs/hooks-core": "^3.1.3",
37+
"@midwayjs/hooks": "^3.1.4",
38+
"@midwayjs/hooks-core": "^3.1.4",
3939
"@types/lodash": "^4.14.182",
4040
"isomorphic-unfetch": "3.1.0"
4141
},

packages/hooks-bundler/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @midwayjs/hooks-bundler
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
- Updated dependencies [75014614]
9+
- @midwayjs/bundler@3.1.4
10+
- @midwayjs/dev-pack@3.1.4
11+
- @midwayjs/hooks@3.1.4
12+
- @midwayjs/hooks-core@3.1.4
13+
- @midwayjs/hooks-internal@3.1.4
14+
315
## 3.1.3
416

517
### Patch Changes

packages/hooks-bundler/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/hooks-bundler",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Bundler plugin for @midwayjs/hooks",
55
"keywords": [
66
"midway",
@@ -26,11 +26,11 @@
2626
"main": "dist/midwayjs-hooks-bundler.cjs.js",
2727
"module": "dist/midwayjs-hooks-bundler.esm.js",
2828
"dependencies": {
29-
"@midwayjs/hooks": "^3.1.3",
30-
"@midwayjs/hooks-internal": "^3.1.3",
31-
"@midwayjs/hooks-core": "^3.1.3",
32-
"@midwayjs/bundler": "^3.1.3",
33-
"@midwayjs/dev-pack": "^3.1.3",
29+
"@midwayjs/hooks": "^3.1.4",
30+
"@midwayjs/hooks-internal": "^3.1.4",
31+
"@midwayjs/hooks-core": "^3.1.4",
32+
"@midwayjs/bundler": "^3.1.4",
33+
"@midwayjs/dev-pack": "^3.1.4",
3434
"upath": "^2.0.1",
3535
"lodash": "^4.17.21"
3636
},

packages/hooks-core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @midwayjs/hooks-core
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
39
## 3.1.3
410

511
### Patch Changes

packages/hooks-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/hooks-core",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Midway Hooks Core",
55
"keywords": [
66
"midway",

packages/hooks-internal/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @midwayjs/hooks-internal
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
- Updated dependencies [75014614]
9+
- @midwayjs/hooks-core@3.1.4
10+
311
## 3.1.3
412

513
### Patch Changes

packages/hooks-internal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/hooks-internal",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "TODO",
55
"author": "Lxxyx <[email protected]>",
66
"homepage": "https://github.com/midwayjs/hooks",
@@ -23,7 +23,7 @@
2323
"find-up": "5.0.0",
2424
"fn-args": "^5.0.0",
2525
"@midwayjs/glob": "^1.0.6",
26-
"@midwayjs/hooks-core": "^3.1.3"
26+
"@midwayjs/hooks-core": "^3.1.4"
2727
},
2828
"devDependencies": {
2929
"@types/lodash": "^4.14.182"

packages/hooks-kit/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @midwayjs/hooks-kit
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
- Updated dependencies [75014614]
9+
- @midwayjs/esrun@3.1.4
10+
- @midwayjs/hooks@3.1.4
11+
- @midwayjs/hooks-bundler@3.1.4
12+
- @midwayjs/hooks-core@3.1.4
13+
- @midwayjs/hooks-internal@3.1.4
14+
- @midwayjs/serve@3.1.4
15+
316
## 3.1.3
417

518
### Patch Changes

packages/hooks-kit/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/hooks-kit",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "A framework for building api & fullstack applications faster",
55
"main": "dist/midwayjs-hooks-kit.cjs.js",
66
"module": "dist/midwayjs-hooks-kit.esm.js",
@@ -18,13 +18,13 @@
1818
"@midwayjs/bootstrap": "^3.10.6",
1919
"@midwayjs/cli-plugin-build": "^1.2.97",
2020
"@midwayjs/command-core": "^1.2.97",
21-
"@midwayjs/esrun": "^3.1.3",
22-
"@midwayjs/hooks": "^3.1.3",
23-
"@midwayjs/hooks-bundler": "^3.1.3",
24-
"@midwayjs/hooks-core": "^3.1.3",
25-
"@midwayjs/hooks-internal": "^3.1.3",
21+
"@midwayjs/esrun": "^3.1.4",
22+
"@midwayjs/hooks": "^3.1.4",
23+
"@midwayjs/hooks-bundler": "^3.1.4",
24+
"@midwayjs/hooks-core": "^3.1.4",
25+
"@midwayjs/hooks-internal": "^3.1.4",
2626
"@midwayjs/mock": "^3.10.6",
27-
"@midwayjs/serve": "^3.1.3",
27+
"@midwayjs/serve": "^3.1.4",
2828
"cac": "^6.7.12",
2929
"compare-versions": "^5.0.3",
3030
"consola": "^2.15.3",

packages/hooks-upload/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @midwayjs/serve
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
- Updated dependencies [75014614]
9+
- @midwayjs/hooks@3.1.4
10+
- @midwayjs/hooks-core@3.1.4
11+
312
## 3.1.3
413

514
### Patch Changes

packages/hooks-upload/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/hooks-upload",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Static Middleware for midway hooks",
55
"author": "Lxxyx <[email protected]>",
66
"homepage": "https://github.com/midwayjs/hooks",
@@ -21,14 +21,14 @@
2121
},
2222
"dependencies": {
2323
"lodash": "^4.17.21",
24-
"@midwayjs/hooks-core": "^3.1.3",
25-
"@midwayjs/hooks": "^3.1.3"
24+
"@midwayjs/hooks-core": "^3.1.4",
25+
"@midwayjs/hooks": "^3.1.4"
2626
},
2727
"peerDependencies": {
2828
"@midwayjs/upload": "3"
2929
},
3030
"devDependencies": {
31-
"@midwayjs/test-util": "^3.1.3",
31+
"@midwayjs/test-util": "^3.1.4",
3232
"@midwayjs/upload": "3.9.1",
3333
"@types/lodash": "4.14.191"
3434
},

packages/hooks/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @midwayjs/hooks
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
- Updated dependencies [75014614]
9+
- @midwayjs/hooks-core@3.1.4
10+
- @midwayjs/hooks-internal@3.1.4
11+
312
## 3.1.3
413

514
### Patch Changes

packages/hooks/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/hooks",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "A framework for building api & fullstack applications faster",
55
"keywords": [
66
"midway",
@@ -25,14 +25,14 @@
2525
"dependencies": {
2626
"tslib": "^2.3.0",
2727
"lodash": "^4.17.21",
28-
"@midwayjs/hooks-internal": "^3.1.3",
29-
"@midwayjs/hooks-core": "^3.1.3",
28+
"@midwayjs/hooks-internal": "^3.1.4",
29+
"@midwayjs/hooks-core": "^3.1.4",
3030
"@midwayjs/core": "^3.10.6"
3131
},
3232
"devDependencies": {
33-
"@midwayjs/test-util": "^3.1.3",
33+
"@midwayjs/test-util": "^3.1.4",
3434
"zod": "3.20.2",
35-
"@midwayjs/rpc": "3.1.3"
35+
"@midwayjs/rpc": "3.1.4"
3636
},
3737
"peerDependencies": {
3838
"zod": ">=3.0.0"

packages/rpc/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @midwayjs/rpc
22

3+
## 3.1.4
4+
5+
### Patch Changes
6+
7+
- 75014614: fix: use commonjs by default for esrun
8+
39
## 3.1.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)