@lwc/synthetic-shadow 3.0.3 → 3.0.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 +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
|
@@ -117,7 +117,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
|
117
117
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
118
118
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
|
119
119
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
120
|
-
/** version: 3.0.
|
|
120
|
+
/** version: 3.0.4 */
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
123
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
@@ -126,7 +126,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
|
126
126
|
if (!_globalThis.lwcRuntimeFlags) {
|
|
127
127
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
128
128
|
}
|
|
129
|
-
/** version: 3.0.
|
|
129
|
+
/** version: 3.0.4 */
|
|
130
130
|
|
|
131
131
|
/*
|
|
132
132
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4511,5 +4511,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4511
4511
|
},
|
|
4512
4512
|
configurable: true,
|
|
4513
4513
|
});
|
|
4514
|
-
/** version: 3.0.
|
|
4514
|
+
/** version: 3.0.4 */
|
|
4515
4515
|
//# sourceMappingURL=index.cjs.js.map
|