@types/nw.js 0.90.0 → 0.90.1

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 (2) hide show
  1. nw.js/README.md +2 -2
  2. nw.js/package.json +7 -2
nw.js/README.md CHANGED
@@ -8,8 +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: Wed, 07 Aug 2024 01:34:31 GMT
11
+ * Last updated: Sat, 24 Aug 2024 11:07:15 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
13
13
 
14
14
  # Credits
15
- These definitions were written by [Ayushman Chhabra](https://github.com/AyushmanChhabra).
15
+ These definitions were written by [Ayushman Chhabra](https://github.com/AyushmanChhabra), and [Zayin Krige](https://github.com/zkrige).
nw.js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nw.js",
3
- "version": "0.90.0",
3
+ "version": "0.90.1",
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",
@@ -9,6 +9,11 @@
9
9
  "name": "Ayushman Chhabra",
10
10
  "githubUsername": "AyushmanChhabra",
11
11
  "url": "https://github.com/AyushmanChhabra"
12
+ },
13
+ {
14
+ "name": "Zayin Krige",
15
+ "githubUsername": "zkrige",
16
+ "url": "https://github.com/zkrige"
12
17
  }
13
18
  ],
14
19
  "main": "",
@@ -22,7 +27,7 @@
22
27
  "dependencies": {
23
28
  "@types/node": "*"
24
29
  },
25
- "typesPublisherContentHash": "0207f6670891a501e4bafa895707c0a60e440505986bce6db220d58d41493a7e",
30
+ "typesPublisherContentHash": "86242a3368a1796ef7f11fb091b4756f4c9e5d41ef88e9d182c202c529633ee6",
26
31
  "typeScriptVersion": "4.8",
27
32
  "nonNpm": true
28
33
  }