@mx-cartographer/experiences 3.10.1-alpha.mm15 → 3.10.1-alpha.mm16

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,8 +13,6 @@ type Dataset = DataPoint[];
13
13
  type CategoryTotalData = {
14
14
  top_level_category_guid: string;
15
15
  category_guid: string;
16
- category_name: string;
17
- category_color: string;
18
16
  amount: number;
19
17
  year_month: number;
20
18
  date: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "3.10.1-alpha.mm15",
3
+ "version": "3.10.1-alpha.mm16",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",