@opengeoweb/webmap 5.2.0 → 6.0.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.js +1 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -26886,6 +26886,7 @@ var WMJSMap = /*#__PURE__*/function () {
|
|
|
26886
26886
|
var _this = this;
|
|
26887
26887
|
_classCallCheck(this, WMJSMap);
|
|
26888
26888
|
this.internalMapId = '';
|
|
26889
|
+
// eslint-disable-next-line class-methods-use-this
|
|
26889
26890
|
this.onContextMenu = function () {
|
|
26890
26891
|
return false;
|
|
26891
26892
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeoweb/webmap",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "GeoWeb webmap library for the opengeoweb project",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"types": "./src/index.d.ts",
|
|
14
14
|
"dependencies": {},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@opengeoweb/shared": "
|
|
16
|
+
"@opengeoweb/shared": "6.0.0",
|
|
17
17
|
"date-fns": "2.29.3",
|
|
18
18
|
"lodash": "4.17.21",
|
|
19
19
|
"moment": "2.29.4",
|