@turf/sample 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.
@@ -30,4 +30,4 @@ export {
30
30
  turf_sample_default as default,
31
31
  sample
32
32
  };
33
- //# sourceMappingURL=index.mjs.map
33
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/sample",
3
- "version": "7.0.0-alpha.113+876702a45",
3
+ "version": "7.0.0-alpha.114+e0bdd0add",
4
4
  "description": "turf sample module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -22,19 +22,19 @@
22
22
  "sample",
23
23
  "turf"
24
24
  ],
25
- "type": "commonjs",
25
+ "type": "module",
26
26
  "main": "dist/cjs/index.cjs",
27
- "module": "dist/esm/index.mjs",
28
- "types": "dist/cjs/index.d.ts",
27
+ "module": "dist/esm/index.js",
28
+ "types": "dist/esm/index.d.ts",
29
29
  "exports": {
30
30
  "./package.json": "./package.json",
31
31
  ".": {
32
32
  "import": {
33
- "types": "./dist/esm/index.d.mts",
34
- "default": "./dist/esm/index.mjs"
33
+ "types": "./dist/esm/index.d.ts",
34
+ "default": "./dist/esm/index.js"
35
35
  },
36
36
  "require": {
37
- "types": "./dist/cjs/index.d.ts",
37
+ "types": "./dist/cjs/index.d.cts",
38
38
  "default": "./dist/cjs/index.cjs"
39
39
  }
40
40
  }
@@ -61,8 +61,8 @@
61
61
  "typescript": "^5.2.2"
62
62
  },
63
63
  "dependencies": {
64
- "@turf/helpers": "^7.0.0-alpha.113+876702a45",
64
+ "@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
65
65
  "tslib": "^2.6.2"
66
66
  },
67
- "gitHead": "876702a454d5d085d6e1e54ae286c2b5bc08f584"
67
+ "gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
68
68
  }
File without changes
File without changes
File without changes