@dotcom-tool-kit/types
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -13,3 +13,23 @@ export declare type ScalarSchemaType = 'string' | 'number' | 'boolean' | `|${string},${string}` | 'unknown'; | ||
}; | ||
import type { ESLintOptions } from './schema/eslint'; | ||
import type { HerokuOptions } from './schema/heroku'; | ||
import type { MochaOptions } from './schema/mocha'; | ||
import type { SmokeTestOptions } from './schema/n-test'; | ||
import type { UploadAssetsToS3Options } from './schema/upload-assets-to-s3'; | ||
import type { VaultOptions } from './schema/vault'; | ||
import type { WebpackOptions } from './schema/webpack'; | ||
import type { NodeOptions } from './schema/node'; | ||
import type { NextRouterOptions } from './schema/next-router'; | ||
export declare type Options = { | ||
'@dotcom-tool-kit/eslint'?: ESLintOptions; | ||
'@dotcom-tool-kit/heroku'?: HerokuOptions; | ||
'@dotcom-tool-kit/mocha'?: MochaOptions; | ||
'@dotcom-tool-kit/n-test'?: SmokeTestOptions; | ||
'@dotcom-tool-kit/upload-assets-to-s3'?: UploadAssetsToS3Options; | ||
'@dotcom-tool-kit/vault'?: VaultOptions; | ||
'@dotcom-tool-kit/webpack'?: WebpackOptions; | ||
'@dotcom-tool-kit/node'?: NodeOptions; | ||
'@dotcom-tool-kit/next-router'?: NextRouterOptions; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=schema.d.ts.map |
import { SchemaOutput } from '../schema'; | ||
export declare const HerokuSchema: { | ||
readonly pipeline: "string?"; | ||
readonly vaultTeam: "string?"; | ||
readonly vaultApp: "string?"; | ||
readonly systemCode: "string?"; | ||
readonly pipeline: "string"; | ||
readonly systemCode: "string"; | ||
}; | ||
export declare type HerokuOptions = SchemaOutput<typeof HerokuSchema>; | ||
export declare const Schema: { | ||
readonly pipeline: "string?"; | ||
readonly vaultTeam: "string?"; | ||
readonly vaultApp: "string?"; | ||
readonly systemCode: "string?"; | ||
readonly pipeline: "string"; | ||
readonly systemCode: "string"; | ||
}; | ||
//# sourceMappingURL=heroku.d.ts.map |
@@ -5,7 +5,5 @@ "use strict"; | ||
exports.HerokuSchema = { | ||
pipeline: 'string?', | ||
vaultTeam: 'string?', | ||
vaultApp: 'string?', | ||
systemCode: 'string?' | ||
pipeline: 'string', | ||
systemCode: 'string' | ||
}; | ||
exports.Schema = exports.HerokuSchema; |
{ | ||
"name": "@dotcom-tool-kit/types", | ||
"version": "1.0.1", | ||
"version": "1.1.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
19950
38
266