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