lwc 6.6.3 → 6.6.4

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.
Files changed (2) hide show
  1. package/LICENSE.md +21 -1
  2. package/package.json +16 -16
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 license defined in package.json in v0.4.0.
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwc",
3
- "version": "6.6.3",
3
+ "version": "6.6.4",
4
4
  "description": "Lightning Web Components (LWC)",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -20,21 +20,21 @@
20
20
  "*.d.ts"
21
21
  ],
22
22
  "dependencies": {
23
- "@lwc/aria-reflection": "6.6.3",
24
- "@lwc/babel-plugin-component": "6.6.3",
25
- "@lwc/compiler": "6.6.3",
26
- "@lwc/engine-core": "6.6.3",
27
- "@lwc/engine-dom": "6.6.3",
28
- "@lwc/engine-server": "6.6.3",
29
- "@lwc/errors": "6.6.3",
30
- "@lwc/features": "6.6.3",
31
- "@lwc/module-resolver": "6.6.3",
32
- "@lwc/rollup-plugin": "6.6.3",
33
- "@lwc/shared": "6.6.3",
34
- "@lwc/style-compiler": "6.6.3",
35
- "@lwc/synthetic-shadow": "6.6.3",
36
- "@lwc/template-compiler": "6.6.3",
37
- "@lwc/wire-service": "6.6.3"
23
+ "@lwc/aria-reflection": "6.6.4",
24
+ "@lwc/babel-plugin-component": "6.6.4",
25
+ "@lwc/compiler": "6.6.4",
26
+ "@lwc/engine-core": "6.6.4",
27
+ "@lwc/engine-dom": "6.6.4",
28
+ "@lwc/engine-server": "6.6.4",
29
+ "@lwc/errors": "6.6.4",
30
+ "@lwc/features": "6.6.4",
31
+ "@lwc/module-resolver": "6.6.4",
32
+ "@lwc/rollup-plugin": "6.6.4",
33
+ "@lwc/shared": "6.6.4",
34
+ "@lwc/style-compiler": "6.6.4",
35
+ "@lwc/synthetic-shadow": "6.6.4",
36
+ "@lwc/template-compiler": "6.6.4",
37
+ "@lwc/wire-service": "6.6.4"
38
38
  },
39
39
  "lwc": {
40
40
  "modules": [