@turf/union 7.0.0-alpha.113 → 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.
@@ -27,4 +27,4 @@ export {
27
27
  turf_union_default as default,
28
28
  union
29
29
  };
30
- //# sourceMappingURL=index.mjs.map
30
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/union",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf union module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -20,19 +20,19 @@
20
20
  "turf",
21
21
  "gif"
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
  }
@@ -47,7 +47,7 @@
47
47
  "docs": "tsx ../../scripts/generate-readmes.ts",
48
48
  "test": "npm-run-all --npm-path npm test:*",
49
49
  "test:tape": "tsx test.ts",
50
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
50
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/benchmark": "^2.1.5",
@@ -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.114+e0bdd0add",
67
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
68
68
  "polygon-clipping": "^0.15.3",
69
69
  "tslib": "^2.6.2"
70
70
  },
71
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
71
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
72
72
  }
File without changes
File without changes
File without changes