@types/karma
Advanced tools
Comparing version 5.0.1 to 6.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for karma 5.0 | ||
// Type definitions for karma 6.1 | ||
// Project: https://github.com/karma-runner/karma, http://karma-runner.github.io | ||
@@ -642,3 +642,3 @@ // Definitions by: Tanguy Krotoff <https://github.com/tkrotoff> | ||
/** type to use when including a file */ | ||
export type FilePatternTypes = 'css' | 'html' | 'js' | 'dart' | 'module' | 'dom'; | ||
export type FilePatternTypes = 'css' | 'html' | 'js' | 'module' | 'dom'; | ||
@@ -671,3 +671,3 @@ export interface FilePattern { | ||
* @description The type determines the mechanism for including the file. | ||
* The css and html types create link elements; the js, dart, and module elements create script elements. | ||
* The css and html types create link elements; the js and module elements create script elements. | ||
* The dom type includes the file content in the page, used, for example, to test components combining HTML and JS. | ||
@@ -674,0 +674,0 @@ */ |
{ | ||
"name": "@types/karma", | ||
"version": "5.0.1", | ||
"version": "6.1.0", | ||
"description": "TypeScript definitions for karma", | ||
@@ -38,6 +38,6 @@ "license": "MIT", | ||
"@types/node": "*", | ||
"log4js": "^4.0.0" | ||
"log4js": "^6.2.1" | ||
}, | ||
"typesPublisherContentHash": "0678488e28f9c21d9ff8ff04d24f0a84b770a5e46c1d88332c850bab49d99df2", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "703c1af7b3713f6d94c9c1120e140fe5bfe36b6076637903a49684d6f53e385c", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 29 Oct 2020 08:36:19 GMT | ||
* Last updated: Thu, 04 Feb 2021 19:27:25 GMT | ||
* Dependencies: [@types/log4js](https://npmjs.com/package/@types/log4js), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
31049
+ Addeddate-format@4.0.14(transitive)
+ Addedflatted@3.3.3(transitive)
+ Addedfs-extra@8.1.0(transitive)
+ Addedlog4js@6.9.1(transitive)
+ Addedstreamroller@3.1.5(transitive)
- Removedasync@2.6.4(transitive)
- Removeddate-format@2.1.0(transitive)
- Removeddebug@3.2.7(transitive)
- Removedflatted@2.0.2(transitive)
- Removedfs-extra@7.0.1(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlog4js@4.5.1(transitive)
- Removedstreamroller@1.0.6(transitive)
Updatedlog4js@^6.2.1