@lwrjs/lwc-module-provider 0.19.0-alpha.7 → 0.19.0-alpha.9

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.
@@ -112,7 +112,8 @@ var LwcCompiler = class {
112
112
  enableDynamicComponents: true,
113
113
  enableLightningWebSecurityTransforms,
114
114
  enableScopedSlots: true,
115
- targetSSR: (0, import_shared_utils.getFeatureFlags)().SSR_COMPILER_ENABLED && targetSSR
115
+ targetSSR: (0, import_shared_utils.getFeatureFlags)().SSR_COMPILER_ENABLED && targetSSR,
116
+ enableLwcOn: true
116
117
  };
117
118
  import_diagnostics.logger.debug({
118
119
  label: "LwcCompiler",
@@ -92,6 +92,7 @@ export class LwcCompiler {
92
92
  enableLightningWebSecurityTransforms,
93
93
  enableScopedSlots: true,
94
94
  targetSSR: getFeatureFlags().SSR_COMPILER_ENABLED && targetSSR,
95
+ enableLwcOn: true,
95
96
  };
96
97
  logger.debug({
97
98
  label: 'LwcCompiler',
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.19.0-alpha.7",
7
+ "version": "0.19.0-alpha.9",
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.19.0-alpha.7",
39
- "@lwrjs/fs-watch": "0.19.0-alpha.7",
40
- "@lwrjs/shared-utils": "0.19.0-alpha.7",
38
+ "@lwrjs/diagnostics": "0.19.0-alpha.9",
39
+ "@lwrjs/fs-watch": "0.19.0-alpha.9",
40
+ "@lwrjs/shared-utils": "0.19.0-alpha.9",
41
41
  "fs-extra": "^11.2.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@lwrjs/types": "0.19.0-alpha.7",
44
+ "@lwrjs/types": "0.19.0-alpha.9",
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": "f9b421c187371a0389a2171f5fd8c4b5b6a55bf4"
58
+ "gitHead": "4d1ec7ea2d9a7edffd1e9e1f86e8668a5436462d"
59
59
  }