@modern-js/bff-core 1.21.3 → 2.0.0-beta.0
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 +21 -3
- package/package.json +9 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,29 @@
|
|
|
1
1
|
# @modern-js/bff-core
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 2.0.0-beta.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- dda38c9: chore: v2
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
-
|
|
8
|
-
|
|
11
|
+
- a2509bf: feat: bump esbuild from 0.14.38 to 0.15.7
|
|
12
|
+
|
|
13
|
+
feat: 将 esbuild 从 0.14.38 版本升级至 0.15.7 版本
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [edd1cfb1a]
|
|
16
|
+
- Updated dependencies [cc971eabf]
|
|
17
|
+
- Updated dependencies [5b9049f]
|
|
18
|
+
- Updated dependencies [b8bbe036c]
|
|
19
|
+
- Updated dependencies [d5a31df78]
|
|
20
|
+
- Updated dependencies [dda38c9]
|
|
21
|
+
- Updated dependencies [3bbea92b2]
|
|
22
|
+
- Updated dependencies [abf3421]
|
|
23
|
+
- Updated dependencies [543be95]
|
|
24
|
+
- Updated dependencies [14b712d]
|
|
25
|
+
- @modern-js/utils@2.0.0-beta.0
|
|
26
|
+
- @modern-js/bff-runtime@2.0.0-beta.0
|
|
9
27
|
|
|
10
28
|
## 1.21.2
|
|
11
29
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "
|
|
14
|
+
"version": "2.0.0-beta.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -26,21 +26,21 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@babel/runtime": "^7.18.0",
|
|
29
|
-
"@modern-js/bff-runtime": "
|
|
30
|
-
"@modern-js/utils": "
|
|
31
|
-
"esbuild": "
|
|
29
|
+
"@modern-js/bff-runtime": "2.0.0-beta.0",
|
|
30
|
+
"@modern-js/utils": "2.0.0-beta.0",
|
|
31
|
+
"esbuild": "0.15.7",
|
|
32
32
|
"esbuild-register": "^3.3.3",
|
|
33
33
|
"koa-compose": "^4.1.0",
|
|
34
34
|
"reflect-metadata": "^0.1.13"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@scripts/build": "
|
|
38
|
-
"@scripts/jest-config": "
|
|
37
|
+
"@scripts/build": "2.0.0-beta.0",
|
|
38
|
+
"@scripts/jest-config": "2.0.0-beta.0",
|
|
39
39
|
"@types/jest": "^27",
|
|
40
40
|
"@types/koa-compose": "^3.2.5",
|
|
41
41
|
"@types/node": "^14",
|
|
42
42
|
"jest": "^27",
|
|
43
|
-
"type-fest": "
|
|
43
|
+
"type-fest": "2.15.0",
|
|
44
44
|
"typescript": "^4",
|
|
45
45
|
"zod": "^3.17.3"
|
|
46
46
|
},
|
|
@@ -61,32 +61,9 @@
|
|
|
61
61
|
"registry": "https://registry.npmjs.org/",
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"wireit": {
|
|
65
|
-
"build": {
|
|
66
|
-
"command": "modern build",
|
|
67
|
-
"files": [
|
|
68
|
-
"src/**/*",
|
|
69
|
-
"tsconfig.json",
|
|
70
|
-
"package.json"
|
|
71
|
-
],
|
|
72
|
-
"output": [
|
|
73
|
-
"dist/**/*"
|
|
74
|
-
]
|
|
75
|
-
},
|
|
76
|
-
"test": {
|
|
77
|
-
"command": "jest --passWithNoTests",
|
|
78
|
-
"files": [
|
|
79
|
-
"src/**/*",
|
|
80
|
-
"tsconfig.json",
|
|
81
|
-
"package.json",
|
|
82
|
-
"tests/**/*"
|
|
83
|
-
],
|
|
84
|
-
"output": []
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
64
|
"scripts": {
|
|
88
65
|
"new": "modern new",
|
|
89
|
-
"build": "
|
|
90
|
-
"test": "
|
|
66
|
+
"build": "modern build",
|
|
67
|
+
"test": "jest --passWithNoTests"
|
|
91
68
|
}
|
|
92
69
|
}
|