@oclif/test
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.0.2](https://github.com/oclif/test/compare/v2.0.1...v2.0.2) (2021-12-02) | ||
### Bug Fixes | ||
* update package to v2 minimums ([52115cf](https://github.com/oclif/test/commit/52115cfa36ba73779e7f0bce80e17d6fc285da7d)) | ||
### [2.0.1](https://github.com/oclif/test/compare/v1.2.8...v2.0.1) (2021-10-04) | ||
@@ -7,0 +14,0 @@ |
import { Interfaces } from '@oclif/core'; | ||
import { loadConfig } from './load-config'; | ||
declare const _default: (event: string, hookOpts?: object, options?: loadConfig.Options) => { | ||
declare const _default: (event: string, hookOpts?: Record<string, unknown>, options?: loadConfig.Options) => { | ||
run(ctx: { | ||
@@ -5,0 +5,0 @@ config: Interfaces.Config; |
@@ -18,3 +18,3 @@ import { Config } from '@oclif/core'; | ||
output: unknown; | ||
args: [number]; | ||
args: [count: number]; | ||
}; | ||
@@ -26,5 +26,5 @@ } & { | ||
}; | ||
args: [string | RegExp | ((err: Error) => any), ({ | ||
args: [arg: string | RegExp | ((err: Error) => any), opts?: { | ||
raiseIfNotThrown?: boolean | undefined; | ||
} | undefined)?]; | ||
} | undefined]; | ||
}; | ||
@@ -34,5 +34,5 @@ } & { | ||
output: unknown; | ||
args: [{ | ||
args: [env: { | ||
[k: string]: string | null | undefined; | ||
}, (FancyTypes.EnvOptions | undefined)?]; | ||
}, opts?: FancyTypes.EnvOptions | undefined]; | ||
}; | ||
@@ -44,3 +44,3 @@ } & { | ||
}; | ||
args: [any, any, () => any]; | ||
args: [object: any, path: any, value: () => any]; | ||
}; | ||
@@ -50,3 +50,3 @@ } & { | ||
output: unknown; | ||
args: [string, (number | undefined)?]; | ||
args: [input: string, delay?: number | undefined]; | ||
}; | ||
@@ -58,6 +58,6 @@ } & { | ||
}; | ||
args: [({ | ||
args: [opts?: { | ||
print?: boolean | undefined; | ||
stripColor?: boolean | undefined; | ||
} | undefined)?]; | ||
} | undefined]; | ||
}; | ||
@@ -69,6 +69,6 @@ } & { | ||
}; | ||
args: [({ | ||
args: [opts?: { | ||
print?: boolean | undefined; | ||
stripColor?: boolean | undefined; | ||
} | undefined)?]; | ||
} | undefined]; | ||
}; | ||
@@ -80,3 +80,3 @@ } & { | ||
}; | ||
args: [string, FancyTypes.NockOptions | FancyTypes.NockCallback, (FancyTypes.NockCallback | undefined)?]; | ||
args: [host: string, options: FancyTypes.NockOptions | FancyTypes.NockCallback, cb?: FancyTypes.NockCallback | undefined]; | ||
}; | ||
@@ -88,3 +88,3 @@ } & { | ||
}; | ||
args: [(number | undefined)?]; | ||
args: [timeout?: number | undefined]; | ||
}; | ||
@@ -119,3 +119,3 @@ } & { | ||
}; | ||
args: [event: string, hookOpts?: object | undefined, options?: loadConfig.Options | undefined]; | ||
args: [event: string, hookOpts?: Record<string, unknown> | undefined, options?: loadConfig.Options | undefined]; | ||
}; | ||
@@ -122,0 +122,0 @@ }>; |
{ | ||
"name": "@oclif/test", | ||
"description": "test helpers for oclif components", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/test/issues", | ||
"dependencies": { | ||
"fancy-test": "^1.4.3" | ||
"fancy-test": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@oclif/core": "^0.5.27", | ||
"@oclif/core": "^1.0.5", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^8.0.0", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^14.0.14", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-oclif": "^3.1.0", | ||
"eslint-config-oclif-typescript": "^0.2.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-oclif": "^4.0.0", | ||
"eslint-config-oclif-typescript": "^1.0.2", | ||
"globby": "^11.0.1", | ||
"mocha": "^8.2.1", | ||
"mocha": "^9", | ||
"nock": "^13.0.1", | ||
@@ -22,0 +22,0 @@ "shx": "^0.3.3", |
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
31053
+ Addedfancy-test@2.0.42(transitive)
- Removedfancy-test@1.4.10(transitive)
Updatedfancy-test@^2.0.0