@lwc/synthetic-shadow 5.2.1-alpha.0 → 5.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +3 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
@@ -119,7 +119,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
119
119
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
120
120
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
121
121
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
122
|
-
/** version: 5.2.
|
122
|
+
/** version: 5.2.1 */
|
123
123
|
|
124
124
|
/**
|
125
125
|
* Copyright (C) 2023 salesforce.com, inc.
|
@@ -128,8 +128,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
128
128
|
if (!_globalThis.lwcRuntimeFlags) {
|
129
129
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
130
130
|
}
|
131
|
-
|
132
|
-
/** version: 5.2.0 */
|
131
|
+
/** version: 5.2.1 */
|
133
132
|
|
134
133
|
/*
|
135
134
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4265,6 +4264,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4265
4264
|
},
|
4266
4265
|
configurable: true,
|
4267
4266
|
});
|
4268
|
-
/** version: 5.2.
|
4267
|
+
/** version: 5.2.1 */
|
4269
4268
|
}
|
4270
4269
|
//# sourceMappingURL=index.cjs.js.map
|