@turf/boolean-within 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.
@@ -201,4 +201,4 @@ export {
201
201
  booleanWithin,
202
202
  turf_boolean_within_default as default
203
203
  };
204
- //# sourceMappingURL=index.mjs.map
204
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/boolean-within",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf boolean-within module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -27,19 +27,19 @@
27
27
  "within",
28
28
  "boolean-within"
29
29
  ],
30
- "type": "commonjs",
30
+ "type": "module",
31
31
  "main": "dist/cjs/index.cjs",
32
- "module": "dist/esm/index.mjs",
33
- "types": "dist/cjs/index.d.ts",
32
+ "module": "dist/esm/index.js",
33
+ "types": "dist/esm/index.d.ts",
34
34
  "exports": {
35
35
  "./package.json": "./package.json",
36
36
  ".": {
37
37
  "import": {
38
- "types": "./dist/esm/index.d.mts",
39
- "default": "./dist/esm/index.mjs"
38
+ "types": "./dist/esm/index.d.ts",
39
+ "default": "./dist/esm/index.js"
40
40
  },
41
41
  "require": {
42
- "types": "./dist/cjs/index.d.ts",
42
+ "types": "./dist/cjs/index.d.cts",
43
43
  "default": "./dist/cjs/index.cjs"
44
44
  }
45
45
  }
@@ -54,7 +54,7 @@
54
54
  "docs": "tsx ../../scripts/generate-readmes.ts",
55
55
  "test": "npm-run-all --npm-path npm test:*",
56
56
  "test:tape": "tsx test.ts",
57
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
57
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/benchmark": "^2.1.5",
@@ -71,12 +71,12 @@
71
71
  "typescript": "^5.2.2"
72
72
  },
73
73
  "dependencies": {
74
- "@turf/bbox": "^7.0.0-alpha.111+08576cb50",
75
- "@turf/boolean-point-in-polygon": "^7.0.0-alpha.111+08576cb50",
76
- "@turf/boolean-point-on-line": "^7.0.0-alpha.111+08576cb50",
77
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
78
- "@turf/invariant": "^7.0.0-alpha.111+08576cb50",
74
+ "@turf/bbox": "^7.0.0-alpha.114+e0bdd0add",
75
+ "@turf/boolean-point-in-polygon": "^7.0.0-alpha.114+e0bdd0add",
76
+ "@turf/boolean-point-on-line": "^7.0.0-alpha.114+e0bdd0add",
77
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
78
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
79
79
  "tslib": "^2.6.2"
80
80
  },
81
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
81
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
82
82
  }
File without changes
File without changes
File without changes