@lwc/engine-core 2.46.0 → 2.48.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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -3091,6 +3091,7 @@ function getComponentDef(Ctor) {
|
|
|
3091
3091
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
3092
3092
|
*/
|
|
3093
3093
|
function makeHostToken(token) {
|
|
3094
|
+
// Note: if this ever changes, update the `cssScopeTokens` returned by `@lwc/compiler`
|
|
3094
3095
|
return `${token}-host`;
|
|
3095
3096
|
}
|
|
3096
3097
|
function createInlineStyleVNode(content) {
|
|
@@ -6914,5 +6915,5 @@ exports.swapTemplate = swapTemplate;
|
|
|
6914
6915
|
exports.track = track;
|
|
6915
6916
|
exports.unwrap = unwrap;
|
|
6916
6917
|
exports.wire = wire;
|
|
6917
|
-
/** version: 2.
|
|
6918
|
+
/** version: 2.48.0 */
|
|
6918
6919
|
//# sourceMappingURL=index.cjs.js.map
|