@lwc/synthetic-shadow 3.3.0 → 3.3.2
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
@@ -110,7 +110,7 @@ const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
110
110
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
111
111
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
112
112
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
113
|
-
/** version: 3.3.
|
113
|
+
/** version: 3.3.2 */
|
114
114
|
|
115
115
|
/**
|
116
116
|
* Copyright (C) 2023 salesforce.com, inc.
|
@@ -119,7 +119,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
119
119
|
if (!_globalThis.lwcRuntimeFlags) {
|
120
120
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
121
121
|
}
|
122
|
-
/** version: 3.3.
|
122
|
+
/** version: 3.3.2 */
|
123
123
|
|
124
124
|
/*
|
125
125
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4211,5 +4211,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4211
4211
|
},
|
4212
4212
|
configurable: true,
|
4213
4213
|
});
|
4214
|
-
/** version: 3.3.
|
4214
|
+
/** version: 3.3.2 */
|
4215
4215
|
//# sourceMappingURL=index.js.map
|