@turf/square-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.
@@ -12,4 +12,4 @@ export {
12
12
  turf_square_grid_default as default,
13
13
  squareGrid
14
14
  };
15
- //# sourceMappingURL=index.mjs.map
15
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/square-grid",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf square-grid module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -23,19 +23,19 @@
23
23
  "cartesian",
24
24
  "grid"
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
  }
@@ -52,8 +52,8 @@
52
52
  "test:tape": "tsx test.ts"
53
53
  },
54
54
  "devDependencies": {
55
- "@turf/bbox-polygon": "^7.0.0-alpha.113+876702a45",
56
- "@turf/truncate": "^7.0.0-alpha.113+876702a45",
55
+ "@turf/bbox-polygon": "^7.0.0-alpha.115+c76e6e96e",
56
+ "@turf/truncate": "^7.0.0-alpha.115+c76e6e96e",
57
57
  "@types/benchmark": "^2.1.5",
58
58
  "@types/tape": "^4.2.32",
59
59
  "benchmark": "^2.1.4",
@@ -65,9 +65,9 @@
65
65
  "write-json-file": "^5.0.0"
66
66
  },
67
67
  "dependencies": {
68
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
69
- "@turf/rectangle-grid": "^7.0.0-alpha.113+876702a45",
68
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
69
+ "@turf/rectangle-grid": "^7.0.0-alpha.115+c76e6e96e",
70
70
  "tslib": "^2.6.2"
71
71
  },
72
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
72
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
73
73
  }
File without changes
File without changes
File without changes