@lwrjs/lwc-module-provider 0.17.2-alpha.1 → 0.17.2-alpha.10

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.
@@ -97,7 +97,7 @@ var LwcCompiler = class {
97
97
  };
98
98
  }
99
99
  const transformConfig = {
100
- namespace,
100
+ namespace: namespace || "",
101
101
  name,
102
102
  experimentalDynamicComponent: {
103
103
  strictSpecifier: false
@@ -73,7 +73,7 @@ export class LwcCompiler {
73
73
  };
74
74
  }
75
75
  const transformConfig = {
76
- namespace,
76
+ namespace: namespace || '',
77
77
  name,
78
78
  experimentalDynamicComponent: {
79
79
  strictSpecifier: false,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.17.2-alpha.1",
7
+ "version": "0.17.2-alpha.10",
8
8
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
9
9
  "repository": {
10
10
  "type": "git",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/preset-typescript": "^7.24.7",
37
- "@lwrjs/diagnostics": "0.17.2-alpha.1",
38
- "@lwrjs/fs-watch": "0.17.2-alpha.1",
39
- "@lwrjs/shared-utils": "0.17.2-alpha.1",
37
+ "@lwrjs/diagnostics": "0.17.2-alpha.10",
38
+ "@lwrjs/fs-watch": "0.17.2-alpha.10",
39
+ "@lwrjs/shared-utils": "0.17.2-alpha.10",
40
40
  "fs-extra": "^11.2.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@lwrjs/types": "0.17.2-alpha.1",
43
+ "@lwrjs/types": "0.17.2-alpha.10",
44
44
  "memfs": "^4.13.0",
45
45
  "typescript": "^4.9.5"
46
46
  },
@@ -54,5 +54,5 @@
54
54
  "volta": {
55
55
  "extends": "../../../package.json"
56
56
  },
57
- "gitHead": "bba15ca717a242b0375decaa378af06bdee813b5"
57
+ "gitHead": "3938f97f31973d7953bb61cff8388c71980c22c7"
58
58
  }