@turf/truncate 7.0.0-alpha.111 → 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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/truncate",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.114+e0bdd0add",
|
|
4
4
|
"description": "turf truncate module",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"gis",
|
|
26
26
|
"truncate"
|
|
27
27
|
],
|
|
28
|
-
"type": "
|
|
28
|
+
"type": "module",
|
|
29
29
|
"main": "dist/cjs/index.cjs",
|
|
30
|
-
"module": "dist/esm/index.
|
|
31
|
-
"types": "dist/
|
|
30
|
+
"module": "dist/esm/index.js",
|
|
31
|
+
"types": "dist/esm/index.d.ts",
|
|
32
32
|
"exports": {
|
|
33
33
|
"./package.json": "./package.json",
|
|
34
34
|
".": {
|
|
35
35
|
"import": {
|
|
36
|
-
"types": "./dist/esm/index.d.
|
|
37
|
-
"default": "./dist/esm/index.
|
|
36
|
+
"types": "./dist/esm/index.d.ts",
|
|
37
|
+
"default": "./dist/esm/index.js"
|
|
38
38
|
},
|
|
39
39
|
"require": {
|
|
40
|
-
"types": "./dist/cjs/index.d.
|
|
40
|
+
"types": "./dist/cjs/index.d.cts",
|
|
41
41
|
"default": "./dist/cjs/index.cjs"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"docs": "tsx ../../scripts/generate-readmes.ts",
|
|
53
53
|
"test": "npm-run-all --npm-path npm test:*",
|
|
54
54
|
"test:tape": "tsx test.ts",
|
|
55
|
-
"test:types": "tsc --esModuleInterop --noEmit --strict types.ts"
|
|
55
|
+
"test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/benchmark": "^2.1.5",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"write-json-file": "^5.0.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@turf/helpers": "^7.0.0-alpha.
|
|
71
|
-
"@turf/meta": "^7.0.0-alpha.
|
|
70
|
+
"@turf/helpers": "^7.0.0-alpha.114+e0bdd0add",
|
|
71
|
+
"@turf/meta": "^7.0.0-alpha.114+e0bdd0add",
|
|
72
72
|
"tslib": "^2.6.2"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "e0bdd0add87f21a4430f8884736096d1ac6fe4cd"
|
|
75
75
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|