trand_common_v1 0.1.13 → 0.1.14

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.
@@ -162,7 +162,7 @@ export type Category = {
162
162
  end_day: number;
163
163
  icon_url: string | null;
164
164
  img_url: string | null;
165
- contents_count: number;
165
+ content_count: number;
166
166
  created_at: string;
167
167
  created_by: string | null;
168
168
  updated_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"