@turf/point-on-feature 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.
@@ -108,4 +108,4 @@ export {
108
108
  turf_point_on_feature_default as default,
109
109
  pointOnFeature
110
110
  };
111
- //# sourceMappingURL=index.mjs.map
111
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/point-on-feature",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf point-on-feature module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -24,19 +24,19 @@
24
24
  "surface",
25
25
  "polygon"
26
26
  ],
27
- "type": "commonjs",
27
+ "type": "module",
28
28
  "main": "dist/cjs/index.cjs",
29
- "module": "dist/esm/index.mjs",
30
- "types": "dist/cjs/index.d.ts",
29
+ "module": "dist/esm/index.js",
30
+ "types": "dist/esm/index.d.ts",
31
31
  "exports": {
32
32
  "./package.json": "./package.json",
33
33
  ".": {
34
34
  "import": {
35
- "types": "./dist/esm/index.d.mts",
36
- "default": "./dist/esm/index.mjs"
35
+ "types": "./dist/esm/index.d.ts",
36
+ "default": "./dist/esm/index.js"
37
37
  },
38
38
  "require": {
39
- "types": "./dist/cjs/index.d.ts",
39
+ "types": "./dist/cjs/index.d.cts",
40
40
  "default": "./dist/cjs/index.cjs"
41
41
  }
42
42
  }
@@ -53,8 +53,8 @@
53
53
  "test:tape": "tsx test.ts"
54
54
  },
55
55
  "devDependencies": {
56
- "@turf/meta": "^7.0.0-alpha.111+08576cb50",
57
- "@turf/truncate": "^7.0.0-alpha.111+08576cb50",
56
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
57
+ "@turf/truncate": "^7.0.0-alpha.114+e0bdd0add",
58
58
  "@types/benchmark": "^2.1.5",
59
59
  "@types/tape": "^4.2.32",
60
60
  "benchmark": "^2.1.4",
@@ -62,15 +62,16 @@
62
62
  "tape": "^5.7.2",
63
63
  "tsup": "^8.0.1",
64
64
  "tsx": "^4.6.2",
65
- "typescript": "^5.2.2"
65
+ "typescript": "^5.2.2",
66
+ "write-json-file": "^5.0.0"
66
67
  },
67
68
  "dependencies": {
68
- "@turf/boolean-point-in-polygon": "^7.0.0-alpha.111+08576cb50",
69
- "@turf/center": "^7.0.0-alpha.111+08576cb50",
70
- "@turf/explode": "^7.0.0-alpha.111+08576cb50",
71
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
72
- "@turf/nearest-point": "^7.0.0-alpha.111+08576cb50",
69
+ "@turf/boolean-point-in-polygon": "^7.0.0-alpha.114+e0bdd0add",
70
+ "@turf/center": "^7.0.0-alpha.114+e0bdd0add",
71
+ "@turf/explode": "^7.0.0-alpha.114+e0bdd0add",
72
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/nearest-point": "^7.0.0-alpha.114+e0bdd0add",
73
74
  "tslib": "^2.6.2"
74
75
  },
75
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
76
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
76
77
  }
File without changes
File without changes
File without changes