@turf/length 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.
@@ -20,4 +20,4 @@ export {
20
20
  turf_length_default as default,
21
21
  length
22
22
  };
23
- //# sourceMappingURL=index.mjs.map
23
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/length",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf length module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -28,19 +28,19 @@
28
28
  "units",
29
29
  "gis"
30
30
  ],
31
- "type": "commonjs",
31
+ "type": "module",
32
32
  "main": "dist/cjs/index.cjs",
33
- "module": "dist/esm/index.mjs",
34
- "types": "dist/cjs/index.d.ts",
33
+ "module": "dist/esm/index.js",
34
+ "types": "dist/esm/index.d.ts",
35
35
  "exports": {
36
36
  "./package.json": "./package.json",
37
37
  ".": {
38
38
  "import": {
39
- "types": "./dist/esm/index.d.mts",
40
- "default": "./dist/esm/index.mjs"
39
+ "types": "./dist/esm/index.d.ts",
40
+ "default": "./dist/esm/index.js"
41
41
  },
42
42
  "require": {
43
- "types": "./dist/cjs/index.d.ts",
43
+ "types": "./dist/cjs/index.d.cts",
44
44
  "default": "./dist/cjs/index.cjs"
45
45
  }
46
46
  }
@@ -69,10 +69,10 @@
69
69
  "write-json-file": "^5.0.0"
70
70
  },
71
71
  "dependencies": {
72
- "@turf/distance": "^7.0.0-alpha.113+876702a45",
73
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
74
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
72
+ "@turf/distance": "^7.0.0-alpha.115+c76e6e96e",
73
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
74
+ "@turf/meta": "^7.0.0-alpha.115+c76e6e96e",
75
75
  "tslib": "^2.6.2"
76
76
  },
77
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
77
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
78
78
  }
File without changes
File without changes
File without changes