@turf/dissolve 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.
@@ -64,4 +64,4 @@ export {
64
64
  turf_dissolve_default as default,
65
65
  dissolve
66
66
  };
67
- //# sourceMappingURL=index.mjs.map
67
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/dissolve",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf dissolve module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -23,19 +23,19 @@
23
23
  "geojson",
24
24
  "polygon"
25
25
  ],
26
- "type": "commonjs",
26
+ "type": "module",
27
27
  "main": "dist/cjs/index.cjs",
28
- "module": "dist/esm/index.mjs",
29
- "types": "dist/cjs/index.d.ts",
28
+ "module": "dist/esm/index.js",
29
+ "types": "dist/esm/index.d.ts",
30
30
  "exports": {
31
31
  "./package.json": "./package.json",
32
32
  ".": {
33
33
  "import": {
34
- "types": "./dist/esm/index.d.mts",
35
- "default": "./dist/esm/index.mjs"
34
+ "types": "./dist/esm/index.d.ts",
35
+ "default": "./dist/esm/index.js"
36
36
  },
37
37
  "require": {
38
- "types": "./dist/cjs/index.d.ts",
38
+ "types": "./dist/cjs/index.d.cts",
39
39
  "default": "./dist/cjs/index.cjs"
40
40
  }
41
41
  }
@@ -64,12 +64,12 @@
64
64
  "write-json-file": "^5.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@turf/flatten": "^7.0.0-alpha.113+876702a45",
68
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
69
- "@turf/invariant": "^7.0.0-alpha.113+876702a45",
70
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
67
+ "@turf/flatten": "^7.0.0-alpha.114+e0bdd0add",
68
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
69
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
70
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
71
71
  "polygon-clipping": "^0.15.3",
72
72
  "tslib": "^2.6.2"
73
73
  },
74
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
74
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
75
75
  }
File without changes
File without changes
File without changes