@lwc/synthetic-shadow 6.3.2 → 6.3.4
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.
- package/dist/index.cjs.js +61 -54
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +61 -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": "6.3.
|
7
|
+
"version": "6.3.4",
|
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": "6.3.
|
46
|
-
"@lwc/shared": "6.3.
|
45
|
+
"@lwc/features": "6.3.4",
|
46
|
+
"@lwc/shared": "6.3.4"
|
47
47
|
},
|
48
48
|
"lwc": {
|
49
49
|
"modules": [
|