@turf/nearest-point-on-line 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.
@@ -107,4 +107,4 @@ export {
107
107
  turf_nearest_point_on_line_default as default,
108
108
  nearestPointOnLine
109
109
  };
110
- //# sourceMappingURL=index.mjs.map
110
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/nearest-point-on-line",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf nearest-point-on-line module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -16,18 +16,19 @@
16
16
  "publishConfig": {
17
17
  "access": "public"
18
18
  },
19
+ "type": "module",
19
20
  "main": "dist/cjs/index.cjs",
20
- "module": "dist/esm/index.mjs",
21
- "types": "dist/cjs/index.d.ts",
21
+ "module": "dist/esm/index.js",
22
+ "types": "dist/esm/index.d.ts",
22
23
  "exports": {
23
24
  "./package.json": "./package.json",
24
25
  ".": {
25
26
  "import": {
26
- "types": "./dist/esm/index.d.mts",
27
- "default": "./dist/esm/index.mjs"
27
+ "types": "./dist/esm/index.d.ts",
28
+ "default": "./dist/esm/index.js"
28
29
  },
29
30
  "require": {
30
- "types": "./dist/cjs/index.d.ts",
31
+ "types": "./dist/cjs/index.d.cts",
31
32
  "default": "./dist/cjs/index.cjs"
32
33
  }
33
34
  }
@@ -42,12 +43,12 @@
42
43
  "docs": "tsx ../../scripts/generate-readmes.ts",
43
44
  "test": "npm-run-all --npm-path npm test:*",
44
45
  "test:tape": "tsx test.ts",
45
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
46
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
46
47
  },
47
48
  "devDependencies": {
48
- "@turf/along": "^7.0.0-alpha.113+876702a45",
49
- "@turf/length": "^7.0.0-alpha.113+876702a45",
50
- "@turf/truncate": "^7.0.0-alpha.113+876702a45",
49
+ "@turf/along": "^7.0.0-alpha.115+c76e6e96e",
50
+ "@turf/length": "^7.0.0-alpha.115+c76e6e96e",
51
+ "@turf/truncate": "^7.0.0-alpha.115+c76e6e96e",
51
52
  "@types/benchmark": "^2.1.5",
52
53
  "@types/tape": "^4.2.32",
53
54
  "benchmark": "^2.1.4",
@@ -60,14 +61,14 @@
60
61
  "write-json-file": "^5.0.0"
61
62
  },
62
63
  "dependencies": {
63
- "@turf/bearing": "^7.0.0-alpha.113+876702a45",
64
- "@turf/destination": "^7.0.0-alpha.113+876702a45",
65
- "@turf/distance": "^7.0.0-alpha.113+876702a45",
66
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
67
- "@turf/invariant": "^7.0.0-alpha.113+876702a45",
68
- "@turf/line-intersect": "^7.0.0-alpha.113+876702a45",
69
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
64
+ "@turf/bearing": "^7.0.0-alpha.115+c76e6e96e",
65
+ "@turf/destination": "^7.0.0-alpha.115+c76e6e96e",
66
+ "@turf/distance": "^7.0.0-alpha.115+c76e6e96e",
67
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
68
+ "@turf/invariant": "^7.0.0-alpha.115+c76e6e96e",
69
+ "@turf/line-intersect": "^7.0.0-alpha.115+c76e6e96e",
70
+ "@turf/meta": "^7.0.0-alpha.115+c76e6e96e",
70
71
  "tslib": "^2.6.2"
71
72
  },
72
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
73
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
73
74
  }
File without changes
File without changes
File without changes