@nextgis/control-container
Advanced tools
Comparing version 0.30.0 to 0.30.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.30.1](https://github.com/nextgis/nextgisweb_frontend/compare/v0.30.0...v0.30.1) (2020-04-30) | ||
**Note:** Version bump only for package @nextgis/control-container | ||
# [0.30.0](https://github.com/nextgis/nextgisweb_frontend/compare/v0.29.11...v0.30.0) (2020-04-23) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nextgis/control-container", | ||
"version": "0.30.0", | ||
"version": "0.30.1", | ||
"description": "Placing control elements in the corners of the map container", | ||
@@ -9,9 +9,9 @@ "main": "lib/control-container.js", | ||
"dependencies": { | ||
"@nextgis/dom": "^0.30.0", | ||
"@nextgis/utils": "^0.30.0", | ||
"@nextgis/webmap": "^0.30.0", | ||
"@nextgis/dom": "^0.30.1", | ||
"@nextgis/utils": "^0.30.1", | ||
"@nextgis/webmap": "^0.30.1", | ||
"events": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@nextgis/build-tools": "^0.30.0", | ||
"@nextgis/build-tools": "^0.30.1", | ||
"install": "^0.13.0", | ||
@@ -26,2 +26,3 @@ "mini-css-extract-plugin": "^0.9.0", | ||
"prod": "npm run build", | ||
"lint": "eslint ./src/**/*.ts --fix --c ../../.eslintrc", | ||
"watch": "npm run dev -- --watch" | ||
@@ -51,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "23f3d1f8a04955326dc7cc1cfe015a76ca09911a" | ||
"gitHead": "efe08b023b156fcef9951715247e28761e6061f4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94298
Updated@nextgis/dom@^0.30.1
Updated@nextgis/utils@^0.30.1
Updated@nextgis/webmap@^0.30.1