@sprucelabs/spruce-organization-utils 4.0.8 → 4.1.1

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.
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
9
9
  };
10
10
  import { AbstractViewController, buildActiveRecordCard, } from '@sprucelabs/heartwood-view-controllers';
11
11
  import { locationRenderer } from '@sprucelabs/spruce-skill-utils';
12
- export default class OrganizationListCardViewController extends AbstractViewController {
12
+ class OrganizationListCardViewController extends AbstractViewController {
13
13
  constructor(options) {
14
14
  super(options);
15
15
  this.onDelete = options.onDelete;
@@ -110,3 +110,4 @@ export default class OrganizationListCardViewController extends AbstractViewCont
110
110
  }
111
111
  }
112
112
  OrganizationListCardViewController.id = 'org-list-card';
113
+ export default OrganizationListCardViewController;
@@ -96,5 +96,5 @@ class OrganizationListCardViewController extends heartwood_view_controllers_1.Ab
96
96
  return this.activeRecordCardVc.render();
97
97
  }
98
98
  }
99
- exports.default = OrganizationListCardViewController;
100
99
  OrganizationListCardViewController.id = 'org-list-card';
100
+ exports.default = OrganizationListCardViewController;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-organization-utils",
3
3
  "description": "Support for working with organizations and Sprucebot. 📈",
4
- "version": "4.0.8",
4
+ "version": "4.1.1",
5
5
  "skill": {
6
6
  "namespace": "organization"
7
7
  },