@lwc/engine-core
Advanced tools
Comparing version 8.11.0 to 8.12.0
@@ -0,1 +1,2 @@ | ||
import { normalizeClass } from '@lwc/shared'; | ||
import type { SanitizedHtmlContent } from './sanitized-html-content'; | ||
@@ -44,12 +45,2 @@ import type { Key, VComment, VCustomElement, VElement, VElementData, VFragment, VNode, VNodes, VScopedSlotFragment, VStatic, VStaticPart, VStaticPartData, VText } from './vnodes'; | ||
declare function shc(content: unknown): SanitizedHtmlContent; | ||
/** | ||
* [ncls] - Normalize class name attribute. | ||
* | ||
* Transforms the provided class property value from an object/string into a string the diffing algo | ||
* can operate on. | ||
* | ||
* This implementation is borrowed from Vue: | ||
* https://github.com/vuejs/core/blob/e790e1bdd7df7be39e14780529db86e4da47a3db/packages/shared/src/normalizeProp.ts#L63-L82 | ||
*/ | ||
declare function ncls(value: unknown): string | undefined; | ||
declare const api: Readonly<{ | ||
@@ -76,5 +67,5 @@ s: typeof s; | ||
sp: typeof sp; | ||
ncls: typeof ncls; | ||
ncls: typeof normalizeClass; | ||
}>; | ||
export default api; | ||
export type RenderAPI = typeof api; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/engine-core", | ||
"version": "8.11.0", | ||
"version": "8.12.0", | ||
"description": "Core LWC engine APIs.", | ||
@@ -26,2 +26,5 @@ "keywords": [ | ||
}, | ||
"volta": { | ||
"extends": "../../../package.json" | ||
}, | ||
"main": "dist/index.cjs.js", | ||
@@ -47,5 +50,5 @@ "module": "dist/index.js", | ||
"dependencies": { | ||
"@lwc/features": "8.11.0", | ||
"@lwc/shared": "8.11.0", | ||
"@lwc/signals": "8.11.0" | ||
"@lwc/features": "8.12.0", | ||
"@lwc/shared": "8.12.0", | ||
"@lwc/signals": "8.12.0" | ||
}, | ||
@@ -52,0 +55,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1285330
18298
+ Added@lwc/features@8.12.0(transitive)
+ Added@lwc/shared@8.12.0(transitive)
+ Added@lwc/signals@8.12.0(transitive)
- Removed@lwc/features@8.11.0(transitive)
- Removed@lwc/shared@8.11.0(transitive)
- Removed@lwc/signals@8.11.0(transitive)
Updated@lwc/features@8.12.0
Updated@lwc/shared@8.12.0
Updated@lwc/signals@8.12.0