@lwrjs/static 0.12.0-alpha.10 → 0.12.0-alpha.11
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.
|
@@ -55,7 +55,7 @@ var StaticBundleProvider = class {
|
|
|
55
55
|
const metadata = await (0, import_static_utils.getLocalizedBundle)(specifier, siteBundles, localeId, this.i18n);
|
|
56
56
|
if (!metadata) {
|
|
57
57
|
if (!specifier.startsWith(LWR_SSR_BUNDLE_PREFIX)) {
|
|
58
|
-
import_diagnostics.logger.
|
|
58
|
+
import_diagnostics.logger.debug({
|
|
59
59
|
label: `${this.name}`,
|
|
60
60
|
message: `did not find requested specifier ${specifier}`
|
|
61
61
|
});
|
|
@@ -25,7 +25,7 @@ export default class StaticBundleProvider {
|
|
|
25
25
|
if (!metadata) {
|
|
26
26
|
// ignore ssr module requests
|
|
27
27
|
if (!specifier.startsWith(LWR_SSR_BUNDLE_PREFIX)) {
|
|
28
|
-
logger.
|
|
28
|
+
logger.debug({
|
|
29
29
|
label: `${this.name}`,
|
|
30
30
|
message: `did not find requested specifier ${specifier}`,
|
|
31
31
|
});
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.12.0-alpha.
|
|
7
|
+
"version": "0.12.0-alpha.11",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"build/**/*.d.ts"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@lwrjs/diagnostics": "0.12.0-alpha.
|
|
52
|
-
"@lwrjs/shared-utils": "0.12.0-alpha.
|
|
51
|
+
"@lwrjs/diagnostics": "0.12.0-alpha.11",
|
|
52
|
+
"@lwrjs/shared-utils": "0.12.0-alpha.11"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@lwrjs/types": "0.12.0-alpha.
|
|
55
|
+
"@lwrjs/types": "0.12.0-alpha.11",
|
|
56
56
|
"@types/express": "^4.17.21",
|
|
57
57
|
"jest": "^26.6.3",
|
|
58
58
|
"jest-express": "^1.12.0",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"volta": {
|
|
66
66
|
"extends": "../../../package.json"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "781951a5ef92ce735cbffce7c7a2a32c60bd3c16"
|
|
69
69
|
}
|