@turf/hex-grid 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.
@@ -119,4 +119,4 @@ export {
119
119
  turf_hex_grid_default as default,
120
120
  hexGrid
121
121
  };
122
- //# sourceMappingURL=index.mjs.map
122
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/hex-grid",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf hex-grid module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -32,19 +32,19 @@
32
32
  "points",
33
33
  "geojson"
34
34
  ],
35
- "type": "commonjs",
35
+ "type": "module",
36
36
  "main": "dist/cjs/index.cjs",
37
- "module": "dist/esm/index.mjs",
38
- "types": "dist/cjs/index.d.ts",
37
+ "module": "dist/esm/index.js",
38
+ "types": "dist/esm/index.d.ts",
39
39
  "exports": {
40
40
  "./package.json": "./package.json",
41
41
  ".": {
42
42
  "import": {
43
- "types": "./dist/esm/index.d.mts",
44
- "default": "./dist/esm/index.mjs"
43
+ "types": "./dist/esm/index.d.ts",
44
+ "default": "./dist/esm/index.js"
45
45
  },
46
46
  "require": {
47
- "types": "./dist/cjs/index.d.ts",
47
+ "types": "./dist/cjs/index.d.cts",
48
48
  "default": "./dist/cjs/index.cjs"
49
49
  }
50
50
  }
@@ -59,11 +59,11 @@
59
59
  "docs": "tsx ../../scripts/generate-readmes.ts",
60
60
  "test": "npm-run-all --npm-path npm test:*",
61
61
  "test:tape": "tsx test.ts",
62
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
62
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
63
63
  },
64
64
  "devDependencies": {
65
- "@turf/bbox-polygon": "^7.0.0-alpha.113+876702a45",
66
- "@turf/truncate": "^7.0.0-alpha.113+876702a45",
65
+ "@turf/bbox-polygon": "^7.0.0-alpha.115+c76e6e96e",
66
+ "@turf/truncate": "^7.0.0-alpha.115+c76e6e96e",
67
67
  "@types/benchmark": "^2.1.5",
68
68
  "@types/tape": "^4.2.32",
69
69
  "benchmark": "^2.1.4",
@@ -76,11 +76,11 @@
76
76
  "write-json-file": "^5.0.0"
77
77
  },
78
78
  "dependencies": {
79
- "@turf/distance": "^7.0.0-alpha.113+876702a45",
80
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
81
- "@turf/intersect": "^7.0.0-alpha.113+876702a45",
82
- "@turf/invariant": "^7.0.0-alpha.113+876702a45",
79
+ "@turf/distance": "^7.0.0-alpha.115+c76e6e96e",
80
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
81
+ "@turf/intersect": "^7.0.0-alpha.115+c76e6e96e",
82
+ "@turf/invariant": "^7.0.0-alpha.115+c76e6e96e",
83
83
  "tslib": "^2.6.2"
84
84
  },
85
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
85
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
86
86
  }
File without changes
File without changes
File without changes