@opengeoweb/authentication 9.18.0 → 9.19.1
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 +2 -2
- package/package.json +2 -2
package/index.esm.js
CHANGED
|
@@ -355,10 +355,10 @@ var SHARED = '__core-js_shared__';
|
|
|
355
355
|
var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
356
356
|
|
|
357
357
|
(store$3.versions || (store$3.versions = [])).push({
|
|
358
|
-
version: '3.
|
|
358
|
+
version: '3.37.1',
|
|
359
359
|
mode: 'global',
|
|
360
360
|
copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
|
|
361
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
361
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
|
|
362
362
|
source: 'https://github.com/zloirock/core-js'
|
|
363
363
|
});
|
|
364
364
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeoweb/authentication",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.19.1",
|
|
4
4
|
"description": "GeoWeb authentication library for the opengeoweb project",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@opengeoweb/theme": "*",
|
|
16
16
|
"i18next": "^23.7.11",
|
|
17
17
|
"react-i18next": "^13.5.0",
|
|
18
|
-
"@opengeoweb/snackbar": "9.
|
|
18
|
+
"@opengeoweb/snackbar": "9.19.1",
|
|
19
19
|
"react-redux": "^8.1.3",
|
|
20
20
|
"@reduxjs/toolkit": "^1.9.7",
|
|
21
21
|
"@mui/material": "~5.15.11"
|