@types/nw.js 0.13.15 → 0.13.17
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 +1 -1
- nw.js/index.d.ts +2 -2
- nw.js/package.json +3 -3
nw.js/README.md
CHANGED
|
@@ -8,7 +8,7 @@ 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: Fri, 25 Aug 2023 17:33:47 GMT
|
|
12
12
|
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
|
13
13
|
* Global values: none
|
|
14
14
|
|
nw.js/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ declare global {
|
|
|
10
10
|
/**
|
|
11
11
|
* Helpers class and interfaces defined here, to make `nw` module cleaner.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
namespace NWJS_Helpers {
|
|
14
14
|
/**
|
|
15
15
|
* The clipboard object.
|
|
16
16
|
*/
|
|
@@ -1541,7 +1541,7 @@ declare global {
|
|
|
1541
1541
|
/**
|
|
1542
1542
|
* Get or set the `label` of a `MenuItem`
|
|
1543
1543
|
*/
|
|
1544
|
-
|
|
1544
|
+
label: string;
|
|
1545
1545
|
|
|
1546
1546
|
/**
|
|
1547
1547
|
* Get or set the `icon` of a `MenuItem`
|
nw.js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nw.js",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.17",
|
|
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",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@types/node": "*"
|
|
24
24
|
},
|
|
25
|
-
"typesPublisherContentHash": "
|
|
26
|
-
"typeScriptVersion": "4.
|
|
25
|
+
"typesPublisherContentHash": "88a9ef16522d77a1cfa30ae86b5c1a5088d67ac48f994f2cb57443ac3e931a2c",
|
|
26
|
+
"typeScriptVersion": "4.3"
|
|
27
27
|
}
|