@opengeoweb/layer-select 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
@@ -349,10 +349,10 @@ var SHARED = '__core-js_shared__';
349
349
  var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
350
350
 
351
351
  (store$3.versions || (store$3.versions = [])).push({
352
- version: '3.36.1',
352
+ version: '3.37.1',
353
353
  mode: 'global',
354
354
  copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
355
- license: 'https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE',
355
+ license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
356
356
  source: 'https://github.com/zloirock/core-js'
357
357
  });
358
358
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/layer-select",
3
- "version": "9.17.0",
3
+ "version": "9.19.0",
4
4
  "description": "GeoWeb layer select library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {