@lwrjs/diagnostics 0.15.0-alpha.21 → 0.15.0-alpha.22
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.
|
@@ -146,9 +146,5 @@ var configParser = (0, import_core_diagnostics.createDiagnosticsCategory)({
|
|
|
146
146
|
SSR_WITHOUT_PRELOAD: (configProperty) => ({
|
|
147
147
|
category: "lwrConfig/invalidSchema",
|
|
148
148
|
message: `A route cannot have preloadData disabled when ssr is enabled:": ${configProperty}`
|
|
149
|
-
}),
|
|
150
|
-
INCOMPLETE_CORE_PROXY: () => ({
|
|
151
|
-
category: "lwrConfig/invalidSchema",
|
|
152
|
-
message: `The coreProxy must have either a "servername" or a "sitePath"`
|
|
153
149
|
})
|
|
154
150
|
});
|
|
@@ -125,9 +125,5 @@ export declare const configParser: import("../types.js").OutputMessagesCategory<
|
|
|
125
125
|
category: "lwrConfig/invalidSchema";
|
|
126
126
|
message: string;
|
|
127
127
|
};
|
|
128
|
-
INCOMPLETE_CORE_PROXY: () => {
|
|
129
|
-
category: "lwrConfig/invalidSchema";
|
|
130
|
-
message: string;
|
|
131
|
-
};
|
|
132
128
|
}>;
|
|
133
129
|
//# sourceMappingURL=configParser.d.ts.map
|
|
@@ -119,9 +119,5 @@ export const configParser = createDiagnosticsCategory({
|
|
|
119
119
|
category: 'lwrConfig/invalidSchema',
|
|
120
120
|
message: `A route cannot have preloadData disabled when ssr is enabled:": ${configProperty}`,
|
|
121
121
|
}),
|
|
122
|
-
INCOMPLETE_CORE_PROXY: () => ({
|
|
123
|
-
category: 'lwrConfig/invalidSchema',
|
|
124
|
-
message: `The coreProxy must have either a "servername" or a "sitePath"`,
|
|
125
|
-
}),
|
|
126
122
|
});
|
|
127
123
|
//# sourceMappingURL=configParser.js.map
|
|
@@ -125,10 +125,6 @@ export declare const descriptions: {
|
|
|
125
125
|
category: "lwrConfig/invalidSchema";
|
|
126
126
|
message: string;
|
|
127
127
|
};
|
|
128
|
-
INCOMPLETE_CORE_PROXY: () => {
|
|
129
|
-
category: "lwrConfig/invalidSchema";
|
|
130
|
-
message: string;
|
|
131
|
-
};
|
|
132
128
|
}>;
|
|
133
129
|
UNRESOLVABLE: import("../types.js").OutputMessagesCategory<{
|
|
134
130
|
ASSET: (assetPath: string) => {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.15.0-alpha.
|
|
7
|
+
"version": "0.15.0-alpha.22",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"test": "jest"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@lwrjs/types": "0.15.0-alpha.
|
|
38
|
+
"@lwrjs/types": "0.15.0-alpha.22",
|
|
39
39
|
"jest": "^26.6.3",
|
|
40
40
|
"ts-jest": "^26.5.6",
|
|
41
41
|
"typescript": "^4.9.5"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"volta": {
|
|
47
47
|
"extends": "../../../package.json"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "0c89221b041a09f05fe6463ad385941f0351dbbe"
|
|
50
50
|
}
|