@turf/clusters-kmeans 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.
@@ -32,4 +32,4 @@ export {
32
32
  clustersKmeans,
33
33
  turf_clusters_kmeans_default as default
34
34
  };
35
- //# sourceMappingURL=index.mjs.map
35
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/clusters-kmeans",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf clusters-kmeans module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -29,19 +29,19 @@
29
29
  "clustering",
30
30
  "k-means"
31
31
  ],
32
- "type": "commonjs",
32
+ "type": "module",
33
33
  "main": "dist/cjs/index.cjs",
34
- "module": "dist/esm/index.mjs",
35
- "types": "dist/cjs/index.d.ts",
34
+ "module": "dist/esm/index.js",
35
+ "types": "dist/esm/index.d.ts",
36
36
  "exports": {
37
37
  "./package.json": "./package.json",
38
38
  ".": {
39
39
  "import": {
40
- "types": "./dist/esm/index.d.mts",
41
- "default": "./dist/esm/index.mjs"
40
+ "types": "./dist/esm/index.d.ts",
41
+ "default": "./dist/esm/index.js"
42
42
  },
43
43
  "require": {
44
- "types": "./dist/cjs/index.d.ts",
44
+ "types": "./dist/cjs/index.d.cts",
45
45
  "default": "./dist/cjs/index.cjs"
46
46
  }
47
47
  }
@@ -56,12 +56,12 @@
56
56
  "docs": "tsx ../../scripts/generate-readmes.ts",
57
57
  "test": "npm-run-all --npm-path npm test:*",
58
58
  "test:tape": "tsx test.ts",
59
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
59
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
60
60
  },
61
61
  "devDependencies": {
62
- "@turf/centroid": "^7.0.0-alpha.113+876702a45",
63
- "@turf/clusters": "^7.0.0-alpha.113+876702a45",
64
- "@turf/random": "^7.0.0-alpha.113+876702a45",
62
+ "@turf/centroid": "^7.0.0-alpha.114+e0bdd0add",
63
+ "@turf/clusters": "^7.0.0-alpha.114+e0bdd0add",
64
+ "@turf/random": "^7.0.0-alpha.114+e0bdd0add",
65
65
  "@types/benchmark": "^2.1.5",
66
66
  "@types/skmeans": "^0.11.7",
67
67
  "@types/tape": "^4.2.32",
@@ -77,12 +77,12 @@
77
77
  "write-json-file": "^5.0.0"
78
78
  },
79
79
  "dependencies": {
80
- "@turf/clone": "^7.0.0-alpha.113+876702a45",
81
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
82
- "@turf/invariant": "^7.0.0-alpha.113+876702a45",
83
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
80
+ "@turf/clone": "^7.0.0-alpha.114+e0bdd0add",
81
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
82
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
83
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
84
84
  "skmeans": "0.9.7",
85
85
  "tslib": "^2.6.2"
86
86
  },
87
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
87
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
88
88
  }
File without changes
File without changes
File without changes