@modern-js/bff-core 1.21.4 → 1.21.6
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
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @modern-js/bff-core
|
|
2
2
|
|
|
3
|
+
## 1.21.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @modern-js/bff-runtime@1.21.6
|
|
8
|
+
- @modern-js/utils@1.21.6
|
|
9
|
+
|
|
10
|
+
## 1.21.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 4876aa7: fix: esbuild should not handle js files
|
|
15
|
+
fix: esbuild 不应该处理非 js 文件
|
|
16
|
+
- @modern-js/bff-runtime@1.21.5
|
|
17
|
+
- @modern-js/utils@1.21.5
|
|
18
|
+
|
|
3
19
|
## 1.21.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.21.
|
|
14
|
+
"version": "1.21.6",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@babel/runtime": "^7.18.0",
|
|
29
|
-
"@modern-js/bff-runtime": "1.21.4",
|
|
30
|
-
"@modern-js/utils": "1.21.4",
|
|
31
29
|
"esbuild": "^0.14.38",
|
|
32
30
|
"esbuild-register": "^3.3.3",
|
|
33
31
|
"koa-compose": "^4.1.0",
|
|
34
|
-
"reflect-metadata": "^0.1.13"
|
|
32
|
+
"reflect-metadata": "^0.1.13",
|
|
33
|
+
"@modern-js/bff-runtime": "1.21.6",
|
|
34
|
+
"@modern-js/utils": "1.21.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@scripts/build": "1.21.4",
|
|
38
|
-
"@scripts/jest-config": "1.21.4",
|
|
39
37
|
"@types/jest": "^27",
|
|
40
38
|
"@types/koa-compose": "^3.2.5",
|
|
41
39
|
"@types/node": "^14",
|
|
42
40
|
"jest": "^27",
|
|
43
41
|
"type-fest": "^2.13.0",
|
|
44
42
|
"typescript": "^4",
|
|
45
|
-
"zod": "^3.17.3"
|
|
43
|
+
"zod": "^3.17.3",
|
|
44
|
+
"@scripts/build": "1.21.6",
|
|
45
|
+
"@scripts/jest-config": "1.21.6"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"zod": "^3.17.3"
|