@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.
@@ -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 = {};
@@ -64,6 +64,7 @@ const DEFAULT_ESM_BUNDLE_EXCLUSIONS = [
64
64
  'lwr/navigation',
65
65
  'lwr/esmLoader',
66
66
  'lwr/profiler',
67
+ '@salesforce/lds-default-luvio',
67
68
  ];
68
69
  const DEFAULT_AMD_BUNDLE_EXCLUSIONS = ['lwc', 'lwr/navigation'];
69
70
  const DEFAULT_ESM_BUNDLE_EXTERNALS = {};
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.10.0-alpha.7",
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.7",
40
- "@lwrjs/shared-utils": "0.10.0-alpha.7",
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.7"
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": "433dfb2be122a18ff6eddd39e05279f734de0e37"
53
+ "gitHead": "46bd72343e1db7c72470033320921df3a7eff18a"
54
54
  }