@truedat/audit 4.43.6 → 4.44.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/audit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.44.0",
|
|
4
4
|
"description": "Truedat Web Audit Module",
|
|
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.
|
|
37
|
+
"@truedat/test": "4.44.0",
|
|
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,8 +84,8 @@
|
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@truedat/auth": "4.
|
|
88
|
-
"@truedat/core": "4.
|
|
87
|
+
"@truedat/auth": "4.44.0",
|
|
88
|
+
"@truedat/core": "4.44.0",
|
|
89
89
|
"axios": "^0.19.2",
|
|
90
90
|
"path-to-regexp": "^1.7.0",
|
|
91
91
|
"prop-types": "^15.7.2",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"react-dom": ">= 16.8.6 < 17",
|
|
106
106
|
"semantic-ui-react": ">= 0.88.2 < 2.1"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "55fd4a8be70ca0d1bd4f3cb7b5eaf073b0350029"
|
|
109
109
|
}
|
|
@@ -120,7 +120,6 @@ export const SubscriptionForm = ({
|
|
|
120
120
|
control,
|
|
121
121
|
name: ["subscriber.type", "scope.resource_type", "scope.events"],
|
|
122
122
|
});
|
|
123
|
-
const fields = useWatch({ control });
|
|
124
123
|
|
|
125
124
|
const isEditForm = !!subscription?.id;
|
|
126
125
|
const isEmptyEvents = _.isEmpty(events);
|