@lwc/synthetic-shadow 7.0.1-alpha.0 → 7.0.1

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> | undefined): CustomEvent<T>;
3
- prototype: CustomEvent<any>;
2
+ new <T>(type: string, eventInitDict?: CustomEventInit<T>): CustomEvent<T>;
3
+ prototype: CustomEvent;
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": "7.0.1-alpha.0",
7
+ "version": "7.0.1",
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": "7.0.1-alpha.0",
46
- "@lwc/shared": "7.0.1-alpha.0"
45
+ "@lwc/features": "7.0.1",
46
+ "@lwc/shared": "7.0.1"
47
47
  },
48
48
  "lwc": {
49
49
  "modules": [
@@ -56,4 +56,4 @@
56
56
  "@lwc/synthetic-shadow"
57
57
  ]
58
58
  }
59
- }
59
+ }