@types/nw.js 0.13.16 → 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 +1 -1
  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, 05 Oct 2022 07:02:54 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
  */
nw.js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nw.js",
3
- "version": "0.13.16",
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": "b6e0f4785415b133b69878b425b33cac4f80347b6c5f891064a2f8c298b8c5cc",
26
- "typeScriptVersion": "4.1"
25
+ "typesPublisherContentHash": "88a9ef16522d77a1cfa30ae86b5c1a5088d67ac48f994f2cb57443ac3e931a2c",
26
+ "typeScriptVersion": "4.3"
27
27
  }