@lwc/synthetic-shadow 3.1.3 → 3.2.0
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 +4 -4
package/dist/index.cjs.js
CHANGED
@@ -112,7 +112,7 @@ const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
|
|
112
112
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
113
113
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
114
114
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
115
|
-
/** version: 3.
|
115
|
+
/** version: 3.2.0 */
|
116
116
|
|
117
117
|
/**
|
118
118
|
* Copyright (C) 2023 salesforce.com, inc.
|
@@ -121,7 +121,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
121
121
|
if (!_globalThis.lwcRuntimeFlags) {
|
122
122
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
123
123
|
}
|
124
|
-
/** version: 3.
|
124
|
+
/** version: 3.2.0 */
|
125
125
|
|
126
126
|
/*
|
127
127
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4213,5 +4213,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4213
4213
|
},
|
4214
4214
|
configurable: true,
|
4215
4215
|
});
|
4216
|
-
/** version: 3.
|
4216
|
+
/** version: 3.2.0 */
|
4217
4217
|
//# sourceMappingURL=index.cjs.js.map
|