@types/xmldoc
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -6,3 +6,4 @@ // Type definitions for xmldoc 1.1 | ||
// Jordi Bunster <https://github.com/notlaforge> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped): // TypeScript Version: 2.1 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
@@ -9,0 +10,0 @@ export class XmlDocument extends XmlElement { |
{ | ||
"name": "@types/xmldoc", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "TypeScript definitions for xmldoc", | ||
@@ -24,11 +24,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/xmldoc" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "75dbbdaebdd92ece513bfc0aad071f5b42ac20ecb95f22d3c057f09929ddebee", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "3ce31bc6aedfec582c041080280b2ce8c3c016993c6b9642df52f748597d03a3", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for xmldoc ( https://github.com/nfarina/xmldoc ). | ||
This package contains type definitions for xmldoc (https://github.com/nfarina/xmldoc). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmldoc | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmldoc. | ||
Additional Details | ||
* Last updated: Thu, 14 Feb 2019 01:27:57 GMT | ||
### Additional Details | ||
* Last updated: Mon, 14 Sep 2020 18:06:56 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Xavier Stouder <https://github.com/Xstoudi>, Andrew Sheehan <https://github.com/ajsheehan>, Jordi Bunster <https://github.com/notlaforge>. | ||
These definitions were written by [ Xavier Stouder](https://github.com/Xstoudi), [Andrew Sheehan](https://github.com/ajsheehan), and [Jordi Bunster](https://github.com/notlaforge). |
Sorry, the diff of this file is not supported yet
5127
69