@lwc/synthetic-shadow 6.1.0 → 6.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -105,7 +105,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
105
105
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
106
106
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
107
107
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
108
|
-
/** version: 6.1.
|
108
|
+
/** version: 6.1.1 */
|
109
109
|
|
110
110
|
/**
|
111
111
|
* Copyright (c) 2024 Salesforce, Inc.
|
@@ -113,7 +113,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
113
113
|
if (!globalThis.lwcRuntimeFlags) {
|
114
114
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
115
115
|
}
|
116
|
-
/** version: 6.1.
|
116
|
+
/** version: 6.1.1 */
|
117
117
|
|
118
118
|
/*
|
119
119
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4249,6 +4249,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4249
4249
|
},
|
4250
4250
|
configurable: true,
|
4251
4251
|
});
|
4252
|
-
/** version: 6.1.
|
4252
|
+
/** version: 6.1.1 */
|
4253
4253
|
}
|
4254
4254
|
//# sourceMappingURL=index.js.map
|