@2gis/deck2gis-layer
Advanced tools
{ | ||
"name": "@2gis/deck2gis-layer", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "", | ||
@@ -18,3 +18,6 @@ "main": "dist/deck2gislayer.js", | ||
"prettier:write": "prettier --write \"./**/*.{ts,tsx,js,json,html,css,md}\"", | ||
"lint": "tslint -p tsconfig.json 'src/**/*.ts' 'demo/**/*.ts'" | ||
"lint": "tslint -p tsconfig.json 'src/**/*.ts' 'demo/**/*.ts'", | ||
"test:screenshots": "webpack --test && TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors", | ||
"test:screenshots:watch": "webpack --test && TEST_SUITE=screenshots jest --forceExit --watchAll --projects test/screenshots --colors", | ||
"test:screenshots:no-headless": "webpack --test && NO_HEADLESS=true TEST_SUITE=screenshots jest --forceExit --projects test/screenshots --colors" | ||
}, | ||
@@ -30,4 +33,15 @@ "license": "BSD-2-Clause", | ||
"@documentalist/compiler": "^5.0.0", | ||
"@types/jest": "^27.4.0", | ||
"@types/jest-image-snapshot": "^4.3.1", | ||
"@types/puppeteer": "^5.4.4", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"copy-webpack-plugin": "^5.1.2", | ||
"fork-ts-checker-webpack-plugin": "^4.1.4", | ||
"prettier": "^2.8.7", | ||
"http-server": "^14.1.1", | ||
"jest": "^27.5.1", | ||
"jest-dev-server": "^6.0.3", | ||
"jest-image-snapshot": "^4.5.1", | ||
"prettier": "^2.8.8", | ||
"puppeteer": "^13.3.2", | ||
"ts-jest": "^27.1.3", | ||
"ts-loader": "8.4.0", | ||
@@ -34,0 +48,0 @@ "typescript": "^4.8.4", |
@@ -12,2 +12,6 @@ # deck2gisLayer | ||
> **Important** | ||
> | ||
> The current version of the `Deck2gisLayer` plugin is only compatible with the `deck.gl@^8` | ||
### Use # deck2gisLayer | ||
@@ -50,3 +54,3 @@ | ||
- Add or fix some code. | ||
- **Run testing suite with `npm run docker:test` and make sure nothing is broken** | ||
- **Run testing suite with `npm run test:screenshots` and make sure nothing is broken** | ||
- Add some tests for your new code or fix broken tests. | ||
@@ -63,10 +67,5 @@ - Commit & push. | ||
```shell | ||
npm run docker:test | ||
npm run test:screenshots | ||
``` | ||
### Update screenshots | ||
```shell | ||
npm run docker:screenshot:update | ||
``` | ||
## Release | ||
@@ -73,0 +72,0 @@ |
Sorry, the diff of this file is too big to display
721952
-14.71%23
91.67%84
-1.18%