@lwrjs/auth-middleware 0.12.0-alpha.4 → 0.12.0-alpha.6
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ platformWebServerAuthMiddleware(lwrApp.getServer()); // Pass in the generic LWR
|
|
|
27
27
|
|
|
28
28
|
Start the LWR server, and pass the [Connected App information](#variables) in using environment variables:
|
|
29
29
|
|
|
30
|
-
```
|
|
30
|
+
```bash
|
|
31
31
|
CLIENT_KEY=abc.123 CLIENT_SECRET=****** yarn start
|
|
32
32
|
```
|
|
33
33
|
|
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.6",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"build/**/*.d.ts"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@lwrjs/diagnostics": "0.12.0-alpha.
|
|
33
|
+
"@lwrjs/diagnostics": "0.12.0-alpha.6",
|
|
34
34
|
"node-fetch": "^2.6.8"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@lwrjs/server": "0.12.0-alpha.
|
|
38
|
-
"@lwrjs/types": "0.12.0-alpha.
|
|
37
|
+
"@lwrjs/server": "0.12.0-alpha.6",
|
|
38
|
+
"@lwrjs/types": "0.12.0-alpha.6",
|
|
39
39
|
"@types/node-fetch": "^2.5.12"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=18.0.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "d9428f6168feea04d3de54129a5861eb4590b26c"
|
|
45
45
|
}
|