@casterly/utils
Advanced tools
Comparing version 0.9.0-alpha.1 to 0.9.0-alpha.2
@@ -9,2 +9,3 @@ declare type RecursiveRequired<T> = T extends (...args: infer A) => infer R ? (...args: A) => R : T extends object ? { | ||
esbuildDependencies?: boolean; | ||
esmExternals?: boolean | 'loose'; | ||
} | ||
@@ -11,0 +12,0 @@ export interface CasterlyConfig { |
@@ -18,2 +18,3 @@ "use strict"; | ||
esbuildDependencies: false, | ||
esmExternals: false, | ||
}, | ||
@@ -20,0 +21,0 @@ }; |
{ | ||
"name": "@casterly/utils", | ||
"version": "0.9.0-alpha.1", | ||
"version": "0.9.0-alpha.2", | ||
"description": "Common utilities used throughout Casterly packages", | ||
@@ -37,3 +37,3 @@ "author": "Lucas Cordeiro <ecdb.lucas@gmail.com>", | ||
}, | ||
"gitHead": "d771d3e5aec8e25e58a63884ad54f49b47656cae" | ||
"gitHead": "63334563cf2bcb55821e9c959186aa54bd2485d7" | ||
} |
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
15209
271