@opengeoweb/authentication 12.12.0 → 12.13.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/index.esm.js +1 -1
- package/package.json +4 -4
package/index.esm.js
CHANGED
|
@@ -1262,7 +1262,7 @@ var ApiProvider = function ApiProvider(_ref) {
|
|
|
1262
1262
|
name = _ref.name,
|
|
1263
1263
|
apiModuleProps = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
1264
1264
|
var handleNewApi = React.useCallback(function () {
|
|
1265
|
-
var newApi = createApi(apiModuleProps);
|
|
1265
|
+
var newApi = createApi == null ? void 0 : createApi(apiModuleProps);
|
|
1266
1266
|
if (name) {
|
|
1267
1267
|
registerApi(name, newApi);
|
|
1268
1268
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeoweb/authentication",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.13.0",
|
|
4
4
|
"description": "GeoWeb authentication library for the opengeoweb project",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"axios": "^1.7.7",
|
|
12
12
|
"react-router-dom": "^6.23.1",
|
|
13
|
-
"@opengeoweb/shared": "12.
|
|
14
|
-
"@opengeoweb/theme": "12.
|
|
13
|
+
"@opengeoweb/shared": "12.13.0",
|
|
14
|
+
"@opengeoweb/theme": "12.13.0",
|
|
15
15
|
"i18next": "^25.0.1",
|
|
16
16
|
"react-i18next": "^15.1.1",
|
|
17
|
-
"@opengeoweb/snackbar": "12.
|
|
17
|
+
"@opengeoweb/snackbar": "12.13.0",
|
|
18
18
|
"react-redux": "^9.2.0",
|
|
19
19
|
"@reduxjs/toolkit": "^2.6.1",
|
|
20
20
|
"@mui/material": "^7.0.1"
|