@lwc/style-compiler 8.10.1 → 8.10.3
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 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
@@ -804,5 +804,5 @@ function transform(src, id, config = {}) {
|
|
|
804
804
|
}
|
|
805
805
|
|
|
806
806
|
exports.transform = transform;
|
|
807
|
-
/** version: 8.10.
|
|
807
|
+
/** version: 8.10.3 */
|
|
808
808
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2025 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
import postcss from 'postcss';
|
|
5
5
|
import { LWC_VERSION_COMMENT, KEY__SCOPED_CSS, KEY__NATIVE_ONLY_CSS, getAPIVersionFromNumber } from '@lwc/shared';
|
|
@@ -800,5 +800,5 @@ function transform(src, id, config = {}) {
|
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
export { transform };
|
|
803
|
-
/** version: 8.10.
|
|
803
|
+
/** version: 8.10.3 */
|
|
804
804
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
|
5
5
|
],
|
|
6
6
|
"name": "@lwc/style-compiler",
|
|
7
|
-
"version": "8.10.
|
|
7
|
+
"version": "8.10.3",
|
|
8
8
|
"description": "Transform style sheet to be consumed by the LWC engine",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@lwc/shared": "8.10.
|
|
45
|
+
"@lwc/shared": "8.10.3",
|
|
46
46
|
"postcss": "~8.4.49",
|
|
47
47
|
"postcss-selector-parser": "~7.0.0",
|
|
48
48
|
"postcss-value-parser": "~4.2.0"
|