@flatjs/evolve 1.8.1-next.17 → 1.8.1-next.18

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @flatjs/evolve
2
2
 
3
+ ## 1.8.1-next.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 80de4ee: Add `build`,`serve`,`mock` cli command
8
+ - Updated dependencies [07ad02e]
9
+ - @flatjs/common@1.8.1-next.9
10
+ - @flatjs/forge-postcss-plugin-pixel@1.8.1-next.9
11
+ - @flatjs/mock@1.8.1-next.18
12
+ - @flatjs/evolve-preset-babel@1.8.1-next.5
13
+
3
14
  ## 1.8.1-next.17
4
15
 
5
16
  ### Patch Changes
@@ -1,4 +1,5 @@
1
- import { type DeepPartial, type ConfigEnvBase } from '@flatjs/common';
1
+ import { type DeepPartial } from '@flatjs/common';
2
+ import { type EvolveConfigBase } from '../define-config/define-config.js';
2
3
  import { type FlatEvolveOptions } from '../types/types-options.js';
3
4
  export type ConfigLoaderOptions = {
4
5
  configFile: string;
@@ -6,4 +7,4 @@ export type ConfigLoaderOptions = {
6
7
  externals: string[];
7
8
  };
8
9
  };
9
- export declare const loadEvolveConfig: (configEnv: ConfigEnvBase, projectCwd: string, overrideOptions?: DeepPartial<FlatEvolveOptions>, configLoaderOptions?: ConfigLoaderOptions) => Promise<FlatEvolveOptions>;
10
+ export declare const loadEvolveConfig: (configEnv: EvolveConfigBase, projectCwd: string, overrideOptions?: DeepPartial<FlatEvolveOptions>, configLoaderOptions?: ConfigLoaderOptions) => Promise<FlatEvolveOptions>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.8.1-next.17",
3
+ "version": "1.8.1-next.18",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -40,10 +40,10 @@
40
40
  "@armit/file-utility": "^0.0.18",
41
41
  "@armit/package": "^0.0.27",
42
42
  "@babel/core": "7.21.8",
43
- "@flatjs/common": "1.8.1-next.8",
43
+ "@flatjs/common": "1.8.1-next.9",
44
44
  "@flatjs/evolve-preset-babel": "1.8.1-next.5",
45
- "@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.8",
46
- "@flatjs/mock": "1.8.1-next.17",
45
+ "@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.9",
46
+ "@flatjs/mock": "1.8.1-next.18",
47
47
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
48
48
  "@types/babel__core": "7.20.0",
49
49
  "babel-loader": "9.1.2",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "devDependencies": {
76
76
  "@armit/eslint-config-bases": "^0.0.15",
77
- "@flatjs/testing": "1.8.1-next.5",
77
+ "@flatjs/testing": "1.8.1-next.6",
78
78
  "@swc/core": "1.3.58",
79
79
  "@types/express": "4.17.17",
80
80
  "@types/node": "20.2.1",