@types/react-dom 0.14.19 → 0.14.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
react-dom/README.md CHANGED
@@ -2,16 +2,14 @@
2
2
  > `npm install --save @types/react-dom`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for React v0.14 (react-dom) (http://facebook.github.io/react/).
5
+ This package contains type definitions for React (react-dom) (http://facebook.github.io/react/).
6
6
 
7
7
  # Details
8
- Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/react-dom
8
+ Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-dom
9
9
 
10
10
  Additional Details
11
- * Last updated: Mon, 21 Nov 2016 14:47:53 GMT
12
- * File structure: UMD
13
- * Library Dependencies: none
14
- * Module Dependencies: react
11
+ * Last updated: Tue, 07 Feb 2017 20:01:00 GMT
12
+ * Dependencies: react
15
13
  * Global values: ReactDOM, ReactDOMServer
16
14
 
17
15
  # Credits
react-dom/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
- // Type definitions for React v0.14 (react-dom)
1
+ // Type definitions for React (react-dom) 0.14
2
2
  // Project: http://facebook.github.io/react/
3
3
  // Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
4
4
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
+ // TypeScript Version: 2.1
5
6
 
6
7
  export as namespace ReactDOM;
7
8
  export = ReactDOM;
react-dom/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "0.14.19",
4
- "description": "TypeScript definitions for React v0.14 (react-dom)",
3
+ "version": "0.14.23",
4
+ "description": "TypeScript definitions for React (react-dom)",
5
5
  "license": "MIT",
6
6
  "author": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>",
7
7
  "main": "",
@@ -14,6 +14,6 @@
14
14
  "@types/react": "*"
15
15
  },
16
16
  "peerDependencies": {},
17
- "typings": "index.d.ts",
18
- "typesPublisherContentHash": "0706272ecdebbc18fcb2c46153747a4d6a00c9bf5ef75e1aa6edd09ae4281d91"
17
+ "typesPublisherContentHash": "0a3e9ebed61848be2f94bbeddfa2ac318587ee312f7c217d7c41276c94b40362",
18
+ "typeScriptVersion": "2.1"
19
19
  }
@@ -1,27 +1,34 @@
1
1
  {
2
- "authors": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>",
3
- "definitionFilename": "index.d.ts",
4
- "libraryDependencies": [],
5
- "moduleDependencies": [
6
- "react"
7
- ],
8
- "libraryMajorVersion": 0,
9
- "libraryMinorVersion": 14,
10
- "libraryName": "React v0.14 (react-dom)",
11
- "typingsPackageName": "react-dom",
12
- "projectName": "http://facebook.github.io/react/",
2
+ "name": "react-dom",
3
+ "libraryName": "React (react-dom)",
13
4
  "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
14
- "sourceBranch": "types-2.0",
15
- "kind": "UMD",
16
- "globals": [
17
- "ReactDOM",
18
- "ReactDOMServer"
19
- ],
20
- "declaredModules": [],
21
- "files": [
22
- "index.d.ts",
23
- "server.d.ts"
24
- ],
25
- "hasPackageJson": false,
26
- "contentHash": "0706272ecdebbc18fcb2c46153747a4d6a00c9bf5ef75e1aa6edd09ae4281d91"
5
+ "data": {
6
+ "authors": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>",
7
+ "dependencies": {
8
+ "react": "*"
9
+ },
10
+ "pathMappings": {},
11
+ "libraryMajorVersion": 0,
12
+ "libraryMinorVersion": 14,
13
+ "typeScriptVersion": "2.1",
14
+ "libraryName": "React (react-dom)",
15
+ "typingsPackageName": "react-dom",
16
+ "projectName": "http://facebook.github.io/react/",
17
+ "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
18
+ "globals": [
19
+ "ReactDOM",
20
+ "ReactDOMServer"
21
+ ],
22
+ "declaredModules": [
23
+ "react-dom/.",
24
+ "react-dom/server"
25
+ ],
26
+ "files": [
27
+ "index.d.ts",
28
+ "server.d.ts"
29
+ ],
30
+ "hasPackageJson": false,
31
+ "contentHash": "0a3e9ebed61848be2f94bbeddfa2ac318587ee312f7c217d7c41276c94b40362"
32
+ },
33
+ "isLatest": true
27
34
  }