@turf/rectangle-grid 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.
@@ -57,4 +57,4 @@ export {
57
57
  turf_rectangle_grid_default as default,
58
58
  rectangleGrid
59
59
  };
60
- //# sourceMappingURL=index.mjs.map
60
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/rectangle-grid",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf rectangle-grid module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -26,19 +26,19 @@
26
26
  "regular",
27
27
  "cartesian"
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
  }
@@ -55,8 +55,8 @@
55
55
  "test:tape": "tsx test.ts"
56
56
  },
57
57
  "devDependencies": {
58
- "@turf/bbox-polygon": "^7.0.0-alpha.113+876702a45",
59
- "@turf/truncate": "^7.0.0-alpha.113+876702a45",
58
+ "@turf/bbox-polygon": "^7.0.0-alpha.114+e0bdd0add",
59
+ "@turf/truncate": "^7.0.0-alpha.114+e0bdd0add",
60
60
  "@types/benchmark": "^2.1.5",
61
61
  "@types/tape": "^4.2.32",
62
62
  "benchmark": "^2.1.4",
@@ -69,10 +69,10 @@
69
69
  "write-json-file": "^5.0.0"
70
70
  },
71
71
  "dependencies": {
72
- "@turf/boolean-intersects": "^7.0.0-alpha.113+876702a45",
73
- "@turf/distance": "^7.0.0-alpha.113+876702a45",
74
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
72
+ "@turf/boolean-intersects": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/distance": "^7.0.0-alpha.114+e0bdd0add",
74
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
75
75
  "tslib": "^2.6.2"
76
76
  },
77
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
77
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
78
78
  }
File without changes
File without changes
File without changes