@turf/intersect 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.
@@ -29,4 +29,4 @@ export {
29
29
  turf_intersect_default as default,
30
30
  intersect
31
31
  };
32
- //# sourceMappingURL=index.mjs.map
32
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/intersect",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf intersect module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -21,19 +21,19 @@
21
21
  "gis",
22
22
  "intersect"
23
23
  ],
24
- "type": "commonjs",
24
+ "type": "module",
25
25
  "main": "dist/cjs/index.cjs",
26
- "module": "dist/esm/index.mjs",
27
- "types": "dist/cjs/index.d.ts",
26
+ "module": "dist/esm/index.js",
27
+ "types": "dist/esm/index.d.ts",
28
28
  "exports": {
29
29
  "./package.json": "./package.json",
30
30
  ".": {
31
31
  "import": {
32
- "types": "./dist/esm/index.d.mts",
33
- "default": "./dist/esm/index.mjs"
32
+ "types": "./dist/esm/index.d.ts",
33
+ "default": "./dist/esm/index.js"
34
34
  },
35
35
  "require": {
36
- "types": "./dist/cjs/index.d.ts",
36
+ "types": "./dist/cjs/index.d.cts",
37
37
  "default": "./dist/cjs/index.cjs"
38
38
  }
39
39
  }
@@ -48,7 +48,7 @@
48
48
  "docs": "tsx ../../scripts/generate-readmes.ts",
49
49
  "test": "npm-run-all --npm-path npm test:*",
50
50
  "test:tape": "tsx test.ts",
51
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
51
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/benchmark": "^2.1.5",
@@ -64,10 +64,10 @@
64
64
  "write-json-file": "^5.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
68
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
67
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
68
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
69
69
  "polygon-clipping": "^0.15.3",
70
70
  "tslib": "^2.6.2"
71
71
  },
72
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
72
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
73
73
  }
File without changes
File without changes
File without changes