@turf/clusters 7.0.0-alpha.113 → 7.0.0-alpha.115

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.
@@ -124,4 +124,4 @@ export {
124
124
  getCluster,
125
125
  propertiesContainsFilter
126
126
  };
127
- //# sourceMappingURL=index.mjs.map
127
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/clusters",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf clusters module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -26,19 +26,19 @@
26
26
  "clusters",
27
27
  "clustering"
28
28
  ],
29
- "type": "commonjs",
29
+ "type": "module",
30
30
  "main": "dist/cjs/index.cjs",
31
- "module": "dist/esm/index.mjs",
32
- "types": "dist/cjs/index.d.ts",
31
+ "module": "dist/esm/index.js",
32
+ "types": "dist/esm/index.d.ts",
33
33
  "exports": {
34
34
  "./package.json": "./package.json",
35
35
  ".": {
36
36
  "import": {
37
- "types": "./dist/esm/index.d.mts",
38
- "default": "./dist/esm/index.mjs"
37
+ "types": "./dist/esm/index.d.ts",
38
+ "default": "./dist/esm/index.js"
39
39
  },
40
40
  "require": {
41
- "types": "./dist/cjs/index.d.ts",
41
+ "types": "./dist/cjs/index.d.cts",
42
42
  "default": "./dist/cjs/index.cjs"
43
43
  }
44
44
  }
@@ -53,7 +53,7 @@
53
53
  "docs": "tsx ../../scripts/generate-readmes.ts",
54
54
  "test": "npm-run-all --npm-path npm test:*",
55
55
  "test:tape": "tsx test.ts",
56
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
56
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/benchmark": "^2.1.5",
@@ -66,9 +66,9 @@
66
66
  "typescript": "^5.2.2"
67
67
  },
68
68
  "dependencies": {
69
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
70
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
69
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
70
+ "@turf/meta": "^7.0.0-alpha.115+c76e6e96e",
71
71
  "tslib": "^2.6.2"
72
72
  },
73
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
73
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
74
74
  }
File without changes
File without changes
File without changes