@flatjs/evolve 1.8.1-next.46 → 1.8.1-next.47
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 +6 -0
- package/dist/types/types-webpack.d.ts +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -69,7 +69,8 @@ export interface FlatEvolveWebpackOptions extends Pick<Configuration, 'performan
|
|
|
69
69
|
*/
|
|
70
70
|
enableBundleHashName?: boolean;
|
|
71
71
|
/**
|
|
72
|
-
* The output directory as absolute path
|
|
72
|
+
* The output directory as absolute path, Note we must keep custom outputDir with prefix `public`
|
|
73
|
+
* e.g. `public/a/b`, `public/c/d`, don't support `a/b`.
|
|
73
74
|
* @default `public`
|
|
74
75
|
*/
|
|
75
76
|
outputDir?: string | (() => string | Promise<string>);
|
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.47",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@armit/file-utility": "^0.0.22",
|
|
41
|
-
"@armit/git": "^0.0.
|
|
41
|
+
"@armit/git": "^0.0.27",
|
|
42
42
|
"@armit/package": "^0.0.35",
|
|
43
43
|
"@babel/core": "7.22.1",
|
|
44
44
|
"@flatjs/common": "1.8.1-next.21",
|