@dotcom-tool-kit/types
Advanced tools
Comparing version 2.2.0 to 2.3.0
import { SchemaOutput } from '../schema'; | ||
export declare const MochaSchema: { | ||
readonly files: "string"; | ||
readonly configPath: "string?"; | ||
}; | ||
@@ -8,3 +9,4 @@ export declare type MochaOptions = SchemaOutput<typeof MochaSchema>; | ||
readonly files: "string"; | ||
readonly configPath: "string?"; | ||
}; | ||
//# sourceMappingURL=mocha.d.ts.map |
@@ -5,4 +5,5 @@ "use strict"; | ||
exports.MochaSchema = { | ||
files: 'string' | ||
files: 'string', | ||
configPath: 'string?' | ||
}; | ||
exports.Schema = exports.MochaSchema; |
import { SchemaOutput } from '../schema'; | ||
export declare const NodeSchema: { | ||
readonly entry: "string?"; | ||
readonly args: "array.string?"; | ||
}; | ||
@@ -8,3 +9,4 @@ export declare type NodeOptions = SchemaOutput<typeof NodeSchema>; | ||
readonly entry: "string?"; | ||
readonly args: "array.string?"; | ||
}; | ||
//# sourceMappingURL=node.d.ts.map |
@@ -5,4 +5,5 @@ "use strict"; | ||
exports.NodeSchema = { | ||
entry: 'string?' | ||
entry: 'string?', | ||
args: 'array.string?' | ||
}; | ||
exports.Schema = exports.NodeSchema; |
{ | ||
"name": "@dotcom-tool-kit/types", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
Sorry, the diff of this file is not supported yet
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
35000
538