@casterly/utils
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -7,5 +7,9 @@ declare type RecursiveRequired<T> = T extends (...args: infer A) => infer R ? (...args: A) => R : T extends object ? { | ||
} | ||
interface ExperimentsConfig { | ||
esbuildDependencies?: boolean; | ||
} | ||
export interface CasterlyConfig { | ||
buildServer?: BuildServerConfig; | ||
buildFolder?: string; | ||
experiments?: ExperimentsConfig; | ||
} | ||
@@ -12,0 +16,0 @@ export declare const defaultConfig: RecursiveRequired<CasterlyConfig>; |
@@ -16,2 +16,5 @@ "use strict"; | ||
buildFolder: '.dist', | ||
experiments: { | ||
esbuildDependencies: false, | ||
}, | ||
}; | ||
@@ -18,0 +21,0 @@ const loadUserConfig = (dir) => { |
{ | ||
"name": "@casterly/utils", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Common utilities used throughout Casterly packages", | ||
@@ -41,3 +41,3 @@ "author": "Lucas Cordeiro <ecdb.lucas@gmail.com>", | ||
}, | ||
"gitHead": "84afd47283b3abb6d4523101c3792bcb1399216c" | ||
"gitHead": "a72f06ecc0585ef70a39c10570ac9e30053cddd3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15240
272