@lwc/synthetic-shadow 3.0.2 → 3.1.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.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.0
|
117
|
+
/** version: 3.1.0 */
|
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.0
|
126
|
+
/** version: 3.1.0 */
|
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.0
|
4470
|
+
/** version: 3.1.0 */
|
4471
4471
|
//# sourceMappingURL=index.cjs.js.map
|