@archbase/core 4.0.46 → 4.1.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.
|
@@ -8,4 +8,9 @@ export declare const ARCHBASE_IOC_API_TYPE: {
|
|
|
8
8
|
Resource: symbol;
|
|
9
9
|
ApiToken: symbol;
|
|
10
10
|
AccessToken: symbol;
|
|
11
|
+
/**
|
|
12
|
+
* Leitura do diagnóstico de acesso — panorama, efetivo do usuário e simulação.
|
|
13
|
+
* Serviço somente leitura; não é o CRUD de nenhuma entidade.
|
|
14
|
+
*/
|
|
15
|
+
SecurityDiagnostics: symbol;
|
|
11
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@archbase/core",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Core utilities and foundation for Archbase React v3",
|
|
5
5
|
"author": "Edson Martins <edsonmartins2005@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"README.md"
|
|
31
31
|
],
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@mantine/core": "9.
|
|
34
|
-
"@mantine/dates": "9.
|
|
35
|
-
"@mantine/hooks": "9.
|
|
36
|
-
"@mantine/modals": "9.
|
|
37
|
-
"@mantine/notifications": "9.
|
|
38
|
-
"@mantine/spotlight": "9.
|
|
33
|
+
"@mantine/core": "9.5.0",
|
|
34
|
+
"@mantine/dates": "9.5.0",
|
|
35
|
+
"@mantine/hooks": "9.5.0",
|
|
36
|
+
"@mantine/modals": "9.5.0",
|
|
37
|
+
"@mantine/notifications": "9.5.0",
|
|
38
|
+
"@mantine/spotlight": "9.5.0",
|
|
39
39
|
"react": "^18.3.0 || ^19.2.0",
|
|
40
40
|
"react-dom": "^18.3.0 || ^19.2.0"
|
|
41
41
|
},
|
|
Binary file
|