@turf/moran-index 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.
@@ -79,4 +79,4 @@ export {
79
79
  turf_moran_index_default as default,
80
80
  moranIndex
81
81
  };
82
- //# sourceMappingURL=index.mjs.map
82
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/moran-index",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf moran-index module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -23,19 +23,19 @@
23
23
  "turf",
24
24
  "moran-index"
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,10 +64,10 @@
64
64
  "write-json-file": "^5.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@turf/distance-weight": "^7.0.0-alpha.113+876702a45",
68
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
69
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
67
+ "@turf/distance-weight": "^7.0.0-alpha.114+e0bdd0add",
68
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
69
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
70
70
  "tslib": "^2.6.2"
71
71
  },
72
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
72
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
73
73
  }
File without changes
File without changes
File without changes