@speedy-js/speedy-utils
Advanced tools
Comparing version 0.11.3-alpha.3 to 0.11.3-alpha.4
@@ -811,2 +811,3 @@ /// <reference types="node" /> | ||
keywords?: string; | ||
minify?: boolean; | ||
}; | ||
@@ -1278,2 +1279,4 @@ | ||
cacheDisable?: boolean; | ||
watchFiles?: string[]; | ||
@@ -1310,2 +1313,4 @@ watchDirs?: string[]; | ||
cacheDisable?: boolean; | ||
watchFiles?: string[]; | ||
@@ -1424,3 +1429,3 @@ watchDirs?: string[]; | ||
initialOptions: BuildOptions; | ||
resolve(path: string, options?: ResolveOptions): Promise<ResolveResult_2>; | ||
resolve(path: string, options?: ResolveOptions, name?: boolean): Promise<ResolveResult_2>; | ||
@@ -1427,0 +1432,0 @@ onStart(callback: () => |
@@ -811,2 +811,3 @@ /// <reference types="node" /> | ||
keywords?: string; | ||
minify?: boolean; | ||
}; | ||
@@ -1278,2 +1279,4 @@ | ||
cacheDisable?: boolean; | ||
watchFiles?: string[]; | ||
@@ -1310,2 +1313,4 @@ watchDirs?: string[]; | ||
cacheDisable?: boolean; | ||
watchFiles?: string[]; | ||
@@ -1424,3 +1429,3 @@ watchDirs?: string[]; | ||
initialOptions: BuildOptions; | ||
resolve(path: string, options?: ResolveOptions): Promise<ResolveResult_2>; | ||
resolve(path: string, options?: ResolveOptions, name?: boolean): Promise<ResolveResult_2>; | ||
@@ -1427,0 +1432,0 @@ onStart(callback: () => |
{ | ||
"name": "@speedy-js/speedy-utils", | ||
"version": "0.11.3-alpha.3", | ||
"version": "0.11.3-alpha.4", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "keywords": [], | ||
"@speedy-js/config": "0.8.0-3", | ||
"@speedy-js/speedy-types": "0.11.3-alpha.3", | ||
"@speedy-js/speedy-types": "0.11.3-alpha.4", | ||
"@speedy-js/eslint-config": "0.0.1", | ||
@@ -31,0 +31,0 @@ "chai": "4.3.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6287203
85913