@turf/along 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.
@@ -40,4 +40,4 @@ export {
40
40
  along,
41
41
  turf_along_default as default
42
42
  };
43
- //# sourceMappingURL=index.mjs.map
43
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/along",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf along module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -23,19 +23,19 @@
23
23
  "turf",
24
24
  "distance"
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
  }
@@ -63,12 +63,12 @@
63
63
  "typescript": "^5.2.2"
64
64
  },
65
65
  "dependencies": {
66
- "@turf/bearing": "^7.0.0-alpha.111+08576cb50",
67
- "@turf/destination": "^7.0.0-alpha.111+08576cb50",
68
- "@turf/distance": "^7.0.0-alpha.111+08576cb50",
69
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
70
- "@turf/invariant": "^7.0.0-alpha.111+08576cb50",
66
+ "@turf/bearing": "^7.0.0-alpha.114+e0bdd0add",
67
+ "@turf/destination": "^7.0.0-alpha.114+e0bdd0add",
68
+ "@turf/distance": "^7.0.0-alpha.114+e0bdd0add",
69
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
70
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
71
71
  "tslib": "^2.6.2"
72
72
  },
73
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
73
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
74
74
  }
File without changes
File without changes
File without changes