@truedat/audit 4.50.2 → 4.51.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/CHANGELOG.md +1 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## [4.49.8] 2022-08-11
4
4
 
5
- ## Added
5
+ ### Added
6
6
 
7
7
  - [TD-5035] Get external notification body from envent payload
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/audit",
3
- "version": "4.50.2",
3
+ "version": "4.51.0",
4
4
  "description": "Truedat Web Audit Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -85,8 +85,8 @@
85
85
  ]
86
86
  },
87
87
  "dependencies": {
88
- "@truedat/auth": "4.50.2",
89
- "@truedat/core": "4.50.2",
88
+ "@truedat/auth": "4.51.0",
89
+ "@truedat/core": "4.51.0",
90
90
  "path-to-regexp": "^1.7.0",
91
91
  "prop-types": "^15.8.1",
92
92
  "react-color": "^2.17.3",
@@ -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": "5785ca8828b3c25947e8d2587c909f729fbee317"
109
+ "gitHead": "a3d9290433e773d9c605d9a0d9fa51908c5becad"
110
110
  }