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