@turf/difference 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_difference_default as default,
28
28
  difference
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/difference",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf difference 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
  }
@@ -62,10 +62,10 @@
62
62
  "write-json-file": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
66
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
65
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
66
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
67
67
  "polygon-clipping": "^0.15.3",
68
68
  "tslib": "^2.6.2"
69
69
  },
70
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
70
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
71
71
  }
File without changes
File without changes
File without changes