@next-core/build-config-factory 2.18.3 → 2.18.7
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 +25 -43
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,18 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [2.18.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
6
|
+
## [2.18.7](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.6...@next-core/build-config-factory@2.18.7) (2021-12-28)
|
|
10
7
|
|
|
11
|
-
|
|
8
|
+
**Note:** Version bump only for package @next-core/build-config-factory
|
|
12
9
|
|
|
13
10
|
|
|
14
11
|
|
|
15
12
|
|
|
16
13
|
|
|
17
|
-
## [2.18.
|
|
14
|
+
## [2.18.6](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.5...@next-core/build-config-factory@2.18.6) (2021-12-24)
|
|
18
15
|
|
|
19
16
|
**Note:** Version bump only for package @next-core/build-config-factory
|
|
20
17
|
|
|
@@ -22,94 +19,79 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
|
|
25
|
-
## [2.18.
|
|
22
|
+
## [2.18.5](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.4...@next-core/build-config-factory@2.18.5) (2021-12-23)
|
|
26
23
|
|
|
24
|
+
**Note:** Version bump only for package @next-core/build-config-factory
|
|
27
25
|
|
|
28
|
-
### Bug Fixes
|
|
29
26
|
|
|
30
|
-
* add namespace ([8c81028](https://github.com/easyops-cn/next-core/commit/8c8102806ff1dd39ec5389fa83876d012f2f104a))
|
|
31
27
|
|
|
32
28
|
|
|
33
29
|
|
|
30
|
+
## [2.18.4](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.3...@next-core/build-config-factory@2.18.4) (2021-12-17)
|
|
34
31
|
|
|
32
|
+
**Note:** Version bump only for package @next-core/build-config-factory
|
|
35
33
|
|
|
36
|
-
# [2.18.0](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.9...@next-core/build-config-factory@2.18.0) (2021-12-06)
|
|
37
34
|
|
|
38
35
|
|
|
39
|
-
### Bug Fixes
|
|
40
36
|
|
|
41
|
-
* refactor generate contract ([0a40c3a](https://github.com/easyops-cn/next-core/commit/0a40c3a6889db1465250a126dda0112ea5ca1a2c))
|
|
42
37
|
|
|
38
|
+
## [2.18.3](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.2...@next-core/build-config-factory@2.18.3) (2021-12-15)
|
|
43
39
|
|
|
44
|
-
###
|
|
40
|
+
### Bug Fixes
|
|
45
41
|
|
|
46
|
-
|
|
42
|
+
- rename contract.json -> contracts.json ([dc35786](https://github.com/easyops-cn/next-core/commit/dc3578631edb9f79d9d0bb40e61680d1a5d9cf11))
|
|
47
43
|
|
|
44
|
+
## [2.18.2](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.1...@next-core/build-config-factory@2.18.2) (2021-12-13)
|
|
48
45
|
|
|
46
|
+
**Note:** Version bump only for package @next-core/build-config-factory
|
|
49
47
|
|
|
48
|
+
## [2.18.1](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.18.0...@next-core/build-config-factory@2.18.1) (2021-12-09)
|
|
50
49
|
|
|
50
|
+
### Bug Fixes
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
- add namespace ([8c81028](https://github.com/easyops-cn/next-core/commit/8c8102806ff1dd39ec5389fa83876d012f2f104a))
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
# [2.18.0](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.9...@next-core/build-config-factory@2.18.0) (2021-12-06)
|
|
55
55
|
|
|
56
|
+
### Bug Fixes
|
|
56
57
|
|
|
58
|
+
- refactor generate contract ([0a40c3a](https://github.com/easyops-cn/next-core/commit/0a40c3a6889db1465250a126dda0112ea5ca1a2c))
|
|
57
59
|
|
|
60
|
+
### Features
|
|
58
61
|
|
|
62
|
+
- generate new contract.json after build provider-of-\* package ([cbf7f96](https://github.com/easyops-cn/next-core/commit/cbf7f96d0130bd4a680fec11d9371c4e9bc01f5b))
|
|
59
63
|
|
|
60
|
-
## [2.17.
|
|
64
|
+
## [2.17.9](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.8...@next-core/build-config-factory@2.17.9) (2021-12-03)
|
|
61
65
|
|
|
62
66
|
**Note:** Version bump only for package @next-core/build-config-factory
|
|
63
67
|
|
|
68
|
+
## [2.17.8](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.7...@next-core/build-config-factory@2.17.8) (2021-11-29)
|
|
64
69
|
|
|
65
|
-
|
|
66
|
-
|
|
70
|
+
**Note:** Version bump only for package @next-core/build-config-factory
|
|
67
71
|
|
|
68
72
|
## [2.17.7](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.6...@next-core/build-config-factory@2.17.7) (2021-11-26)
|
|
69
73
|
|
|
70
74
|
**Note:** Version bump only for package @next-core/build-config-factory
|
|
71
75
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
76
|
## [2.17.6](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.5...@next-core/build-config-factory@2.17.6) (2021-11-25)
|
|
77
77
|
|
|
78
78
|
**Note:** Version bump only for package @next-core/build-config-factory
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
80
|
## [2.17.5](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.4...@next-core/build-config-factory@2.17.5) (2021-11-23)
|
|
85
81
|
|
|
86
82
|
**Note:** Version bump only for package @next-core/build-config-factory
|
|
87
83
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
84
|
## [2.17.4](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.3...@next-core/build-config-factory@2.17.4) (2021-11-19)
|
|
93
85
|
|
|
94
|
-
|
|
95
86
|
### Bug Fixes
|
|
96
87
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
88
|
+
- fix postcss-loader after upgraded postcss to v8 ([d232c1d](https://github.com/easyops-cn/next-core/commit/d232c1dcad2f77bd1d6b558d6ec6db7f3fd9235e))
|
|
102
89
|
|
|
103
90
|
## [2.17.3](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.2...@next-core/build-config-factory@2.17.3) (2021-11-18)
|
|
104
91
|
|
|
105
|
-
|
|
106
92
|
### Bug Fixes
|
|
107
93
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
94
|
+
- fix generating brick contracts ([6e94f82](https://github.com/easyops-cn/next-core/commit/6e94f8245df5a15c21b25d9f4de88cbc86d2212f))
|
|
113
95
|
|
|
114
96
|
## [2.17.2](https://github.com/easyops-cn/next-core/compare/@next-core/build-config-factory@2.17.1...@next-core/build-config-factory@2.17.2) (2021-11-16)
|
|
115
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/build-config-factory",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.7",
|
|
4
4
|
"description": "build config factory",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/build-config-factory",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@next-core/brick-utils": "^2.
|
|
21
|
+
"@next-core/brick-utils": "^2.32.0",
|
|
22
22
|
"@next-core/repo-config": "^0.2.1",
|
|
23
23
|
"@next-core/typedoc-plugin-filter-inherit": "^1.0.0",
|
|
24
|
-
"@next-core/webpack-config-factory": "^2.
|
|
24
|
+
"@next-core/webpack-config-factory": "^2.15.0",
|
|
25
25
|
"change-case": "^4.1.2",
|
|
26
26
|
"chokidar": "^3.5.2",
|
|
27
27
|
"fs-extra": "^10.0.0",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"meow": "^9.0.0",
|
|
33
33
|
"moment": "^2.29.1",
|
|
34
34
|
"npmlog": "^6.0.0",
|
|
35
|
-
"prettier": "^2.
|
|
35
|
+
"prettier": "^2.5.1",
|
|
36
36
|
"rimraf": "^3.0.2",
|
|
37
37
|
"typedoc": "^0.19.2",
|
|
38
38
|
"typedoc-plugin-no-inherit": "^1.2.2"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "2599ecdde622b06fd966c2b01e045340dc58e680"
|
|
41
41
|
}
|