@opengeoweb/store 9.17.0 → 9.19.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.
Files changed (2) hide show
  1. package/index.esm.js +2 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -325,10 +325,10 @@ var SHARED = '__core-js_shared__';
325
325
  var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
326
326
 
327
327
  (store$3.versions || (store$3.versions = [])).push({
328
- version: '3.36.1',
328
+ version: '3.37.1',
329
329
  mode: 'global',
330
330
  copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
331
- license: 'https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE',
331
+ license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
332
332
  source: 'https://github.com/zloirock/core-js'
333
333
  });
334
334
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/store",
3
- "version": "9.17.0",
3
+ "version": "9.19.0",
4
4
  "description": "GeoWeb Store library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {