@turf/boolean-disjoint 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.
@@ -140,4 +140,4 @@ export {
140
140
  booleanDisjoint,
141
141
  turf_boolean_disjoint_default as default
142
142
  };
143
- //# sourceMappingURL=index.mjs.map
143
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/boolean-disjoint",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf boolean-disjoint 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
  }
@@ -67,12 +67,12 @@
67
67
  "typescript": "^5.2.2"
68
68
  },
69
69
  "dependencies": {
70
- "@turf/boolean-point-in-polygon": "^7.0.0-alpha.111+08576cb50",
71
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
72
- "@turf/line-intersect": "^7.0.0-alpha.111+08576cb50",
73
- "@turf/meta": "^7.0.0-alpha.111+08576cb50",
74
- "@turf/polygon-to-line": "^7.0.0-alpha.111+08576cb50",
70
+ "@turf/boolean-point-in-polygon": "^7.0.0-alpha.114+e0bdd0add",
71
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
72
+ "@turf/line-intersect": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
74
+ "@turf/polygon-to-line": "^7.0.0-alpha.114+e0bdd0add",
75
75
  "tslib": "^2.6.2"
76
76
  },
77
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
77
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
78
78
  }
File without changes
File without changes
File without changes