@types/component-emitter 1.2.11 → 1.2.12

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.
@@ -29,7 +29,7 @@ interface Emitter<Event = string> {
29
29
 
30
30
  declare const Emitter: {
31
31
  (obj?: object): Emitter;
32
- new (obj?: object): Emitter;
32
+ new(obj?: object): Emitter;
33
33
  };
34
34
 
35
35
  export = Emitter;
@@ -37,7 +37,7 @@ export = Emitter;
37
37
  ````
38
38
 
39
39
  ### Additional Details
40
- * Last updated: Thu, 14 Oct 2021 19:01:31 GMT
40
+ * Last updated: Mon, 04 Sep 2023 15:41:04 GMT
41
41
  * Dependencies: none
42
42
  * Global values: none
43
43
 
@@ -19,7 +19,7 @@ interface Emitter<Event = string> {
19
19
 
20
20
  declare const Emitter: {
21
21
  (obj?: object): Emitter;
22
- new (obj?: object): Emitter;
22
+ new(obj?: object): Emitter;
23
23
  };
24
24
 
25
25
  export = Emitter;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/component-emitter",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
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",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "d86d217b63101effae1228ebbfe02ac682ee4eb8abd6fc0dcc9948a4b6fdf572",
24
- "typeScriptVersion": "3.7"
23
+ "typesPublisherContentHash": "fc949dfd711410c3eb9fc9410eecd30a515855c9edc680f6807fae8221bb0004",
24
+ "typeScriptVersion": "4.3"
25
25
  }