@dotcom-tool-kit/types
Advanced tools
Comparing version 2.5.1 to 2.6.0
@@ -5,2 +5,3 @@ import { SchemaOutput } from '../schema'; | ||
readonly config: "record.unknown?"; | ||
readonly options: "record.unknown?"; | ||
}; | ||
@@ -11,3 +12,4 @@ export declare type ESLintOptions = SchemaOutput<typeof ESLintSchema>; | ||
readonly config: "record.unknown?"; | ||
readonly options: "record.unknown?"; | ||
}; | ||
//# sourceMappingURL=eslint.d.ts.map |
@@ -6,4 +6,5 @@ "use strict"; | ||
files: 'array.string', | ||
config: 'record.unknown?' | ||
config: 'record.unknown?', | ||
options: 'record.unknown?' | ||
}; | ||
exports.Schema = exports.ESLintSchema; |
@@ -5,2 +5,4 @@ import { SchemaOutput } from '../schema'; | ||
readonly args: "array.string?"; | ||
readonly useVault: "boolean?"; | ||
readonly ports: "array.number?"; | ||
}; | ||
@@ -11,3 +13,5 @@ export declare type NodeOptions = SchemaOutput<typeof NodeSchema>; | ||
readonly args: "array.string?"; | ||
readonly useVault: "boolean?"; | ||
readonly ports: "array.number?"; | ||
}; | ||
//# sourceMappingURL=node.d.ts.map |
@@ -6,4 +6,6 @@ "use strict"; | ||
entry: 'string?', | ||
args: 'array.string?' | ||
args: 'array.string?', | ||
useVault: 'boolean?', | ||
ports: 'array.number?' | ||
}; | ||
exports.Schema = exports.NodeSchema; |
@@ -5,2 +5,4 @@ import { SchemaOutput } from '../schema'; | ||
readonly configPath: "string?"; | ||
readonly useVault: "boolean?"; | ||
readonly ports: "array.number?"; | ||
}; | ||
@@ -11,3 +13,5 @@ export declare type NodemonOptions = SchemaOutput<typeof NodemonSchema>; | ||
readonly configPath: "string?"; | ||
readonly useVault: "boolean?"; | ||
readonly ports: "array.number?"; | ||
}; | ||
//# sourceMappingURL=nodemon.d.ts.map |
@@ -6,4 +6,6 @@ "use strict"; | ||
entry: 'string?', | ||
configPath: 'string?' | ||
configPath: 'string?', | ||
useVault: 'boolean?', | ||
ports: 'array.number?' | ||
}; | ||
exports.Schema = exports.NodemonSchema; |
{ | ||
"name": "@dotcom-tool-kit/types", | ||
"version": "2.5.1", | ||
"version": "2.6.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
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
42029
691