@lwrjs/config 0.10.0-alpha.7 → 0.10.0-alpha.8
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.
- package/build/cjs/defaults.cjs +2 -1
- package/build/es/defaults.js +1 -0
- package/package.json +5 -5
package/build/cjs/defaults.cjs
CHANGED
|
@@ -101,7 +101,8 @@ var DEFAULT_ESM_BUNDLE_EXCLUSIONS = [
|
|
|
101
101
|
"@lwc/synthetic-shadow",
|
|
102
102
|
"lwr/navigation",
|
|
103
103
|
"lwr/esmLoader",
|
|
104
|
-
"lwr/profiler"
|
|
104
|
+
"lwr/profiler",
|
|
105
|
+
"@salesforce/lds-default-luvio"
|
|
105
106
|
];
|
|
106
107
|
var DEFAULT_AMD_BUNDLE_EXCLUSIONS = ["lwc", "lwr/navigation"];
|
|
107
108
|
var DEFAULT_ESM_BUNDLE_EXTERNALS = {};
|
package/build/es/defaults.js
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.10.0-alpha.
|
|
7
|
+
"version": "0.10.0-alpha.8",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"package.cjs"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@lwrjs/diagnostics": "0.10.0-alpha.
|
|
40
|
-
"@lwrjs/shared-utils": "0.10.0-alpha.
|
|
39
|
+
"@lwrjs/diagnostics": "0.10.0-alpha.8",
|
|
40
|
+
"@lwrjs/shared-utils": "0.10.0-alpha.8",
|
|
41
41
|
"fs-extra": "^11.1.0",
|
|
42
42
|
"jsonc-parser": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@lwrjs/types": "0.10.0-alpha.
|
|
45
|
+
"@lwrjs/types": "0.10.0-alpha.8"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"lwc": "2.x"
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=16.0.0 <20"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "46bd72343e1db7c72470033320921df3a7eff18a"
|
|
54
54
|
}
|