@turf/quadrat-analysis 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.
@@ -118,4 +118,4 @@ export {
118
118
  turf_quadrat_analysis_default as default,
119
119
  quadratAnalysis
120
120
  };
121
- //# sourceMappingURL=index.mjs.map
121
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/quadrat-analysis",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf quadrat-analysis module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -23,19 +23,19 @@
23
23
  "turf",
24
24
  "quadrat-analysis"
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/nearest-neighbor-analysis": "^7.0.0-alpha.111+08576cb50",
55
+ "@turf/nearest-neighbor-analysis": "^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,16 +65,16 @@
65
65
  "write-json-file": "^5.0.0"
66
66
  },
67
67
  "dependencies": {
68
- "@turf/area": "^7.0.0-alpha.111+08576cb50",
69
- "@turf/bbox": "^7.0.0-alpha.111+08576cb50",
70
- "@turf/bbox-polygon": "^7.0.0-alpha.111+08576cb50",
71
- "@turf/centroid": "^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/point-grid": "^7.0.0-alpha.111+08576cb50",
75
- "@turf/random": "^7.0.0-alpha.111+08576cb50",
76
- "@turf/square-grid": "^7.0.0-alpha.111+08576cb50",
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/helpers": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
74
+ "@turf/point-grid": "^7.0.0-alpha.114+e0bdd0add",
75
+ "@turf/random": "^7.0.0-alpha.114+e0bdd0add",
76
+ "@turf/square-grid": "^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