@lwc/synthetic-shadow 3.0.2 → 3.1.1
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
|
@@ -114,7 +114,7 @@ const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
|
114
114
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
115
115
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
|
116
116
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
117
|
-
/** version: 3.
|
|
117
|
+
/** version: 3.1.1 */
|
|
118
118
|
|
|
119
119
|
/**
|
|
120
120
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
@@ -123,7 +123,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
|
123
123
|
if (!_globalThis.lwcRuntimeFlags) {
|
|
124
124
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
125
125
|
}
|
|
126
|
-
/** version: 3.
|
|
126
|
+
/** version: 3.1.1 */
|
|
127
127
|
|
|
128
128
|
/*
|
|
129
129
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4467,5 +4467,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4467
4467
|
},
|
|
4468
4468
|
configurable: true,
|
|
4469
4469
|
});
|
|
4470
|
-
/** version: 3.
|
|
4470
|
+
/** version: 3.1.1 */
|
|
4471
4471
|
//# sourceMappingURL=index.cjs.js.map
|