@lwc/synthetic-shadow 8.1.3 → 8.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  declare const CustomEventConstructor: {
2
- new <T>(type: string, eventInitDict?: CustomEventInit<T>): CustomEvent<T>;
3
- prototype: CustomEvent;
2
+ new <T>(type: string, eventInitDict?: CustomEventInit<T> | undefined): CustomEvent<T>;
3
+ prototype: CustomEvent<any>;
4
4
  };
5
5
  declare function PatchedCustomEvent<T>(this: Event, type: string, eventInitDict: CustomEventInit<T>): CustomEvent<T>;
6
6
  declare namespace PatchedCustomEvent {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
5
5
  ],
6
6
  "name": "@lwc/synthetic-shadow",
7
- "version": "8.1.3",
7
+ "version": "8.2.0",
8
8
  "description": "Synthetic Shadow Root for LWC",
9
9
  "keywords": [
10
10
  "lwc"
@@ -42,8 +42,8 @@
42
42
  }
43
43
  },
44
44
  "devDependencies": {
45
- "@lwc/features": "8.1.3",
46
- "@lwc/shared": "8.1.3"
45
+ "@lwc/features": "8.2.0",
46
+ "@lwc/shared": "8.2.0"
47
47
  },
48
48
  "lwc": {
49
49
  "modules": [