terra-draw
Advanced tools
Comparing version 0.0.1-alpha.9 to 0.0.1-alpha.11
{ | ||
"name": "terra-draw", | ||
"version": "0.0.1-alpha.9", | ||
"version": "0.0.1-alpha.11", | ||
"description": "Frictionless map drawing across mapping provider", | ||
"scripts": { | ||
"docs": "typedoc --out docs src/terra-draw.ts --exclude 'src/geometry/**/*.ts' --exclude 'src/test/**/*.ts' --exclude 'src/util/**/*.ts'", | ||
"docs:serve": "serve ./docs", | ||
"release": "standard-version", | ||
"build": "microbundle", | ||
@@ -52,6 +55,9 @@ "watch": "microbundle --watch --format modern", | ||
"mapbox-gl": "^2.9.1", | ||
"maplibre-gl": "^2.4.0", | ||
"microbundle": "^0.15.0", | ||
"serve": "^13.0.4", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^28.0.5", | ||
"ts-loader": "^9.3.1", | ||
"typedoc": "^0.23.21", | ||
"typescript": "^4.7.4" | ||
@@ -88,3 +94,51 @@ }, | ||
"semi": true | ||
}, | ||
"standard-version": { | ||
"types": [ | ||
{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "Documentation" | ||
}, | ||
{ | ||
"type": "style", | ||
"section": "Styling" | ||
}, | ||
{ | ||
"type": "refactor", | ||
"section": "Refactors" | ||
}, | ||
{ | ||
"type": "perf", | ||
"section": "Performance" | ||
}, | ||
{ | ||
"type": "test", | ||
"section": "Tests" | ||
}, | ||
{ | ||
"type": "build", | ||
"section": "Build System" | ||
}, | ||
{ | ||
"type": "ci", | ||
"section": "CI" | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "Chore" | ||
}, | ||
{ | ||
"type": "revert", | ||
"section": "Reverts" | ||
} | ||
] | ||
} | ||
} | ||
} |
1612685
84
27