@turf/projection 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.
@@ -67,4 +67,4 @@ export {
67
67
  toMercator,
68
68
  toWgs84
69
69
  };
70
- //# sourceMappingURL=index.mjs.map
70
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/projection",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf projection module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -34,19 +34,19 @@
34
34
  "EPSG:900913",
35
35
  "EPSG:102113"
36
36
  ],
37
- "type": "commonjs",
37
+ "type": "module",
38
38
  "main": "dist/cjs/index.cjs",
39
- "module": "dist/esm/index.mjs",
40
- "types": "dist/cjs/index.d.ts",
39
+ "module": "dist/esm/index.js",
40
+ "types": "dist/esm/index.d.ts",
41
41
  "exports": {
42
42
  "./package.json": "./package.json",
43
43
  ".": {
44
44
  "import": {
45
- "types": "./dist/esm/index.d.mts",
46
- "default": "./dist/esm/index.mjs"
45
+ "types": "./dist/esm/index.d.ts",
46
+ "default": "./dist/esm/index.js"
47
47
  },
48
48
  "require": {
49
- "types": "./dist/cjs/index.d.ts",
49
+ "types": "./dist/cjs/index.d.cts",
50
50
  "default": "./dist/cjs/index.cjs"
51
51
  }
52
52
  }
@@ -61,10 +61,10 @@
61
61
  "docs": "tsx ../../scripts/generate-readmes.ts",
62
62
  "test": "npm-run-all --npm-path npm test:*",
63
63
  "test:tape": "tsx test.ts",
64
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
64
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
65
65
  },
66
66
  "devDependencies": {
67
- "@turf/truncate": "^7.0.0-alpha.113+876702a45",
67
+ "@turf/truncate": "^7.0.0-alpha.114+e0bdd0add",
68
68
  "@types/benchmark": "^2.1.5",
69
69
  "@types/tape": "^4.2.32",
70
70
  "benchmark": "^2.1.4",
@@ -78,10 +78,10 @@
78
78
  "write-json-file": "^5.0.0"
79
79
  },
80
80
  "dependencies": {
81
- "@turf/clone": "^7.0.0-alpha.113+876702a45",
82
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
83
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
81
+ "@turf/clone": "^7.0.0-alpha.114+e0bdd0add",
82
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
83
+ "@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
84
84
  "tslib": "^2.6.2"
85
85
  },
86
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
86
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
87
87
  }
File without changes
File without changes
File without changes