@nextgis/paint
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.6](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-09-09) | ||
**Note:** Version bump only for package @nextgis/paint | ||
# [1.0.0-alpha.5](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2020-08-25) | ||
@@ -8,0 +16,0 @@ |
@@ -101,3 +101,6 @@ import { Feature } from 'geojson'; | ||
export declare type PropertiesPaint = [VectorAdapterLayerPaint | undefined, ...PropertyPaint[]]; | ||
export declare type PropertiesPaint = [ | ||
VectorAdapterLayerPaint | undefined, | ||
...PropertyPaint[] | ||
]; | ||
@@ -104,0 +107,0 @@ export declare type PropertyPaint = [PropertiesFilter, VectorAdapterLayerPaint]; |
{ | ||
"name": "@nextgis/paint", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "Create style for vector layer", | ||
@@ -11,7 +11,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@nextgis/properties-filter": "^1.0.0-alpha.5", | ||
"@nextgis/properties-filter": "^1.0.0-alpha.6", | ||
"geojson": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@nextgis/build-tools": "^1.0.0-alpha.5" | ||
"@nextgis/build-tools": "^1.0.0-alpha.6" | ||
}, | ||
@@ -52,3 +52,3 @@ "buildOptions": { | ||
}, | ||
"gitHead": "89001a74a4b352210e2c9538014c1030fb1c33ea" | ||
"gitHead": "09398fcf869301e8d6628120e54256f17805bdf6" | ||
} |
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
96445
1259