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