@lwc/synthetic-shadow 5.2.2 → 6.0.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
@@ -117,7 +117,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
117
117
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
118
118
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
119
119
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
120
|
-
/** version:
|
120
|
+
/** version: 6.0.0 */
|
121
121
|
|
122
122
|
/**
|
123
123
|
* Copyright (C) 2023 salesforce.com, inc.
|
@@ -126,7 +126,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
126
126
|
if (!_globalThis.lwcRuntimeFlags) {
|
127
127
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
128
128
|
}
|
129
|
-
/** version:
|
129
|
+
/** version: 6.0.0 */
|
130
130
|
|
131
131
|
/*
|
132
132
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4262,6 +4262,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4262
4262
|
},
|
4263
4263
|
configurable: true,
|
4264
4264
|
});
|
4265
|
-
/** version:
|
4265
|
+
/** version: 6.0.0 */
|
4266
4266
|
}
|
4267
4267
|
//# sourceMappingURL=index.js.map
|