@turf/points-within-polygon 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.
@@ -45,4 +45,4 @@ export {
45
45
  turf_points_within_polygon_default as default,
46
46
  pointsWithinPolygon
47
47
  };
48
- //# sourceMappingURL=index.mjs.map
48
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/points-within-polygon",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf points-within-polygon module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -23,19 +23,19 @@
23
23
  "polygon",
24
24
  "featurecollection"
25
25
  ],
26
- "type": "commonjs",
26
+ "type": "module",
27
27
  "main": "dist/cjs/index.cjs",
28
- "module": "dist/esm/index.mjs",
29
- "types": "dist/cjs/index.d.ts",
28
+ "module": "dist/esm/index.js",
29
+ "types": "dist/esm/index.d.ts",
30
30
  "exports": {
31
31
  "./package.json": "./package.json",
32
32
  ".": {
33
33
  "import": {
34
- "types": "./dist/esm/index.d.mts",
35
- "default": "./dist/esm/index.mjs"
34
+ "types": "./dist/esm/index.d.ts",
35
+ "default": "./dist/esm/index.js"
36
36
  },
37
37
  "require": {
38
- "types": "./dist/cjs/index.d.ts",
38
+ "types": "./dist/cjs/index.d.cts",
39
39
  "default": "./dist/cjs/index.cjs"
40
40
  }
41
41
  }
@@ -50,7 +50,7 @@
50
50
  "docs": "tsx ../../scripts/generate-readmes.ts",
51
51
  "test": "npm-run-all --npm-path npm test:*",
52
52
  "test:tape": "tsx test.ts",
53
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
53
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/benchmark": "^2.1.5",
@@ -63,10 +63,10 @@
63
63
  "typescript": "^5.2.2"
64
64
  },
65
65
  "dependencies": {
66
- "@turf/boolean-point-in-polygon": "^7.0.0-alpha.111+08576cb50",
67
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
68
- "@turf/meta": "^7.0.0-alpha.111+08576cb50",
66
+ "@turf/boolean-point-in-polygon": "^7.0.0-alpha.114+e0bdd0add",
67
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
68
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
69
69
  "tslib": "^2.6.2"
70
70
  },
71
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
71
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
72
72
  }
File without changes
File without changes
File without changes