@nextgis/paint
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.3](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2020-08-08) | ||
**Note:** Version bump only for package @nextgis/paint | ||
# [1.0.0-alpha.2](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-07-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@nextgis/paint", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Create style for vector layer", | ||
@@ -11,7 +11,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@nextgis/properties-filter": "^1.0.0-alpha.2", | ||
"@nextgis/properties-filter": "^1.0.0-alpha.3", | ||
"geojson": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@nextgis/build-tools": "^1.0.0-alpha.2" | ||
"@nextgis/build-tools": "^1.0.0-alpha.3" | ||
}, | ||
@@ -52,3 +52,3 @@ "buildOptions": { | ||
}, | ||
"gitHead": "57a3979c85a7a8534d263c4b4e37dc1b3bbec363" | ||
"gitHead": "0487bdb006ba4dbb33ba4872db069401834af362" | ||
} |
@@ -16,3 +16,3 @@ # Paint | ||
```js | ||
```javascript | ||
import { isPaint } from '@nextgis/paint'; | ||
@@ -19,0 +19,0 @@ ``` |
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
95901