@modern-js/plugin-bff 1.3.4 → 1.3.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/.eslintrc.js +7 -0
- package/CHANGELOG.md +34 -0
- package/dist/js/modern/cli.js +1 -1
- package/dist/js/node/cli.js +1 -1
- package/package.json +9 -16
- package/types.d.ts +10 -0
package/.eslintrc.js
ADDED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @modern-js/plugin-bff
|
|
2
2
|
|
|
3
|
+
## 1.3.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3eee457b: fix: move some peerDependencies to dependecies
|
|
8
|
+
- Updated dependencies [cc5e8001]
|
|
9
|
+
- Updated dependencies [2520ea86]
|
|
10
|
+
- Updated dependencies [3eee457b]
|
|
11
|
+
- Updated dependencies [db43dce6]
|
|
12
|
+
- Updated dependencies [e81fd9b7]
|
|
13
|
+
- Updated dependencies [1c411e71]
|
|
14
|
+
- @modern-js/core@1.4.6
|
|
15
|
+
- @modern-js/create-request@1.2.2
|
|
16
|
+
- @modern-js/utils@1.3.4
|
|
17
|
+
|
|
18
|
+
## 1.3.5
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 55e18278: chore: remove unused dependencies and devDependencies
|
|
23
|
+
- bdcf0865: fix: add default types for plugin bff
|
|
24
|
+
- bdcf0865: fix: Ignore \*.test.ts files for api dir build
|
|
25
|
+
- Updated dependencies [969f172f]
|
|
26
|
+
- Updated dependencies [4c792f68]
|
|
27
|
+
- Updated dependencies [4b5d4bf4]
|
|
28
|
+
- Updated dependencies [62f5b8c8]
|
|
29
|
+
- Updated dependencies [55e18278]
|
|
30
|
+
- Updated dependencies [4499a674]
|
|
31
|
+
- Updated dependencies [403f5169]
|
|
32
|
+
- Updated dependencies [a7f42f48]
|
|
33
|
+
- @modern-js/core@1.4.4
|
|
34
|
+
- @modern-js/utils@1.3.3
|
|
35
|
+
- @modern-js/babel-compiler@1.2.2
|
|
36
|
+
|
|
3
37
|
## 1.3.4
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|
package/dist/js/modern/cli.js
CHANGED
|
@@ -104,7 +104,7 @@ export default createPlugin(() => ({
|
|
|
104
104
|
distDir,
|
|
105
105
|
sourceDir: sourceAbsDir,
|
|
106
106
|
extensions: FILE_EXTENSIONS,
|
|
107
|
-
ignore: [`**/__tests__/**`, '**/typings/**', '*.d.ts']
|
|
107
|
+
ignore: [`**/__tests__/**`, '**/typings/**', '*.d.ts', '*.test.ts']
|
|
108
108
|
}, babelConfig);
|
|
109
109
|
|
|
110
110
|
if (await fs.pathExists(rootDir)) {
|
package/dist/js/node/cli.js
CHANGED
|
@@ -128,7 +128,7 @@ var _default = (0, _core.createPlugin)(() => ({
|
|
|
128
128
|
distDir,
|
|
129
129
|
sourceDir: sourceAbsDir,
|
|
130
130
|
extensions: FILE_EXTENSIONS,
|
|
131
|
-
ignore: [`**/__tests__/**`, '**/typings/**', '*.d.ts']
|
|
131
|
+
ignore: [`**/__tests__/**`, '**/typings/**', '*.d.ts', '*.test.ts']
|
|
132
132
|
}, babelConfig);
|
|
133
133
|
|
|
134
134
|
if (await _fsExtra.default.pathExists(rootDir)) {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.3.
|
|
14
|
+
"version": "1.3.6",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -51,23 +51,21 @@
|
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@babel/core": "7.16.7",
|
|
53
53
|
"@babel/runtime": "^7",
|
|
54
|
-
"@modern-js/babel-
|
|
55
|
-
"@modern-js/
|
|
56
|
-
"@modern-js/babel-preset-lib": "^1.2.1",
|
|
57
|
-
"@modern-js/create-request": "^1.2.1",
|
|
54
|
+
"@modern-js/babel-compiler": "^1.2.2",
|
|
55
|
+
"@modern-js/create-request": "^1.2.2",
|
|
58
56
|
"@modern-js/server-utils": "^1.2.1",
|
|
59
|
-
"@modern-js/utils": "^1.3.
|
|
57
|
+
"@modern-js/utils": "^1.3.4",
|
|
60
58
|
"fs-extra": "^10.0.0",
|
|
61
|
-
"loader-utils": "^2.0.0"
|
|
59
|
+
"loader-utils": "^2.0.0",
|
|
60
|
+
"@modern-js/bff-utils": "^1.2.2",
|
|
61
|
+
"@modern-js/server-core": "^1.2.2",
|
|
62
|
+
"@modern-js/core": "^1.4.6"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
64
|
-
"@modern-js/bff-utils": "^1.2.2",
|
|
65
|
-
"@modern-js/core": "^1.4.3",
|
|
66
65
|
"@scripts/build": "0.0.0",
|
|
67
66
|
"@modern-js/plugin-analyze": "^1.3.3",
|
|
68
67
|
"@modern-js/runtime": "^1.2.2",
|
|
69
|
-
"@modern-js/
|
|
70
|
-
"@modern-js/types": "^1.3.3",
|
|
68
|
+
"@modern-js/types": "^1.3.4",
|
|
71
69
|
"@types/babel__core": "^7.1.15",
|
|
72
70
|
"@types/fs-extra": "^9.0.13",
|
|
73
71
|
"@types/jest": "^26",
|
|
@@ -81,11 +79,6 @@
|
|
|
81
79
|
"jest": "^27",
|
|
82
80
|
"@scripts/jest-config": "0.0.0"
|
|
83
81
|
},
|
|
84
|
-
"peerDependencies": {
|
|
85
|
-
"@modern-js/bff-utils": "^1.2.2",
|
|
86
|
-
"@modern-js/core": "^1.4.3",
|
|
87
|
-
"@modern-js/server-core": "^1.2.2"
|
|
88
|
-
},
|
|
89
82
|
"modernConfig": {
|
|
90
83
|
"output": {
|
|
91
84
|
"packageMode": "node-js"
|