@lwc/synthetic-shadow 3.4.0 → 3.6.0
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
@@ -113,7 +113,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
113
113
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
114
114
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
115
115
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
116
|
-
/** version: 3.
|
116
|
+
/** version: 3.6.0 */
|
117
117
|
|
118
118
|
/**
|
119
119
|
* Copyright (C) 2023 salesforce.com, inc.
|
@@ -122,7 +122,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
122
122
|
if (!_globalThis.lwcRuntimeFlags) {
|
123
123
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
124
124
|
}
|
125
|
-
/** version: 3.
|
125
|
+
/** version: 3.6.0 */
|
126
126
|
|
127
127
|
/*
|
128
128
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4258,5 +4258,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4258
4258
|
},
|
4259
4259
|
configurable: true,
|
4260
4260
|
});
|
4261
|
-
/** version: 3.
|
4261
|
+
/** version: 3.6.0 */
|
4262
4262
|
//# sourceMappingURL=index.js.map
|