@types/nw.js 0.13.18 → 0.13.19
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.
- nw.js/README.md +2 -3
- nw.js/index.d.ts +0 -5
- nw.js/package.json +3 -9
nw.js/README.md
CHANGED
|
@@ -8,9 +8,8 @@ This package contains type definitions for nw.js (http://nwjs.io).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nw.js.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
|
|
12
12
|
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
|
13
|
-
* Global values: none
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
|
-
These definitions were written by
|
|
15
|
+
These definitions were written by .
|
nw.js/index.d.ts
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
// Type definitions for nw.js 0.13
|
|
2
|
-
// Project: http://nwjs.io
|
|
3
|
-
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
|
|
4
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
5
|
-
|
|
6
1
|
/// <reference types="node" />
|
|
7
2
|
import { EventEmitter } from "events";
|
|
8
3
|
|
nw.js/package.json
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nw.js",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.19",
|
|
4
4
|
"description": "TypeScript definitions for nw.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nw.js",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"contributors": [
|
|
8
|
-
{
|
|
9
|
-
"name": "DefinitelyTyped",
|
|
10
|
-
"url": "https://github.com/DefinitelyTyped",
|
|
11
|
-
"githubUsername": "DefinitelyTyped"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
7
|
+
"contributors": [],
|
|
14
8
|
"main": "",
|
|
15
9
|
"types": "index.d.ts",
|
|
16
10
|
"repository": {
|
|
@@ -22,6 +16,6 @@
|
|
|
22
16
|
"dependencies": {
|
|
23
17
|
"@types/node": "*"
|
|
24
18
|
},
|
|
25
|
-
"typesPublisherContentHash": "
|
|
19
|
+
"typesPublisherContentHash": "7f2b7e6592a3cc9274e14ae53ceb6143c7bace8d1dd88f5079d51d74ea1c93a6",
|
|
26
20
|
"typeScriptVersion": "4.5"
|
|
27
21
|
}
|