@webiny/app-audit-logs 6.0.0-rc.2 → 6.0.0-rc.3
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/SecurityPermission.js +1 -3
- package/SecurityPermission.js.map +1 -1
- package/package.json +11 -11
package/SecurityPermission.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","AdminConfig","ReactComponent","PermissionsIcon","Security","SecurityPermission","createElement","Permissions","name","title","description","icon","schema","prefix","fullAccess"],"sources":["SecurityPermission.tsx"],"sourcesContent":["import React from \"react\";\nimport { AdminConfig } from \"@webiny/app-admin\";\nimport { ReactComponent as PermissionsIcon } from \"@webiny/icons/manage_search.svg\";\n\nconst { Security } = AdminConfig;\n\nexport const SecurityPermission = () => {\n return (\n <AdminConfig>\n <Security.Permissions\n name=\"audit-logs\"\n title=\"Audit Logs\"\n description=\"Manage Audit Logs permissions.\"\n icon={<PermissionsIcon />}\n schema={{\n prefix: \"al\",\n fullAccess:
|
|
1
|
+
{"version":3,"names":["React","AdminConfig","ReactComponent","PermissionsIcon","Security","SecurityPermission","createElement","Permissions","name","title","description","icon","schema","prefix","fullAccess"],"sources":["SecurityPermission.tsx"],"sourcesContent":["import React from \"react\";\nimport { AdminConfig } from \"@webiny/app-admin\";\nimport { ReactComponent as PermissionsIcon } from \"@webiny/icons/manage_search.svg\";\n\nconst { Security } = AdminConfig;\n\nexport const SecurityPermission = () => {\n return (\n <AdminConfig>\n <Security.Permissions\n name=\"audit-logs\"\n title=\"Audit Logs\"\n description=\"Manage Audit Logs permissions.\"\n icon={<PermissionsIcon />}\n schema={{\n prefix: \"al\",\n fullAccess: true\n }}\n />\n </AdminConfig>\n );\n};\n"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,WAAW,QAAQ,mBAAmB;AAC/C,SAASC,cAAc,IAAIC,eAAe,QAAQ,iCAAiC;AAEnF,MAAM;EAAEC;AAAS,CAAC,GAAGH,WAAW;AAEhC,OAAO,MAAMI,kBAAkB,GAAGA,CAAA,KAAM;EACpC,oBACIL,KAAA,CAAAM,aAAA,CAACL,WAAW,qBACRD,KAAA,CAAAM,aAAA,CAACF,QAAQ,CAACG,WAAW;IACjBC,IAAI,EAAC,YAAY;IACjBC,KAAK,EAAC,YAAY;IAClBC,WAAW,EAAC,gCAAgC;IAC5CC,IAAI,eAAEX,KAAA,CAAAM,aAAA,CAACH,eAAe,MAAE,CAAE;IAC1BS,MAAM,EAAE;MACJC,MAAM,EAAE,IAAI;MACZC,UAAU,EAAE;IAChB;EAAE,CACL,CACQ,CAAC;AAEtB,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-audit-logs",
|
|
3
|
-
"version": "6.0.0-rc.
|
|
3
|
+
"version": "6.0.0-rc.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"@apollo/react-hooks": "3.1.5",
|
|
14
14
|
"@emotion/react": "11.10.8",
|
|
15
15
|
"@emotion/styled": "11.10.6",
|
|
16
|
-
"@webiny/app": "6.0.0-rc.
|
|
17
|
-
"@webiny/app-admin": "6.0.0-rc.
|
|
18
|
-
"@webiny/common-audit-logs": "6.0.0-rc.
|
|
19
|
-
"@webiny/form": "6.0.0-rc.
|
|
20
|
-
"@webiny/icons": "6.0.0-rc.
|
|
21
|
-
"@webiny/react-composition": "6.0.0-rc.
|
|
22
|
-
"@webiny/react-properties": "6.0.0-rc.
|
|
23
|
-
"@webiny/ui": "6.0.0-rc.
|
|
16
|
+
"@webiny/app": "6.0.0-rc.3",
|
|
17
|
+
"@webiny/app-admin": "6.0.0-rc.3",
|
|
18
|
+
"@webiny/common-audit-logs": "6.0.0-rc.3",
|
|
19
|
+
"@webiny/form": "6.0.0-rc.3",
|
|
20
|
+
"@webiny/icons": "6.0.0-rc.3",
|
|
21
|
+
"@webiny/react-composition": "6.0.0-rc.3",
|
|
22
|
+
"@webiny/react-properties": "6.0.0-rc.3",
|
|
23
|
+
"@webiny/ui": "6.0.0-rc.3",
|
|
24
24
|
"date-fns": "2.30.0",
|
|
25
25
|
"emotion": "10.0.27",
|
|
26
26
|
"graphql-tag": "2.12.6",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/react": "18.2.79",
|
|
35
|
-
"@webiny/build-tools": "6.0.0-rc.
|
|
35
|
+
"@webiny/build-tools": "6.0.0-rc.3",
|
|
36
36
|
"execa": "5.1.1",
|
|
37
37
|
"rimraf": "6.1.3",
|
|
38
38
|
"typescript": "5.9.3"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public",
|
|
42
42
|
"directory": "dist"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "228fe25e1a17f248d566bce1c33d11c291955513"
|
|
45
45
|
}
|