@lwrjs/client-modules 0.11.0-alpha.10 → 0.11.0-alpha.12
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const env = process && process.env;
|
|
2
2
|
export const isServer = env && (env.SSR === 'true' || env.SSR === true);
|
|
3
|
-
// The baseBath
|
|
3
|
+
// The baseBath from the config or set from the request (e.g. /shop)
|
|
4
4
|
export const basePath = env && env.basePath;
|
|
5
5
|
// The locale set from the request or the defaultLocale from the config (e.g. en-US)
|
|
6
6
|
export const locale = env && env.locale;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.11.0-alpha.
|
|
7
|
+
"version": "0.11.0-alpha.12",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@locker/sandbox": "0.20.4",
|
|
37
|
-
"@lwrjs/shared-utils": "0.11.0-alpha.
|
|
37
|
+
"@lwrjs/shared-utils": "0.11.0-alpha.12"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@lwrjs/types": "0.11.0-alpha.
|
|
40
|
+
"@lwrjs/types": "0.11.0-alpha.12",
|
|
41
41
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
42
42
|
"@rollup/plugin-sucrase": "^5.0.2",
|
|
43
43
|
"@rollup/plugin-terser": "^0.4.4",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"volta": {
|
|
70
70
|
"extends": "../../../package.json"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "e19ffe5a48dc2b2b6d74d8acfa9658bedb5dd1ff"
|
|
73
73
|
}
|