@davra/ui-core 1.0.1 → 1.0.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.
@@ -1094,7 +1094,9 @@ const Bt = {
1094
1094
  { Action: "digitalSignatures.CREATE_DIGITAL_SIGNATURE" },
1095
1095
  { Action: "dashboards.ACCESS" },
1096
1096
  { Action: "dashboards.CREATE_DASHBOARD" },
1097
- { Action: "integrations.ACCESS" }
1097
+ { Action: "integrations.ACCESS" },
1098
+ { Action: "trustedcertificates.ACCESS" },
1099
+ { Action: "trustedcertificates.CREATE" }
1098
1100
  ], yt = async (e = []) => {
1099
1101
  try {
1100
1102
  const { data: t } = await f().post(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@davra/ui-core",
3
3
  "types": "./dist/types/index.d.ts",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && vue-tsc && vite build",
7
7
  "build:watch": "rimraf dist && vue-tsc && vite build --watch",
@@ -51,4 +51,4 @@
51
51
  },
52
52
  "./dist/style.css": "./dist/style.css"
53
53
  }
54
- }
54
+ }