@turf/boolean-within 4.7.1 → 4.7.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @turf/boolean-within
2
2
 
3
- # booleanWith
3
+ # booleanWithin
4
4
 
5
5
  Boolean-within returns true if the first geometry is completely within the second geometry.
6
6
  The interiors of both geometries must intersect and, the interior and boundary of the primary (geometry a)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/boolean-within",
3
- "version": "4.7.1",
3
+ "version": "4.7.3",
4
4
  "description": "turf boolean-within module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -34,18 +34,18 @@
34
34
  },
35
35
  "homepage": "https://github.com/Turfjs/turf",
36
36
  "devDependencies": {
37
- "@turf/helpers": "4.7.1",
38
- "benchmark": "^2.1.4",
37
+ "@turf/helpers": "^4.7.3",
38
+ "benchmark": "2.1.4",
39
39
  "boolean-jsts": "0.0.1",
40
- "boolean-shapely": "^0.1.2",
41
- "glob": "^7.1.1",
42
- "load-json-file": "^2.0.0",
43
- "tape": "^4.6.3"
40
+ "boolean-shapely": "0.1.2",
41
+ "glob": "7.1.2",
42
+ "load-json-file": "2.0.0",
43
+ "tape": "4.8.0"
44
44
  },
45
45
  "dependencies": {
46
- "@turf/bbox": "4.7.1",
47
- "@turf/boolean-point-on-line": "4.7.1",
48
- "@turf/inside": "4.7.1",
49
- "@turf/invariant": "4.7.1"
46
+ "@turf/bbox": "^4.7.3",
47
+ "@turf/boolean-point-on-line": "^4.7.3",
48
+ "@turf/inside": "^4.7.3",
49
+ "@turf/invariant": "^4.7.3"
50
50
  }
51
51
  }