@turf/directional-mean 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.
@@ -208,4 +208,4 @@ export {
208
208
  turf_directional_mean_default as default,
209
209
  directionalMean
210
210
  };
211
- //# sourceMappingURL=index.mjs.map
211
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/directional-mean",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf directional-mean module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -23,19 +23,19 @@
23
23
  "turf",
24
24
  "directional-mean"
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
  }
@@ -64,14 +64,14 @@
64
64
  "write-json-file": "^5.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@turf/bearing": "^7.0.0-alpha.111+08576cb50",
68
- "@turf/centroid": "^7.0.0-alpha.111+08576cb50",
69
- "@turf/destination": "^7.0.0-alpha.111+08576cb50",
70
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
71
- "@turf/invariant": "^7.0.0-alpha.111+08576cb50",
72
- "@turf/length": "^7.0.0-alpha.111+08576cb50",
73
- "@turf/meta": "^7.0.0-alpha.111+08576cb50",
67
+ "@turf/bearing": "^7.0.0-alpha.114+e0bdd0add",
68
+ "@turf/centroid": "^7.0.0-alpha.114+e0bdd0add",
69
+ "@turf/destination": "^7.0.0-alpha.114+e0bdd0add",
70
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
71
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
72
+ "@turf/length": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
74
74
  "tslib": "^2.6.2"
75
75
  },
76
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
76
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
77
77
  }
File without changes
File without changes
File without changes