lwc 3.0.1 → 3.0.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +16 -16
package/index.d.ts CHANGED
@@ -176,6 +176,7 @@ declare module 'lwc' {
176
176
 
177
177
  readonly template: ShadowRootTheGoodPart;
178
178
  readonly shadowRoot: null;
179
+ readonly refs: { [key: string]: Element | LightningElement };
179
180
  }
180
181
 
181
182
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwc",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
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": "3.0.1",
24
- "@lwc/babel-plugin-component": "3.0.1",
25
- "@lwc/compiler": "3.0.1",
26
- "@lwc/engine-core": "3.0.1",
27
- "@lwc/engine-dom": "3.0.1",
28
- "@lwc/engine-server": "3.0.1",
29
- "@lwc/errors": "3.0.1",
30
- "@lwc/features": "3.0.1",
31
- "@lwc/module-resolver": "3.0.1",
32
- "@lwc/rollup-plugin": "3.0.1",
33
- "@lwc/shared": "3.0.1",
34
- "@lwc/style-compiler": "3.0.1",
35
- "@lwc/synthetic-shadow": "3.0.1",
36
- "@lwc/template-compiler": "3.0.1",
37
- "@lwc/wire-service": "3.0.1"
23
+ "@lwc/aria-reflection": "3.0.3",
24
+ "@lwc/babel-plugin-component": "3.0.3",
25
+ "@lwc/compiler": "3.0.3",
26
+ "@lwc/engine-core": "3.0.3",
27
+ "@lwc/engine-dom": "3.0.3",
28
+ "@lwc/engine-server": "3.0.3",
29
+ "@lwc/errors": "3.0.3",
30
+ "@lwc/features": "3.0.3",
31
+ "@lwc/module-resolver": "3.0.3",
32
+ "@lwc/rollup-plugin": "3.0.3",
33
+ "@lwc/shared": "3.0.3",
34
+ "@lwc/style-compiler": "3.0.3",
35
+ "@lwc/synthetic-shadow": "3.0.3",
36
+ "@lwc/template-compiler": "3.0.3",
37
+ "@lwc/wire-service": "3.0.3"
38
38
  },
39
39
  "lwc": {
40
40
  "modules": [