@event-chat/micro-dev-config 0.0.11 → 0.0.12
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 +8 -0
- package/package.json +1 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.12](https://github.com/cgfeel/zf-micro-app/compare/micro-dev-config@v0.0.11...micro-dev-config@v0.0.12) (2026-07-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* remove peerDependencies ([69f2823](https://github.com/cgfeel/zf-micro-app/commit/69f28234eee85382e0122f6a7e307598080bba77))
|
|
9
|
+
* remove peerDependencies ([50bd405](https://github.com/cgfeel/zf-micro-app/commit/50bd4053ee2a634060e5688f0f8127051447a231))
|
|
10
|
+
|
|
3
11
|
## [0.0.11](https://github.com/cgfeel/zf-micro-app/compare/micro-dev-config@v0.0.10...micro-dev-config@v0.0.11) (2026-07-09)
|
|
4
12
|
|
|
5
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@event-chat/micro-dev-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "统一微前端开发环境",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -36,10 +36,6 @@
|
|
|
36
36
|
"@types/node": "^16.18.126",
|
|
37
37
|
"typescript": "^5.9.3"
|
|
38
38
|
},
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"prettier": "^3.7.4",
|
|
41
|
-
"typescript": "^5.9.3"
|
|
42
|
-
},
|
|
43
39
|
"scripts": {
|
|
44
40
|
"build": "tsc",
|
|
45
41
|
"test": "echo \"Error: no test specified\" && exit 1"
|