@types/nw.js 0.13.14 → 0.13.15

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.
Files changed (3) hide show
  1. nw.js/README.md +2 -2
  2. nw.js/index.d.ts +1 -1
  3. nw.js/package.json +6 -6
nw.js/README.md CHANGED
@@ -8,9 +8,9 @@ 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: Thu, 08 Jul 2021 18:51:42 GMT
11
+ * Last updated: Wed, 13 Jul 2022 00:02:36 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
13
13
  * Global values: none
14
14
 
15
15
  # Credits
16
- These definitions were written by [Alireza Dabiri Nejad](https://github.com/alirdn).
16
+ These definitions were written by [DefinitelyTyped](https://github.com/DefinitelyTyped).
nw.js/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // Type definitions for nw.js 0.13
2
2
  // Project: http://nwjs.io
3
- // Definitions by: Alireza Dabiri Nejad <https://github.com/alirdn>
3
+ // Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
4
4
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
5
 
6
6
  /// <reference types="node" />
nw.js/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/nw.js",
3
- "version": "0.13.14",
3
+ "version": "0.13.15",
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
7
  "contributors": [
8
8
  {
9
- "name": "Alireza Dabiri Nejad",
10
- "url": "https://github.com/alirdn",
11
- "githubUsername": "alirdn"
9
+ "name": "DefinitelyTyped",
10
+ "url": "https://github.com/DefinitelyTyped",
11
+ "githubUsername": "DefinitelyTyped"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -22,6 +22,6 @@
22
22
  "dependencies": {
23
23
  "@types/node": "*"
24
24
  },
25
- "typesPublisherContentHash": "2ed64b52e9f2b9512797516dc0454e7c33d1a46d20bdf40427b0784c0762514f",
26
- "typeScriptVersion": "3.6"
25
+ "typesPublisherContentHash": "e7386211efc593be2f2d64a72b5fca0df09ebaf8df884c29cd5011d86c0e9bb1",
26
+ "typeScriptVersion": "4.0"
27
27
  }