@turf/angle 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
  angle,
40
40
  turf_angle_default as default
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/angle",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf angle module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -23,19 +23,19 @@
23
23
  "turf",
24
24
  "angle"
25
25
  ],
26
- "type": "commonjs",
26
+ "type": "module",
27
27
  "main": "dist/cjs/index.cjs",
28
- "module": "dist/esm/index.mjs",
29
- "types": "dist/cjs/index.d.ts",
28
+ "module": "dist/esm/index.js",
29
+ "types": "dist/esm/index.d.ts",
30
30
  "exports": {
31
31
  "./package.json": "./package.json",
32
32
  ".": {
33
33
  "import": {
34
- "types": "./dist/esm/index.d.mts",
35
- "default": "./dist/esm/index.mjs"
34
+ "types": "./dist/esm/index.d.ts",
35
+ "default": "./dist/esm/index.js"
36
36
  },
37
37
  "require": {
38
- "types": "./dist/cjs/index.d.ts",
38
+ "types": "./dist/cjs/index.d.cts",
39
39
  "default": "./dist/cjs/index.cjs"
40
40
  }
41
41
  }
@@ -52,9 +52,9 @@
52
52
  "test:tape": "tsx test.ts"
53
53
  },
54
54
  "devDependencies": {
55
- "@turf/distance": "^7.0.0-alpha.111+08576cb50",
56
- "@turf/sector": "^7.0.0-alpha.111+08576cb50",
57
- "@turf/truncate": "^7.0.0-alpha.111+08576cb50",
55
+ "@turf/distance": "^7.0.0-alpha.114+e0bdd0add",
56
+ "@turf/sector": "^7.0.0-alpha.114+e0bdd0add",
57
+ "@turf/truncate": "^7.0.0-alpha.114+e0bdd0add",
58
58
  "@types/benchmark": "^2.1.5",
59
59
  "@types/tape": "^4.2.32",
60
60
  "benchmark": "^2.1.4",
@@ -68,11 +68,11 @@
68
68
  "write-json-file": "^5.0.0"
69
69
  },
70
70
  "dependencies": {
71
- "@turf/bearing": "^7.0.0-alpha.111+08576cb50",
72
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
73
- "@turf/invariant": "^7.0.0-alpha.111+08576cb50",
74
- "@turf/rhumb-bearing": "^7.0.0-alpha.111+08576cb50",
71
+ "@turf/bearing": "^7.0.0-alpha.114+e0bdd0add",
72
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
74
+ "@turf/rhumb-bearing": "^7.0.0-alpha.114+e0bdd0add",
75
75
  "tslib": "^2.6.2"
76
76
  },
77
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
77
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
78
78
  }
File without changes
File without changes
File without changes