piral-oauth2 0.15.3-beta.4970 → 0.15.3-beta.4975

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 +3 -3
package/README.md CHANGED
@@ -39,7 +39,7 @@ export async function setup(piral: PiletApi) {
39
39
  }
40
40
  ```
41
41
 
42
- Note that this value may change if the Piral instance supports an "on the fly" login (i.e., a login without redirect / reloading of the page).
42
+ Note that this value may change if the Piral instance supports an "on the fly" login (i.e., a login without redirect/reloading of the page).
43
43
 
44
44
  :::
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-oauth2",
3
- "version": "0.15.3-beta.4970",
3
+ "version": "0.15.3-beta.4975",
4
4
  "description": "Plugin to integrate OAuth 2.0 authentication in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -66,10 +66,10 @@
66
66
  "client-oauth2": "^4.2.5"
67
67
  },
68
68
  "devDependencies": {
69
- "piral-core": "0.15.3-beta.4970"
69
+ "piral-core": "0.15.3-beta.4975"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "piral-core": "0.14.x || 0.15.x"
73
73
  },
74
- "gitHead": "f82139bec739a47bf7e7194c5e075e14e6064a8d"
74
+ "gitHead": "5cf09cee48aa723ebe3fa9e48a98ff118f3cb6dc"
75
75
  }