@lwc/style-compiler 8.12.3 → 8.12.4

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  MIT LICENSE
4
4
 
5
- Copyright (c) 2024, Salesforce, Inc.
5
+ Copyright (c) 2025, Salesforce, Inc.
6
6
  All rights reserved.
7
7
 
8
8
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
package/dist/index.cjs.js CHANGED
@@ -804,5 +804,5 @@ function transform(src, id, config = {}) {
804
804
  }
805
805
 
806
806
  exports.transform = transform;
807
- /** version: 8.12.3 */
807
+ /** version: 8.12.4 */
808
808
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -800,5 +800,5 @@ function transform(src, id, config = {}) {
800
800
  }
801
801
 
802
802
  export { transform };
803
- /** version: 8.12.3 */
803
+ /** version: 8.12.4 */
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.12.3",
7
+ "version": "8.12.4",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -46,7 +46,7 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@lwc/shared": "8.12.3",
49
+ "@lwc/shared": "8.12.4",
50
50
  "postcss": "~8.4.49",
51
51
  "postcss-selector-parser": "~7.0.0",
52
52
  "postcss-value-parser": "~4.2.0"