@turf/great-circle 6.4.0 → 6.5.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.
Files changed (2) hide show
  1. package/dist/js/index.js +1 -0
  2. package/package.json +6 -5
package/dist/js/index.js CHANGED
@@ -333,3 +333,4 @@ function greatCircle(start, end, options) {
333
333
  }
334
334
 
335
335
  module.exports = greatCircle;
336
+ module.exports.default = greatCircle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/great-circle",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "turf great-circle module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -17,6 +17,7 @@
17
17
  "type": "git",
18
18
  "url": "git://github.com/Turfjs/turf.git"
19
19
  },
20
+ "funding": "https://opencollective.com/turf",
20
21
  "publishConfig": {
21
22
  "access": "public"
22
23
  },
@@ -51,7 +52,7 @@
51
52
  "test:types": "tsc --esModuleInterop --noEmit types.ts"
52
53
  },
53
54
  "devDependencies": {
54
- "@turf/truncate": "^6.4.0",
55
+ "@turf/truncate": "^6.5.0",
55
56
  "benchmark": "*",
56
57
  "load-json-file": "*",
57
58
  "npm-run-all": "*",
@@ -60,8 +61,8 @@
60
61
  "write-json-file": "*"
61
62
  },
62
63
  "dependencies": {
63
- "@turf/helpers": "^6.4.0",
64
- "@turf/invariant": "^6.4.0"
64
+ "@turf/helpers": "^6.5.0",
65
+ "@turf/invariant": "^6.5.0"
65
66
  },
66
- "gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac"
67
+ "gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
67
68
  }