@types/html2canvas
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -1,2 +0,2 @@ | ||
// Type definitions for html2canvas.js v0.5.0-bata.4 | ||
// Type definitions for html2canvas.js v0.5.0-bata.4 | ||
// Project: https://github.com/niklasvh/html2canvas | ||
@@ -3,0 +3,0 @@ // Definitions by: Richard Hepburn <https://github.com/rwhepburn/>, Pei-Tang Huang <https://github.com/tan9/> |
{ | ||
"name": "@types/html2canvas", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "TypeScript definitions for html2canvas.js v0.5.0-bata.4", | ||
@@ -14,5 +14,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/jquery": "1.10.*" | ||
"@types/jquery": "*" | ||
}, | ||
"typings": "index.d.ts" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "15d60ca073e38234a762e1ca872b7a14cc4d0242cb848ba654bb5d2f4099c927" | ||
} |
@@ -8,7 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/html2canvas | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/html2canvas | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:05 GMT | ||
* File structure: Mixed | ||
* Last updated: Tue, 13 Dec 2016 21:09:28 GMT | ||
* Library Dependencies: jquery | ||
@@ -15,0 +14,0 @@ * Module Dependencies: none |
{ | ||
"authors": "Richard Hepburn <https://github.com/rwhepburn/>, Pei-Tang Huang <https://github.com/tan9/>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -8,4 +7,4 @@ "jquery" | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "0", | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "html2canvas.js v0.5.0-bata.4", | ||
@@ -15,4 +14,3 @@ "typingsPackageName": "html2canvas", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "Mixed", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
@@ -19,0 +17,0 @@ "html2canvas" |
5549
83
18
+ Added@types/jquery@3.5.32(transitive)
+ Added@types/sizzle@2.3.9(transitive)
- Removed@types/jquery@1.10.45(transitive)
Updated@types/jquery@*