@lwc/synthetic-shadow 6.1.0 → 6.1.1
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 +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.cjs.js
CHANGED
|
@@ -107,7 +107,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
|
107
107
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
108
108
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
|
109
109
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
110
|
-
/** version: 6.1.
|
|
110
|
+
/** version: 6.1.1 */
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
113
|
* Copyright (c) 2024 Salesforce, Inc.
|
|
@@ -115,7 +115,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
|
115
115
|
if (!globalThis.lwcRuntimeFlags) {
|
|
116
116
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
117
117
|
}
|
|
118
|
-
/** version: 6.1.
|
|
118
|
+
/** version: 6.1.1 */
|
|
119
119
|
|
|
120
120
|
/*
|
|
121
121
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4251,6 +4251,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4251
4251
|
},
|
|
4252
4252
|
configurable: true,
|
|
4253
4253
|
});
|
|
4254
|
-
/** version: 6.1.
|
|
4254
|
+
/** version: 6.1.1 */
|
|
4255
4255
|
}
|
|
4256
4256
|
//# sourceMappingURL=index.cjs.js.map
|