@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.
Files changed (3) hide show
  1. nw.js/README.md +1 -1
  2. nw.js/index.d.ts +2 -2
  3. 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: Wed, 13 Jul 2022 00:02:36 GMT
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
- module NWJS_Helpers {
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
- lable: string;
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.15",
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": "e7386211efc593be2f2d64a72b5fca0df09ebaf8df884c29cd5011d86c0e9bb1",
26
- "typeScriptVersion": "4.0"
25
+ "typesPublisherContentHash": "88a9ef16522d77a1cfa30ae86b5c1a5088d67ac48f994f2cb57443ac3e931a2c",
26
+ "typeScriptVersion": "4.3"
27
27
  }