@gasket/engine
Advanced tools
Comparing version 6.44.4 to 6.45.0
@@ -96,6 +96,3 @@ declare module '@gasket/engine' { | ||
export type GasketConfigFile = Omit<GasketConfig, 'root' | 'env' | 'command'> & { | ||
root?: string, | ||
env?: string, | ||
type Plugins = { | ||
plugins?: { | ||
@@ -105,6 +102,11 @@ presets?: Array<string>; | ||
remove?: Array<string>; | ||
}, | ||
}; | ||
}; | ||
environments?: Record<string, PartialRecursive<GasketConfig>> | ||
export type GasketConfigFile = Omit<GasketConfig, 'root' | 'env' | 'command'> & Plugins & { | ||
root?: string, | ||
env?: string, | ||
environments?: Record<string, PartialRecursive<GasketConfig & Plugins>> | ||
} | ||
} |
{ | ||
"name": "@gasket/engine", | ||
"version": "6.44.4", | ||
"version": "6.45.0", | ||
"description": "Plugin engine for gasket", | ||
@@ -42,14 +42,14 @@ "main": "lib/engine.js", | ||
"dependencies": { | ||
"@gasket/resolve": "^6.44.4", | ||
"debug": "^4.3.1" | ||
"@gasket/resolve": "^6.45.0", | ||
"debug": "^4.3.4" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.7.0", | ||
"eslint-config-godaddy": "^7.0.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint": "^8.56.0", | ||
"eslint-config-godaddy": "^7.0.2", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint-plugin-mocha": "^10.0.3", | ||
"eslint-plugin-mocha": "^10.2.0", | ||
"eslint-plugin-unicorn": "^44.0.0", | ||
"jest": "^29.3.1" | ||
"jest": "^29.7.0" | ||
}, | ||
@@ -73,3 +73,3 @@ "eslintConfig": { | ||
}, | ||
"gitHead": "400cf99b67df149ab23ec65038371e9b188b4a34" | ||
"gitHead": "e567d11560a0d3721ffbd4649fa4ee8b6b739afb" | ||
} |
30082
575
Updated@gasket/resolve@^6.45.0
Updateddebug@^4.3.4