@gisatcz/deckgl-geolib 1.2.1-dev.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # v1.2.0 (Mon Jun 19 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+
6
+ #### Authors: 2
7
+
8
+ - Mariana Kecova (mariana.kecova@gisat.cz)
9
+ - Vojtěch Dubrovský ([@vdubr](https://github.com/vdubr))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gisatcz/deckgl-geolib",
3
- "version": "1.2.1-dev.0",
3
+ "version": "1.3.0",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
package/tsconfig.json CHANGED
@@ -1,3 +1,6 @@
1
1
  {
2
2
  "extends": "../tsconfig.json",
3
+ "compilerOptions": {
4
+ "moduleResolution": "nodenext",
5
+ }
3
6
  }