@turf/nearest-point 7.0.0-alpha.113 → 7.0.0-alpha.115

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.
@@ -51,4 +51,4 @@ export {
51
51
  turf_nearest_point_default as default,
52
52
  nearestPoint
53
53
  };
54
- //# sourceMappingURL=index.mjs.map
54
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/nearest-point",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf nearest-point module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -24,19 +24,19 @@
24
24
  "nearest",
25
25
  "point"
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
  }
@@ -51,24 +51,26 @@
51
51
  "docs": "tsx ../../scripts/generate-readmes.ts",
52
52
  "test": "npm-run-all --npm-path npm test:*",
53
53
  "test:tape": "tsx test.ts",
54
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
54
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/benchmark": "^2.1.5",
58
58
  "@types/tape": "^4.2.32",
59
59
  "benchmark": "^2.1.4",
60
+ "load-json-file": "^7.0.1",
60
61
  "npm-run-all": "^4.1.5",
61
62
  "tape": "^5.7.2",
62
63
  "tsup": "^8.0.1",
63
64
  "tsx": "^4.6.2",
64
- "typescript": "^5.2.2"
65
+ "typescript": "^5.2.2",
66
+ "write-json-file": "^5.0.0"
65
67
  },
66
68
  "dependencies": {
67
- "@turf/clone": "^7.0.0-alpha.113+876702a45",
68
- "@turf/distance": "^7.0.0-alpha.113+876702a45",
69
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
70
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
69
+ "@turf/clone": "^7.0.0-alpha.115+c76e6e96e",
70
+ "@turf/distance": "^7.0.0-alpha.115+c76e6e96e",
71
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
72
+ "@turf/meta": "^7.0.0-alpha.115+c76e6e96e",
71
73
  "tslib": "^2.6.2"
72
74
  },
73
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
75
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
74
76
  }
File without changes
File without changes
File without changes