@turf/rhumb-destination 7.0.0-alpha.113 → 7.0.0-alpha.115

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.
@@ -56,4 +56,4 @@ export {
56
56
  turf_rhumb_destination_default as default,
57
57
  rhumbDestination
58
58
  };
59
- //# sourceMappingURL=index.mjs.map
59
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/rhumb-destination",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf rhumb-destination module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -32,19 +32,19 @@
32
32
  "miles",
33
33
  "km"
34
34
  ],
35
- "type": "commonjs",
35
+ "type": "module",
36
36
  "main": "dist/cjs/index.cjs",
37
- "module": "dist/esm/index.mjs",
38
- "types": "dist/cjs/index.d.ts",
37
+ "module": "dist/esm/index.js",
38
+ "types": "dist/esm/index.d.ts",
39
39
  "exports": {
40
40
  "./package.json": "./package.json",
41
41
  ".": {
42
42
  "import": {
43
- "types": "./dist/esm/index.d.mts",
44
- "default": "./dist/esm/index.mjs"
43
+ "types": "./dist/esm/index.d.ts",
44
+ "default": "./dist/esm/index.js"
45
45
  },
46
46
  "require": {
47
- "types": "./dist/cjs/index.d.ts",
47
+ "types": "./dist/cjs/index.d.cts",
48
48
  "default": "./dist/cjs/index.cjs"
49
49
  }
50
50
  }
@@ -61,7 +61,7 @@
61
61
  "test:tape": "tsx test.ts"
62
62
  },
63
63
  "devDependencies": {
64
- "@turf/truncate": "^7.0.0-alpha.113+876702a45",
64
+ "@turf/truncate": "^7.0.0-alpha.115+c76e6e96e",
65
65
  "@types/benchmark": "^2.1.5",
66
66
  "@types/tape": "^4.2.32",
67
67
  "benchmark": "^2.1.4",
@@ -74,9 +74,9 @@
74
74
  "write-json-file": "^5.0.0"
75
75
  },
76
76
  "dependencies": {
77
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
78
- "@turf/invariant": "^7.0.0-alpha.113+876702a45",
77
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
78
+ "@turf/invariant": "^7.0.0-alpha.115+c76e6e96e",
79
79
  "tslib": "^2.6.2"
80
80
  },
81
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
81
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
82
82
  }
File without changes
File without changes
File without changes