Comparing version 3.3.1 to 3.3.2
@@ -0,1 +1,8 @@ | ||
### [3.3.2](https://github.com/manuelbieh/geolib/compare/v3.3.1...v3.3.2) (2021-10-11) | ||
### 🔧 Fixes | ||
* make native ESM importing from Node.js work ([7a850b7](https://github.com/manuelbieh/geolib/commit/7a850b784df3c342a10289e2c8da564d1297fbf1)) | ||
### [3.3.1](https://github.com/manuelbieh/geolib/compare/v3.3.0...v3.3.1) (2020-05-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "geolib", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "", | ||
@@ -8,2 +8,11 @@ "main": "lib/index.js", | ||
"typings": "es/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./lib/index.js", | ||
"default": "./es/index.js" | ||
}, | ||
"./es/*": "./es/*.js", | ||
"./lib/*": "./lib/*.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
@@ -10,0 +19,0 @@ "lib", |
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
102789