@dotcom-tool-kit/types
Advanced tools
Comparing version 2.0.0 to 2.1.0
import { SchemaOutput } from '../schema'; | ||
export declare const WebpackSchema: { | ||
readonly mode: "|production,development"; | ||
readonly configPath: "string?"; | ||
@@ -8,5 +7,4 @@ }; | ||
export declare const Schema: { | ||
readonly mode: "|production,development"; | ||
readonly configPath: "string?"; | ||
}; | ||
//# sourceMappingURL=webpack.d.ts.map |
@@ -5,5 +5,4 @@ "use strict"; | ||
exports.WebpackSchema = { | ||
mode: '|production,development', | ||
configPath: 'string?' | ||
}; | ||
exports.Schema = exports.WebpackSchema; |
{ | ||
"name": "@dotcom-tool-kit/types", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
Sorry, the diff of this file is not supported yet
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
34047
511