@types/empower
Advanced tools
Comparing version 1.2.32 to 1.2.33
@@ -7,4 +7,4 @@ // Type definitions for empower 1.2 | ||
import { Options as CoreOptions } from 'empower-core'; | ||
import { Formatter } from 'power-assert-formatter'; | ||
import { Options as CoreOptions } from "empower-core"; | ||
import { Formatter } from "power-assert-formatter"; | ||
@@ -23,3 +23,3 @@ /** | ||
// The omitted options can be provided, but they will be always overridden. | ||
type Options = Omit<CoreOptions, 'modifyMessageBeforeAssert' | 'onError'> & { | ||
type Options = Omit<CoreOptions, "modifyMessageBeforeAssert" | "onError"> & { | ||
/** | ||
@@ -26,0 +26,0 @@ * If truthy, modify message property of `AssertionError` on rethrow. |
{ | ||
"name": "@types/empower", | ||
"version": "1.2.32", | ||
"version": "1.2.33", | ||
"description": "TypeScript definitions for empower", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/empower", | ||
}, | ||
"typesPublisherContentHash": "03912a461197efee8b1683fb49d0d28957719855b2c8908a227f3fed6f26aae9", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "644a0aee6796931200f2083abc0fb7559fc4aaff2a4a0783beed14440867130a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -17,4 +17,4 @@ # Installation | ||
import { Options as CoreOptions } from 'empower-core'; | ||
import { Formatter } from 'power-assert-formatter'; | ||
import { Options as CoreOptions } from "empower-core"; | ||
import { Formatter } from "power-assert-formatter"; | ||
@@ -33,3 +33,3 @@ /** | ||
// The omitted options can be provided, but they will be always overridden. | ||
type Options = Omit<CoreOptions, 'modifyMessageBeforeAssert' | 'onError'> & { | ||
type Options = Omit<CoreOptions, "modifyMessageBeforeAssert" | "onError"> & { | ||
/** | ||
@@ -60,3 +60,3 @@ * If truthy, modify message property of `AssertionError` on rethrow. | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 19:03:12 GMT | ||
* Last updated: Sat, 23 Sep 2023 17:07:22 GMT | ||
* Dependencies: [@types/empower-core](https://npmjs.com/package/@types/empower-core), [@types/power-assert-formatter](https://npmjs.com/package/@types/power-assert-formatter) | ||
@@ -63,0 +63,0 @@ * Global values: none |
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