@lwrjs/lwc-module-provider 0.21.4 → 0.21.6

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.
@@ -111,6 +111,7 @@ var LwcCompiler = class {
111
111
  scopedStyles,
112
112
  enableDynamicComponents: true,
113
113
  enableLightningWebSecurityTransforms,
114
+ enableSyntheticElementInternals: true,
114
115
  enableScopedSlots: true,
115
116
  targetSSR: (0, import_shared_utils.getFeatureFlags)().SSR_COMPILER_ENABLED && targetSSR,
116
117
  enableLwcOn: true
@@ -90,6 +90,7 @@ export class LwcCompiler {
90
90
  scopedStyles,
91
91
  enableDynamicComponents: true,
92
92
  enableLightningWebSecurityTransforms,
93
+ enableSyntheticElementInternals: true,
93
94
  enableScopedSlots: true,
94
95
  targetSSR: getFeatureFlags().SSR_COMPILER_ENABLED && targetSSR,
95
96
  enableLwcOn: true,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.21.4",
7
+ "version": "0.21.6",
8
8
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
9
9
  "repository": {
10
10
  "type": "git",
@@ -35,13 +35,13 @@
35
35
  "dependencies": {
36
36
  "@babel/core": "^7.26.10",
37
37
  "@babel/preset-typescript": "^7.26.0",
38
- "@lwrjs/diagnostics": "0.21.4",
39
- "@lwrjs/fs-watch": "0.21.4",
40
- "@lwrjs/shared-utils": "0.21.4",
38
+ "@lwrjs/diagnostics": "0.21.6",
39
+ "@lwrjs/fs-watch": "0.21.6",
40
+ "@lwrjs/shared-utils": "0.21.6",
41
41
  "fs-extra": "^11.2.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@lwrjs/types": "0.21.4",
44
+ "@lwrjs/types": "0.21.6",
45
45
  "memfs": "^4.13.0",
46
46
  "typescript": "^4.9.5"
47
47
  },
@@ -55,5 +55,5 @@
55
55
  "volta": {
56
56
  "extends": "../../../package.json"
57
57
  },
58
- "gitHead": "cdbfc09976f787d7412041737bf24fcfa10a8d87"
58
+ "gitHead": "5db3cea544018e9873ba076ddaade9570c912b4d"
59
59
  }