@routebot/constants 0.3.29 → 0.3.31

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.
@@ -160,6 +160,7 @@ const HTTP_CODES = {
160
160
  APPROXIMATE_LOCATION_NOT_ALLOWED: 626,
161
161
  GOOGLE_MAPS_API_ERROR: 627,
162
162
  USAGE_LIMIT_EXCEEDED: 628,
163
+ DEMO_CAN_NOT_MAKE_THIS_ACTION: 629,
163
164
  };
164
165
 
165
166
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routebot/constants",
3
- "version": "0.3.29",
3
+ "version": "0.3.31",
4
4
  "description": "Shared constants for RouteBot FE/BE",
5
5
  "main": "index.js",
6
6
  "files": [