@turf/boolean-equal 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.
@@ -24,4 +24,4 @@ export {
24
24
  booleanEqual,
25
25
  turf_boolean_equal_default as default
26
26
  };
27
- //# sourceMappingURL=index.mjs.map
27
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/boolean-equal",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf boolean-equal module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -29,19 +29,19 @@
29
29
  "equal",
30
30
  "boolean-equal"
31
31
  ],
32
- "type": "commonjs",
32
+ "type": "module",
33
33
  "main": "dist/cjs/index.cjs",
34
- "module": "dist/esm/index.mjs",
35
- "types": "dist/cjs/index.d.ts",
34
+ "module": "dist/esm/index.js",
35
+ "types": "dist/esm/index.d.ts",
36
36
  "exports": {
37
37
  "./package.json": "./package.json",
38
38
  ".": {
39
39
  "import": {
40
- "types": "./dist/esm/index.d.mts",
41
- "default": "./dist/esm/index.mjs"
40
+ "types": "./dist/esm/index.d.ts",
41
+ "default": "./dist/esm/index.js"
42
42
  },
43
43
  "require": {
44
- "types": "./dist/cjs/index.d.ts",
44
+ "types": "./dist/cjs/index.d.cts",
45
45
  "default": "./dist/cjs/index.cjs"
46
46
  }
47
47
  }
@@ -71,10 +71,10 @@
71
71
  "typescript": "^5.2.2"
72
72
  },
73
73
  "dependencies": {
74
- "@turf/clean-coords": "^7.0.0-alpha.111+08576cb50",
75
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
76
- "@turf/invariant": "^7.0.0-alpha.111+08576cb50",
74
+ "@turf/clean-coords": "^7.0.0-alpha.114+e0bdd0add",
75
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
76
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
77
77
  "tslib": "^2.6.2"
78
78
  },
79
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
79
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
80
80
  }
File without changes
File without changes
File without changes