@opentripplanner/core-utils 7.0.0-alpha.2 → 7.0.0-alpha.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentripplanner/core-utils",
3
- "version": "7.0.0-alpha.2",
3
+ "version": "7.0.0-alpha.3",
4
4
  "description": "Core functionality that is shared among numerous UI components",
5
5
  "engines": {
6
6
  "node": ">=13"
@@ -14,7 +14,6 @@
14
14
  "dependencies": {
15
15
  "@mapbox/polyline": "^1.1.0",
16
16
  "@opentripplanner/geocoder": "^1.2.2",
17
- "@opentripplanner/types": "3.0.0-alpha.3",
18
17
  "@styled-icons/foundation": "^10.34.0",
19
18
  "@turf/along": "^6.0.1",
20
19
  "bowser": "^2.7.0",
@@ -28,5 +27,7 @@
28
27
  "scripts": {
29
28
  "tsc": "tsc"
30
29
  },
31
- "devDependencies": {}
30
+ "devDependencies": {
31
+ "@opentripplanner/types": "3.0.0-alpha.4"
32
+ }
32
33
  }
@@ -182,8 +182,8 @@
182
182
  "affectsGlobalScope": true
183
183
  },
184
184
  "../types/lib/index.d.ts": {
185
- "version": "8b83b418cdb0ae9832355ea0b30d1fb8f5214ec786673a2f289f0dee7078505c",
186
- "signature": "8b83b418cdb0ae9832355ea0b30d1fb8f5214ec786673a2f289f0dee7078505c",
185
+ "version": "5c934121ff029dac01bd015d1de6b2b04f427af2b36b18c5d4b625caf100c306",
186
+ "signature": "5c934121ff029dac01bd015d1de6b2b04f427af2b36b18c5d4b625caf100c306",
187
187
  "affectsGlobalScope": false
188
188
  },
189
189
  "../../node_modules/@turf/helpers/dist/js/lib/geojson.d.ts": {