@turf/rhumb-distance 7.0.0-alpha.111 → 7.0.0-alpha.114

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.
@@ -39,4 +39,4 @@ export {
39
39
  turf_rhumb_distance_default as default,
40
40
  rhumbDistance
41
41
  };
42
- //# sourceMappingURL=index.mjs.map
42
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/rhumb-distance",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf rhumb-distance module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -30,19 +30,19 @@
30
30
  "miles",
31
31
  "km"
32
32
  ],
33
- "type": "commonjs",
33
+ "type": "module",
34
34
  "main": "dist/cjs/index.cjs",
35
- "module": "dist/esm/index.mjs",
36
- "types": "dist/cjs/index.d.ts",
35
+ "module": "dist/esm/index.js",
36
+ "types": "dist/esm/index.d.ts",
37
37
  "exports": {
38
38
  "./package.json": "./package.json",
39
39
  ".": {
40
40
  "import": {
41
- "types": "./dist/esm/index.d.mts",
42
- "default": "./dist/esm/index.mjs"
41
+ "types": "./dist/esm/index.d.ts",
42
+ "default": "./dist/esm/index.js"
43
43
  },
44
44
  "require": {
45
- "types": "./dist/cjs/index.d.ts",
45
+ "types": "./dist/cjs/index.d.cts",
46
46
  "default": "./dist/cjs/index.cjs"
47
47
  }
48
48
  }
@@ -59,7 +59,7 @@
59
59
  "test:tape": "tsx test.ts"
60
60
  },
61
61
  "devDependencies": {
62
- "@turf/distance": "^7.0.0-alpha.111+08576cb50",
62
+ "@turf/distance": "^7.0.0-alpha.114+e0bdd0add",
63
63
  "@types/benchmark": "^2.1.5",
64
64
  "@types/tape": "^4.2.32",
65
65
  "benchmark": "^2.1.4",
@@ -72,9 +72,9 @@
72
72
  "write-json-file": "^5.0.0"
73
73
  },
74
74
  "dependencies": {
75
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
76
- "@turf/invariant": "^7.0.0-alpha.111+08576cb50",
75
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
76
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
77
77
  "tslib": "^2.6.2"
78
78
  },
79
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
79
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
80
80
  }
File without changes
File without changes
File without changes