|
74 | 74 | # Turf libs needed by mapbox-gl-draw |
75 | 75 | pin "@turf/projection", to: "@turf--projection.js", preload: false # @7.3.3 |
76 | 76 | pin "@turf/clone", to: "@turf--clone.js", preload: false # @7.3.3 |
77 | | -pin "@turf/helpers", to: "@turf--helpers.js" # @7.3.3 |
| 77 | +pin "@turf/helpers", to: "@turf--helpers.js" # @7.3.4 |
78 | 78 | pin "@turf/meta", to: "@turf--meta.js" # @7.3.3 |
79 | 79 | # Turf libs needed by app |
80 | 80 | pin "@turf/simplify", to: "@turf--simplify.js", preload: false # @7.3.2 |
81 | 81 | pin "@turf/boolean-point-on-line", to: "@turf--boolean-point-on-line.js", preload: false # @7.3.3 |
82 | 82 | pin "@turf/clean-coords", to: "@turf--clean-coords.js", preload: false # @7.3.3 |
83 | | -pin "@turf/invariant", to: "@turf--invariant.js", preload: false # @7.3.3 |
| 83 | +pin "@turf/invariant", to: "@turf--invariant.js", preload: false # @7.3.4 |
84 | 84 | pin "@turf/centroid", to: "@turf--centroid.js", preload: false # @7.3.3 |
85 | 85 | pin "@turf/distance", to: "@turf--distance.js", preload: false # @7.3.3 |
86 | 86 | pin "@turf/along", to: "@turf--along.js", preload: false # @7.3.2 |
87 | 87 | pin "@turf/bearing", to: "@turf--bearing.js", preload: false # @7.3.3 |
88 | | -pin "@turf/destination", to: "@turf--destination.js", preload: false # @7.3.2 |
| 88 | +pin "@turf/destination", to: "@turf--destination.js", preload: false # @7.3.4 |
89 | 89 | pin "@turf/length", to: "@turf--length.js", preload: false # @7.3.3 |
90 | 90 | pin "@turf/area", to: "@turf--area.js", preload: false # @7.3.3 |
91 | 91 | pin "@turf/buffer", to: "@turf--buffer.js", preload: false # @7.3.2 |
|
0 commit comments