@flatjs/evolve 1.8.1-next.46 → 1.8.1-next.47

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @flatjs/evolve
2
2
 
3
+ ## 1.8.1-next.47
4
+
5
+ ### Patch Changes
6
+
7
+ - e710ec5: update armit/git fix branch list issue
8
+
3
9
  ## 1.8.1-next.46
4
10
 
5
11
  ### Patch Changes
@@ -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.46",
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.26",
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",