@turf/convex 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.
@@ -26,4 +26,4 @@ export {
26
26
  convex,
27
27
  turf_convex_default as default
28
28
  };
29
- //# sourceMappingURL=index.mjs.map
29
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/convex",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf convex module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -20,19 +20,19 @@
20
20
  "turf",
21
21
  "gis"
22
22
  ],
23
- "type": "commonjs",
23
+ "type": "module",
24
24
  "main": "dist/cjs/index.cjs",
25
- "module": "dist/esm/index.mjs",
26
- "types": "dist/cjs/index.d.ts",
25
+ "module": "dist/esm/index.js",
26
+ "types": "dist/esm/index.d.ts",
27
27
  "exports": {
28
28
  "./package.json": "./package.json",
29
29
  ".": {
30
30
  "import": {
31
- "types": "./dist/esm/index.d.mts",
32
- "default": "./dist/esm/index.mjs"
31
+ "types": "./dist/esm/index.d.ts",
32
+ "default": "./dist/esm/index.js"
33
33
  },
34
34
  "require": {
35
- "types": "./dist/cjs/index.d.ts",
35
+ "types": "./dist/cjs/index.d.cts",
36
36
  "default": "./dist/cjs/index.cjs"
37
37
  }
38
38
  }
@@ -63,10 +63,10 @@
63
63
  "write-json-file": "^5.0.0"
64
64
  },
65
65
  "dependencies": {
66
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
67
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
66
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
67
+ "@turf/meta": "^7.0.0-alpha.115+c76e6e96e",
68
68
  "concaveman": "^1.2.1",
69
69
  "tslib": "^2.6.2"
70
70
  },
71
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
71
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
72
72
  }
File without changes
File without changes
File without changes