@lwc/synthetic-shadow 5.0.8 → 5.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +66 -54
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +66 -54
- package/dist/index.js.map +1 -1
- package/dist/shared/utils.d.ts +1 -0
- package/package.json +3 -3
package/dist/shared/utils.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
export declare function isSyntheticOrNativeShadowRoot(node: unknown): node is ShadowRoot;
|
1
2
|
export declare function getOwnerDocument(node: Node): Document;
|
2
3
|
export declare function getOwnerWindow(node: Node): Window;
|
3
4
|
export declare function isGlobalPatchingSkipped(node: Node): boolean;
|
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": "5.0.
|
7
|
+
"version": "5.0.10",
|
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": "5.0.
|
46
|
-
"@lwc/shared": "5.0.
|
45
|
+
"@lwc/features": "5.0.10",
|
46
|
+
"@lwc/shared": "5.0.10"
|
47
47
|
},
|
48
48
|
"lwc": {
|
49
49
|
"modules": [
|