lwc 6.1.1 → 6.2.1

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.
@@ -1,7 +1,8 @@
1
1
  /*
2
- * Copyright (c) 2023, salesforce.com, inc.
2
+ * Copyright (c) 2024, salesforce.com, inc.
3
3
  * All rights reserved.
4
4
  * SPDX-License-Identifier: MIT
5
5
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6
6
  */
7
7
  export type * from '@lwc/babel-plugin-component';
8
+ export { default } from '@lwc/babel-plugin-component';
@@ -1,7 +1,8 @@
1
1
  /*
2
- * Copyright (c) 2023, salesforce.com, inc.
2
+ * Copyright (c) 2024, salesforce.com, inc.
3
3
  * All rights reserved.
4
4
  * SPDX-License-Identifier: MIT
5
5
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6
6
  */
7
7
  export * from '@lwc/babel-plugin-component';
8
+ export { default } from '@lwc/babel-plugin-component';
package/features.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  /*
2
- * Copyright (c) 2023, salesforce.com, inc.
2
+ * Copyright (c) 2024, salesforce.com, inc.
3
3
  * All rights reserved.
4
4
  * SPDX-License-Identifier: MIT
5
5
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6
6
  */
7
7
  export type * from '@lwc/features';
8
+ export { default } from '@lwc/features';
package/features.js CHANGED
@@ -1,7 +1,8 @@
1
1
  /*
2
- * Copyright (c) 2023, salesforce.com, inc.
2
+ * Copyright (c) 2024, salesforce.com, inc.
3
3
  * All rights reserved.
4
4
  * SPDX-License-Identifier: MIT
5
5
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6
6
  */
7
7
  export * from '@lwc/features';
8
+ export { default } from '@lwc/features';
package/index.d.ts CHANGED
@@ -207,7 +207,6 @@ declare module 'lwc' {
207
207
  *
208
208
  * in which 'GetRecordConfig' is the adapter config object type and 'RecordRepresentation'
209
209
  * is the returned value.
210
- *
211
210
  * @param adapter the adapter used to provision data
212
211
  * @param config configuration object for the adapter
213
212
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwc",
3
- "version": "6.1.1",
3
+ "version": "6.2.1",
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.1.1",
24
- "@lwc/babel-plugin-component": "6.1.1",
25
- "@lwc/compiler": "6.1.1",
26
- "@lwc/engine-core": "6.1.1",
27
- "@lwc/engine-dom": "6.1.1",
28
- "@lwc/engine-server": "6.1.1",
29
- "@lwc/errors": "6.1.1",
30
- "@lwc/features": "6.1.1",
31
- "@lwc/module-resolver": "6.1.1",
32
- "@lwc/rollup-plugin": "6.1.1",
33
- "@lwc/shared": "6.1.1",
34
- "@lwc/style-compiler": "6.1.1",
35
- "@lwc/synthetic-shadow": "6.1.1",
36
- "@lwc/template-compiler": "6.1.1",
37
- "@lwc/wire-service": "6.1.1"
23
+ "@lwc/aria-reflection": "6.2.1",
24
+ "@lwc/babel-plugin-component": "6.2.1",
25
+ "@lwc/compiler": "6.2.1",
26
+ "@lwc/engine-core": "6.2.1",
27
+ "@lwc/engine-dom": "6.2.1",
28
+ "@lwc/engine-server": "6.2.1",
29
+ "@lwc/errors": "6.2.1",
30
+ "@lwc/features": "6.2.1",
31
+ "@lwc/module-resolver": "6.2.1",
32
+ "@lwc/rollup-plugin": "6.2.1",
33
+ "@lwc/shared": "6.2.1",
34
+ "@lwc/style-compiler": "6.2.1",
35
+ "@lwc/synthetic-shadow": "6.2.1",
36
+ "@lwc/template-compiler": "6.2.1",
37
+ "@lwc/wire-service": "6.2.1"
38
38
  },
39
39
  "lwc": {
40
40
  "modules": [
@@ -1,7 +1,8 @@
1
1
  /*
2
- * Copyright (c) 2023, salesforce.com, inc.
2
+ * Copyright (c) 2024, salesforce.com, inc.
3
3
  * All rights reserved.
4
4
  * SPDX-License-Identifier: MIT
5
5
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6
6
  */
7
7
  export type * from '@lwc/rollup-plugin';
8
+ export { default } from '@lwc/rollup-plugin';
package/rollup-plugin.js CHANGED
@@ -1,7 +1,8 @@
1
1
  /*
2
- * Copyright (c) 2023, salesforce.com, inc.
2
+ * Copyright (c) 2024, salesforce.com, inc.
3
3
  * All rights reserved.
4
4
  * SPDX-License-Identifier: MIT
5
5
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6
6
  */
7
7
  export * from '@lwc/rollup-plugin';
8
+ export { default } from '@lwc/rollup-plugin';
@@ -1,7 +1,8 @@
1
1
  /*
2
- * Copyright (c) 2023, salesforce.com, inc.
2
+ * Copyright (c) 2024, salesforce.com, inc.
3
3
  * All rights reserved.
4
4
  * SPDX-License-Identifier: MIT
5
5
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6
6
  */
7
7
  export type * from '@lwc/template-compiler';
8
+ export { default } from '@lwc/template-compiler';
@@ -1,7 +1,8 @@
1
1
  /*
2
- * Copyright (c) 2023, salesforce.com, inc.
2
+ * Copyright (c) 2024, salesforce.com, inc.
3
3
  * All rights reserved.
4
4
  * SPDX-License-Identifier: MIT
5
5
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
6
6
  */
7
7
  export * from '@lwc/template-compiler';
8
+ export { default } from '@lwc/template-compiler';