@turf/clone 7.0.0-alpha.113 → 7.0.0-alpha.115

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.
@@ -117,4 +117,4 @@ export {
117
117
  cloneProperties,
118
118
  turf_clone_default as default
119
119
  };
120
- //# sourceMappingURL=index.mjs.map
120
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/clone",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.115+c76e6e96e",
4
4
  "description": "turf clone module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -23,19 +23,19 @@
23
23
  "turf",
24
24
  "clone"
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
  }
@@ -50,10 +50,10 @@
50
50
  "docs": "tsx ../../scripts/generate-readmes.ts",
51
51
  "test": "npm-run-all --npm-path npm test:*",
52
52
  "test:tape": "tsx test.ts",
53
- "test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
53
+ "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
54
54
  },
55
55
  "devDependencies": {
56
- "@turf/meta": "^7.0.0-alpha.113+876702a45",
56
+ "@turf/meta": "^7.0.0-alpha.115+c76e6e96e",
57
57
  "@types/benchmark": "^2.1.5",
58
58
  "@types/tape": "^4.2.32",
59
59
  "benchmark": "^2.1.4",
@@ -64,8 +64,8 @@
64
64
  "typescript": "^5.2.2"
65
65
  },
66
66
  "dependencies": {
67
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
67
+ "@turf/helpers": "^7.0.0-alpha.115+c76e6e96e",
68
68
  "tslib": "^2.6.2"
69
69
  },
70
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
70
+ "gitHead": "c76e6e96eea2a08d55f670333a085535da5371ce"
71
71
  }
File without changes
File without changes
File without changes