@turf/boolean-parallel 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.
@@ -49,4 +49,4 @@ export {
49
49
  booleanParallel,
50
50
  turf_boolean_parallel_default as default
51
51
  };
52
- //# sourceMappingURL=index.mjs.map
52
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/boolean-parallel",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf boolean-parallel module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -25,19 +25,19 @@
25
25
  "boolean",
26
26
  "boolean-parallel"
27
27
  ],
28
- "type": "commonjs",
28
+ "type": "module",
29
29
  "main": "dist/cjs/index.cjs",
30
- "module": "dist/esm/index.mjs",
31
- "types": "dist/cjs/index.d.ts",
30
+ "module": "dist/esm/index.js",
31
+ "types": "dist/esm/index.d.ts",
32
32
  "exports": {
33
33
  "./package.json": "./package.json",
34
34
  ".": {
35
35
  "import": {
36
- "types": "./dist/esm/index.d.mts",
37
- "default": "./dist/esm/index.mjs"
36
+ "types": "./dist/esm/index.d.ts",
37
+ "default": "./dist/esm/index.js"
38
38
  },
39
39
  "require": {
40
- "types": "./dist/cjs/index.d.ts",
40
+ "types": "./dist/cjs/index.d.cts",
41
41
  "default": "./dist/cjs/index.cjs"
42
42
  }
43
43
  }
@@ -66,11 +66,11 @@
66
66
  "write-json-file": "^5.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "@turf/clean-coords": "^7.0.0-alpha.113+876702a45",
70
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
71
- "@turf/line-segment": "^7.0.0-alpha.113+876702a45",
72
- "@turf/rhumb-bearing": "^7.0.0-alpha.113+876702a45",
69
+ "@turf/clean-coords": "^7.0.0-alpha.114+e0bdd0add",
70
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
71
+ "@turf/line-segment": "^7.0.0-alpha.114+e0bdd0add",
72
+ "@turf/rhumb-bearing": "^7.0.0-alpha.114+e0bdd0add",
73
73
  "tslib": "^2.6.2"
74
74
  },
75
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
75
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
76
76
  }
File without changes
File without changes
File without changes