jwtbutler 1.7.2 → 1.7.3

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 +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ jwtbutler is a helper library for setting up a single sign on with jwt in a mult
4
4
 
5
5
  ## features
6
6
 
7
- - works in all js applications
7
+ - works in all js-applications
8
8
  - renders a simple loginform if needed
9
9
  - requires no code changes on the auth server
10
10
  - has a fetch helper function for api calls that do all the heavy lifting (e.g. refreshing token, repeating calls) under the hood
package/package.json CHANGED
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "devDependencies": {},
86
86
  "name": "jwtbutler",
87
- "version": "1.7.2",
87
+ "version": "1.7.3",
88
88
  "description": "",
89
89
  "main": "_js/_build/script.js",
90
90
  "files": [