@types/component-emitter 1.2.12 → 1.2.13

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.
component-emitter/LICENSE CHANGED
File without changes
@@ -8,11 +8,6 @@ This package contains type definitions for component-emitter (https://www.npmjs.
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/component-emitter.
9
9
  ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/component-emitter/index.d.ts)
10
10
  ````ts
11
- // Type definitions for component-emitter v1.2.1
12
- // Project: https://www.npmjs.com/package/component-emitter
13
- // Definitions by: Peter Snider <https://github.com/psnider>
14
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
-
16
11
  // TypeScript Version: 2.2
17
12
 
18
13
  interface Emitter<Event = string> {
@@ -37,9 +32,8 @@ export = Emitter;
37
32
  ````
38
33
 
39
34
  ### Additional Details
40
- * Last updated: Mon, 04 Sep 2023 15:41:04 GMT
35
+ * Last updated: Wed, 18 Oct 2023 00:05:18 GMT
41
36
  * Dependencies: none
42
- * Global values: none
43
37
 
44
38
  # Credits
45
39
  These definitions were written by [Peter Snider](https://github.com/psnider).
@@ -1,8 +1,3 @@
1
- // Type definitions for component-emitter v1.2.1
2
- // Project: https://www.npmjs.com/package/component-emitter
3
- // Definitions by: Peter Snider <https://github.com/psnider>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  // TypeScript Version: 2.2
7
2
 
8
3
  interface Emitter<Event = string> {
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/component-emitter",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "TypeScript definitions for component-emitter",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/component-emitter",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Peter Snider",
10
- "url": "https://github.com/psnider",
11
- "githubUsername": "psnider"
10
+ "githubUsername": "psnider",
11
+ "url": "https://github.com/psnider"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "fc949dfd711410c3eb9fc9410eecd30a515855c9edc680f6807fae8221bb0004",
24
- "typeScriptVersion": "4.3"
23
+ "typesPublisherContentHash": "543d36f0ef50f9e4947ef70a86cbae4e362570336395929a78078fc54a232ebe",
24
+ "typeScriptVersion": "4.5"
25
25
  }