@truedat/audit 4.41.2 → 4.42.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.41.2",
3
+ "version": "4.42.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.41.2",
37
+ "@truedat/test": "4.42.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.41.2",
88
- "@truedat/core": "4.41.2",
87
+ "@truedat/auth": "4.42.0",
88
+ "@truedat/core": "4.42.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": "de1e8cd9c744c0dae85be4585fccc1c50fdf6a07"
108
+ "gitHead": "824b94750e130d145f856f6e16eac97e351f6be8"
109
109
  }
@@ -352,7 +352,6 @@ export const SubscriptionForm = ({
352
352
  name: _.path("text")(_.find({ key: value })(options)),
353
353
  });
354
354
  }}
355
- hideLabel
356
355
  />
357
356
  )}
358
357
  />
@@ -119,7 +119,7 @@ export const events = {
119
119
  { name: "job_status_failed", color: "red" },
120
120
  { name: "job_status_succeeded", color: "green" },
121
121
  { name: "job_status_warning", color: "orange" },
122
- { name: "job_status_info", color: "gray" },
122
+ { name: "job_status_info", color: "grey" },
123
123
  ],
124
124
  },
125
125
  ],