@turf/rewind 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.
@@ -93,4 +93,4 @@ export {
93
93
  turf_rewind_default as default,
94
94
  rewind
95
95
  };
96
- //# sourceMappingURL=index.mjs.map
96
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/rewind",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf rewind module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -28,19 +28,19 @@
28
28
  "polygon",
29
29
  "rewind"
30
30
  ],
31
- "type": "commonjs",
31
+ "type": "module",
32
32
  "main": "dist/cjs/index.cjs",
33
- "module": "dist/esm/index.mjs",
34
- "types": "dist/cjs/index.d.ts",
33
+ "module": "dist/esm/index.js",
34
+ "types": "dist/esm/index.d.ts",
35
35
  "exports": {
36
36
  "./package.json": "./package.json",
37
37
  ".": {
38
38
  "import": {
39
- "types": "./dist/esm/index.d.mts",
40
- "default": "./dist/esm/index.mjs"
39
+ "types": "./dist/esm/index.d.ts",
40
+ "default": "./dist/esm/index.js"
41
41
  },
42
42
  "require": {
43
- "types": "./dist/cjs/index.d.ts",
43
+ "types": "./dist/cjs/index.d.cts",
44
44
  "default": "./dist/cjs/index.cjs"
45
45
  }
46
46
  }
@@ -55,7 +55,7 @@
55
55
  "docs": "tsx ../../scripts/generate-readmes.ts",
56
56
  "test": "npm-run-all --npm-path npm test:*",
57
57
  "test:tape": "tsx test.ts",
58
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
58
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/benchmark": "^2.1.5",
@@ -70,12 +70,12 @@
70
70
  "write-json-file": "^5.0.0"
71
71
  },
72
72
  "dependencies": {
73
- "@turf/boolean-clockwise": "^7.0.0-alpha.113+876702a45",
74
- "@turf/clone": "^7.0.0-alpha.113+876702a45",
75
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
76
- "@turf/invariant": "^7.0.0-alpha.113+876702a45",
77
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
73
+ "@turf/boolean-clockwise": "^7.0.0-alpha.114+e0bdd0add",
74
+ "@turf/clone": "^7.0.0-alpha.114+e0bdd0add",
75
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
76
+ "@turf/invariant": "^7.0.0-alpha.114+e0bdd0add",
77
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
78
78
  "tslib": "^2.6.2"
79
79
  },
80
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
80
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
81
81
  }
File without changes
File without changes
File without changes