@shakerquiz/utilities 0.5.79 → 0.5.80

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,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/utilities",
4
- "version": "0.5.79",
4
+ "version": "0.5.80",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -358,6 +358,7 @@ export var RouteService = {
358
358
  [Route['cities/country']]: Service.Cities,
359
359
  [Route['cities/currency']]: Service.Cities,
360
360
  [Route['cities/timezone']]: Service.Cities,
361
+ [Route['cities/venues']]: Service.Cities,
361
362
 
362
363
  [Route['venue']]: Service.Venues,
363
364
  [Route['venue/city']]: Service.Venues,