lwc 8.10.1 → 8.12.0

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/README.md +3 -3
  2. package/package.json +19 -19
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  Lightning Web Components (LWC) is an enterprise-grade web components foundation for building user interfaces. LWC provides a simple authoring format for UI components, which is compiled into low-level Web Component APIs. The `lwc` package is the main entry point for dependencies.
2
2
 
3
- - Develop components quickly and declaratively using HTML, JavaScript, and CSS.
4
- - Develop accessible components so that everyone can understand and navigate your app.
5
- - Components are encapsulated in Shadow DOM, with the `@lwc/synthetic-shadow` package as an optional polyfill for older browsers.
3
+ - Develop components quickly and declaratively using HTML, JavaScript, and CSS.
4
+ - Develop accessible components so that everyone can understand and navigate your app.
5
+ - Components are encapsulated in Shadow DOM, with the `@lwc/synthetic-shadow` package as an optional polyfill for older browsers.
6
6
 
7
7
  Developing a Lightning web component is this easy:
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwc",
3
- "version": "8.10.1",
3
+ "version": "8.12.0",
4
4
  "description": "Lightning Web Components (LWC)",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -21,24 +21,24 @@
21
21
  "!vitest.config.*"
22
22
  ],
23
23
  "dependencies": {
24
- "@lwc/aria-reflection": "8.10.1",
25
- "@lwc/babel-plugin-component": "8.10.1",
26
- "@lwc/compiler": "8.10.1",
27
- "@lwc/engine-core": "8.10.1",
28
- "@lwc/engine-dom": "8.10.1",
29
- "@lwc/engine-server": "8.10.1",
30
- "@lwc/errors": "8.10.1",
31
- "@lwc/features": "8.10.1",
32
- "@lwc/module-resolver": "8.10.1",
33
- "@lwc/rollup-plugin": "8.10.1",
34
- "@lwc/shared": "8.10.1",
35
- "@lwc/ssr-compiler": "8.10.1",
36
- "@lwc/ssr-runtime": "8.10.1",
37
- "@lwc/style-compiler": "8.10.1",
38
- "@lwc/synthetic-shadow": "8.10.1",
39
- "@lwc/template-compiler": "8.10.1",
40
- "@lwc/types": "8.10.1",
41
- "@lwc/wire-service": "8.10.1"
24
+ "@lwc/aria-reflection": "8.12.0",
25
+ "@lwc/babel-plugin-component": "8.12.0",
26
+ "@lwc/compiler": "8.12.0",
27
+ "@lwc/engine-core": "8.12.0",
28
+ "@lwc/engine-dom": "8.12.0",
29
+ "@lwc/engine-server": "8.12.0",
30
+ "@lwc/errors": "8.12.0",
31
+ "@lwc/features": "8.12.0",
32
+ "@lwc/module-resolver": "8.12.0",
33
+ "@lwc/rollup-plugin": "8.12.0",
34
+ "@lwc/shared": "8.12.0",
35
+ "@lwc/ssr-compiler": "8.12.0",
36
+ "@lwc/ssr-runtime": "8.12.0",
37
+ "@lwc/style-compiler": "8.12.0",
38
+ "@lwc/synthetic-shadow": "8.12.0",
39
+ "@lwc/template-compiler": "8.12.0",
40
+ "@lwc/types": "8.12.0",
41
+ "@lwc/wire-service": "8.12.0"
42
42
  },
43
43
  "lwc": {
44
44
  "modules": [