@flatjs/evolve 1.8.1-next.37 → 1.8.1-next.38
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# @flatjs/evolve
|
2
2
|
|
3
|
+
## 1.8.1-next.38
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 1a919de: move mock watcher into mock-middleware allow to `evolve` attach directly
|
8
|
+
- Updated dependencies [1a919de]
|
9
|
+
- @flatjs/mock@1.8.1-next.32
|
10
|
+
|
3
11
|
## 1.8.1-next.37
|
4
12
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "1.8.1-next.
|
3
|
+
"version": "1.8.1-next.38",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"@flatjs/common": "1.8.1-next.17",
|
45
45
|
"@flatjs/evolve-preset-babel": "1.8.1-next.7",
|
46
46
|
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.17",
|
47
|
-
"@flatjs/mock": "1.8.1-next.
|
47
|
+
"@flatjs/mock": "1.8.1-next.32",
|
48
48
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
49
49
|
"@types/babel__core": "7.20.0",
|
50
50
|
"babel-loader": "9.1.2",
|