trand_common_v1 0.1.154 → 0.1.155

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.
@@ -846,7 +846,7 @@ export type GooglePlaceData = {
846
846
  rating: number | null;
847
847
  user_rating_count: number | null;
848
848
  periods: string | null;
849
- weekly_descriptions: JSON | null;
849
+ weekday_descriptions: JSON | null;
850
850
  utc_offset_minutes: number | null;
851
851
  timezone: string | null;
852
852
  business_status: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.154",
3
+ "version": "0.1.155",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"