@turf/boolean-crosses 7.0.0-alpha.111 → 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.
@@ -147,4 +147,4 @@ export {
147
147
  booleanCrosses,
148
148
  turf_boolean_crosses_default as default
149
149
  };
150
- //# sourceMappingURL=index.mjs.map
150
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/boolean-crosses",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf boolean-crosses module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -26,19 +26,19 @@
26
26
  "boolean",
27
27
  "de-9im"
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
  }
@@ -68,12 +68,12 @@
68
68
  "typescript": "^5.2.2"
69
69
  },
70
70
  "dependencies": {
71
- "@turf/boolean-point-in-polygon": "^7.0.0-alpha.111+08576cb50",
72
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
73
- "@turf/invariant": "^7.0.0-alpha.111+08576cb50",
74
- "@turf/line-intersect": "^7.0.0-alpha.111+08576cb50",
75
- "@turf/polygon-to-line": "^7.0.0-alpha.111+08576cb50",
71
+ "@turf/boolean-point-in-polygon": "^7.0.0-alpha.114+e0bdd0add",
72
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
74
+ "@turf/line-intersect": "^7.0.0-alpha.114+e0bdd0add",
75
+ "@turf/polygon-to-line": "^7.0.0-alpha.114+e0bdd0add",
76
76
  "tslib": "^2.6.2"
77
77
  },
78
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
78
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
79
79
  }
File without changes
File without changes
File without changes