@lwc/style-compiler 6.6.3 → 6.6.5
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.md +21 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/LICENSE.md
CHANGED
@@ -15,7 +15,27 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
15
15
|
|
16
16
|
## @parse5/tools
|
17
17
|
|
18
|
-
MIT
|
18
|
+
The MIT License (MIT)
|
19
|
+
|
20
|
+
Copyright © 2024 James Garbutt
|
21
|
+
|
22
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
23
|
+
of this software and associated documentation files (the “Software”), to deal
|
24
|
+
in the Software without restriction, including without limitation the rights
|
25
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
26
|
+
copies of the Software, and to permit persons to whom the Software is
|
27
|
+
furnished to do so, subject to the following conditions:
|
28
|
+
|
29
|
+
The above copyright notice and this permission notice shall be included in
|
30
|
+
all copies or substantial portions of the Software.
|
31
|
+
|
32
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
33
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
34
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
36
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
37
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
38
|
+
THE SOFTWARE.
|
19
39
|
|
20
40
|
## entities
|
21
41
|
|
package/dist/index.cjs.js
CHANGED
package/dist/index.js
CHANGED
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": "6.6.
|
7
|
+
"version": "6.6.5",
|
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": "6.6.
|
45
|
+
"@lwc/shared": "6.6.5",
|
46
46
|
"postcss": "~8.4.38",
|
47
47
|
"postcss-selector-parser": "~6.0.15",
|
48
48
|
"postcss-value-parser": "~4.2.0"
|