@turf/line-to-polygon 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.
@@ -90,4 +90,4 @@ export {
90
90
  turf_line_to_polygon_default as default,
91
91
  lineToPolygon
92
92
  };
93
- //# sourceMappingURL=index.mjs.map
93
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/line-to-polygon",
3
- "version": "7.0.0-alpha.111+08576cb50",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf line-to-polygon module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -26,19 +26,19 @@
26
26
  "linestring",
27
27
  "line"
28
28
  ],
29
- "type": "commonjs",
29
+ "type": "module",
30
30
  "main": "dist/cjs/index.cjs",
31
- "module": "dist/esm/index.mjs",
32
- "types": "dist/cjs/index.d.ts",
31
+ "module": "dist/esm/index.js",
32
+ "types": "dist/esm/index.d.ts",
33
33
  "exports": {
34
34
  "./package.json": "./package.json",
35
35
  ".": {
36
36
  "import": {
37
- "types": "./dist/esm/index.d.mts",
38
- "default": "./dist/esm/index.mjs"
37
+ "types": "./dist/esm/index.d.ts",
38
+ "default": "./dist/esm/index.js"
39
39
  },
40
40
  "require": {
41
- "types": "./dist/cjs/index.d.ts",
41
+ "types": "./dist/cjs/index.d.cts",
42
42
  "default": "./dist/cjs/index.cjs"
43
43
  }
44
44
  }
@@ -53,7 +53,7 @@
53
53
  "docs": "tsx ../../scripts/generate-readmes.ts",
54
54
  "test": "npm-run-all --npm-path npm test:*",
55
55
  "test:tape": "tsx test.ts",
56
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
56
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/benchmark": "^2.1.5",
@@ -68,11 +68,11 @@
68
68
  "write-json-file": "^5.0.0"
69
69
  },
70
70
  "dependencies": {
71
- "@turf/bbox": "^7.0.0-alpha.111+08576cb50",
72
- "@turf/clone": "^7.0.0-alpha.111+08576cb50",
73
- "@turf/helpers": "^7.0.0-alpha.111+08576cb50",
74
- "@turf/invariant": "^7.0.0-alpha.111+08576cb50",
71
+ "@turf/bbox": "^7.0.0-alpha.114+e0bdd0add",
72
+ "@turf/clone": "^7.0.0-alpha.114+e0bdd0add",
73
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
74
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
75
75
  "tslib": "^2.6.2"
76
76
  },
77
- "gitHead": "08576cb50376e0199aea02dbd887e3af83672246"
77
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
78
78
  }
File without changes
File without changes
File without changes