@truedat/auth 4.43.1 → 4.43.2

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/CHANGELOG.md +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -38,18 +38,18 @@
38
38
 
39
39
  ## [4.27.0] 2021-08-25
40
40
 
41
- ## Fixed
41
+ ### Fixed
42
42
 
43
43
  - [TD-4032] If the `landingUrl` reducer is defined, it's value will be used for
44
44
  the default landing page instead of `/search`
45
45
 
46
- ## Added
46
+ ### Added
47
47
 
48
48
  - [TD-3982] Message for `create_grant_request` permission
49
49
 
50
50
  ## [4.25.4] 2021-07-23
51
51
 
52
- ## Fixed
52
+ ### Fixed
53
53
 
54
54
  - [TD-3980] Role creation form
55
55
 
@@ -311,7 +311,7 @@ New major version for Truedat 4.0, no changes
311
311
 
312
312
  - [TD-2060] Consistent placement of primary and secondary buttons
313
313
 
314
- ## [3.5.14]
314
+ ## [3.5.14] 2019-09-02
315
315
 
316
316
  ### Fixed
317
317
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/auth",
3
- "version": "4.43.1",
3
+ "version": "4.43.2",
4
4
  "description": "Truedat Web Auth",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.14.1",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.43.1",
37
+ "@truedat/test": "4.43.2",
38
38
  "babel-jest": "^27.0.6",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -84,7 +84,7 @@
84
84
  ]
85
85
  },
86
86
  "dependencies": {
87
- "@truedat/core": "4.43.1",
87
+ "@truedat/core": "4.43.2",
88
88
  "auth0-js": "^9.12.2",
89
89
  "immutable": "^4.0.0-rc.12",
90
90
  "jwt-decode": "^2.2.0",
@@ -106,5 +106,5 @@
106
106
  "react-dom": ">= 16.8.6 < 17",
107
107
  "semantic-ui-react": ">= 0.88.2 < 2.1"
108
108
  },
109
- "gitHead": "7ea6f37972e3a70706913ada33751b955313801f"
109
+ "gitHead": "26f59c4d36ab1ecfae705bbce4320ff443cce304"
110
110
  }