@lwrjs/auth-middleware 0.9.0-alpha.9 → 0.9.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -23,7 +23,7 @@ const lwrApp = createServer(lwrConfig);
23
23
  platformWebServerAuthMiddleware(lwrApp.getServer()); // Pass in the generic LWR server interface
24
24
  ```
25
25
 
26
- > For more information on LWR middleware see [this recipe](https://github.com/salesforce/lwr-recipes/tree/master/packages/custom-middleware).
26
+ > For more information on LWR middleware see [this recipe](https://github.com/salesforce-experience-platform-emu/lwr-recipes/tree/master/packages/custom-middleware).
27
27
 
28
28
  Start the LWR server, and pass the [Connected App information](#variables) in using environment variables:
29
29
 
package/package.json CHANGED
@@ -4,15 +4,15 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.9.0-alpha.9",
7
+ "version": "0.9.0",
8
8
  "homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/salesforce/lwr.git",
11
+ "url": "https://github.com/salesforce-experience-platform-emu/lwr.git",
12
12
  "directory": "packages/@lwrjs/auth-middleware"
13
13
  },
14
14
  "bugs": {
15
- "url": "https://github.com/salesforce/lwr/issues"
15
+ "url": "https://github.com/salesforce-experience-platform-emu/lwr/issues"
16
16
  },
17
17
  "type": "module",
18
18
  "types": "build/es/index.d.ts",
@@ -30,15 +30,15 @@
30
30
  "build/**/*.d.ts"
31
31
  ],
32
32
  "dependencies": {
33
- "node-fetch": "^2.6.1"
33
+ "node-fetch": "^2.6.8"
34
34
  },
35
35
  "devDependencies": {
36
- "@lwrjs/server": "0.9.0-alpha.9",
37
- "@lwrjs/types": "0.9.0-alpha.9",
36
+ "@lwrjs/server": "0.9.0",
37
+ "@lwrjs/types": "0.9.0",
38
38
  "@types/node-fetch": "^2.5.12"
39
39
  },
40
40
  "engines": {
41
- "node": ">=14.15.4 <19"
41
+ "node": ">=16.0.0 <20"
42
42
  },
43
- "gitHead": "93522592d25375bb20da156f864d153ffcd3ec88"
43
+ "gitHead": "4e42b0dc5453f92b36b42aa8132c5bc281e616b7"
44
44
  }