@nextgis/paint
Advanced tools
Comparing version 0.28.3 to 0.29.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.29.0](https://github.com/nextgis/nextgisweb_frontend/compare/v0.28.3...v0.29.0) (2020-03-22) | ||
### chore | ||
* build; eslint ([97e3b07](https://github.com/nextgis/nextgisweb_frontend/commit/97e3b07da07b57373e6861ab6e2d6f9b60a6ec2c)) | ||
### BREAKING CHANGES | ||
* code formatting rules changed to prettier 2.0 compatibility | ||
## [0.28.3](https://github.com/nextgis/nextgisweb_frontend/compare/v0.28.2...v0.28.3) (2020-03-19) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@nextgis/paint", | ||
"version": "0.28.3", | ||
"version": "0.29.0", | ||
"description": "Create style for vector layer", | ||
@@ -9,15 +9,7 @@ "main": "lib/paint.js", | ||
"dependencies": { | ||
"@nextgis/properties-filter": "^0.28.3", | ||
"@nextgis/properties-filter": "^0.29.0", | ||
"geojson": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@nextgis/eslint-config": "^0.28.0", | ||
"@types/node": "^13.7.7", | ||
"eslint-loader": "^3.0.3", | ||
"rimraf": "^3.0.2", | ||
"style-loader": "^1.1.3", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.41.6", | ||
"webpack-cli": "^3.3.11" | ||
"@nextgis/build-tools": "^0.29.0" | ||
}, | ||
@@ -53,3 +45,3 @@ "scripts": { | ||
}, | ||
"gitHead": "b72f6eb779baff8feb06e86b533f8d669c916025" | ||
"gitHead": "6f1416230bc088c8d0ad7e22887364889a8d2c44" | ||
} |
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
61868
1
+ Added@nextgis/properties-filter@0.29.11(transitive)
+ Added@nextgis/utils@0.29.11(transitive)
- Removed@nextgis/properties-filter@0.28.3(transitive)