@turf/nearest-neighbor-analysis 7.0.0-alpha.113 → 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.
@@ -58,4 +58,4 @@ export {
58
58
  turf_nearest_neighbor_analysis_default as default,
59
59
  nearestNeighborAnalysis
60
60
  };
61
- //# sourceMappingURL=index.mjs.map
61
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/nearest-neighbor-analysis",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf nearest-neighbor-analysis module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -23,19 +23,19 @@
23
23
  "turf",
24
24
  "nearest-neighbor"
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,7 +52,7 @@
52
52
  "test:tape": "tsx test.ts"
53
53
  },
54
54
  "devDependencies": {
55
- "@turf/truncate": "^7.0.0-alpha.113+876702a45",
55
+ "@turf/truncate": "^7.0.0-alpha.114+e0bdd0add",
56
56
  "@types/benchmark": "^2.1.5",
57
57
  "@types/tape": "^4.2.32",
58
58
  "benchmark": "^2.1.4",
@@ -65,15 +65,15 @@
65
65
  "write-json-file": "^5.0.0"
66
66
  },
67
67
  "dependencies": {
68
- "@turf/area": "^7.0.0-alpha.113+876702a45",
69
- "@turf/bbox": "^7.0.0-alpha.113+876702a45",
70
- "@turf/bbox-polygon": "^7.0.0-alpha.113+876702a45",
71
- "@turf/centroid": "^7.0.0-alpha.113+876702a45",
72
- "@turf/distance": "^7.0.0-alpha.113+876702a45",
73
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
74
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
75
- "@turf/nearest-point": "^7.0.0-alpha.113+876702a45",
68
+ "@turf/area": "^7.0.0-alpha.114+e0bdd0add",
69
+ "@turf/bbox": "^7.0.0-alpha.114+e0bdd0add",
70
+ "@turf/bbox-polygon": "^7.0.0-alpha.114+e0bdd0add",
71
+ "@turf/centroid": "^7.0.0-alpha.114+e0bdd0add",
72
+ "@turf/distance": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
74
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
75
+ "@turf/nearest-point": "^7.0.0-alpha.114+e0bdd0add",
76
76
  "tslib": "^2.6.2"
77
77
  },
78
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
78
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
79
79
  }
File without changes
File without changes
File without changes