@sprucelabs/spruce-location-utils 9.4.95 → 9.4.97

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.
@@ -100,8 +100,8 @@ class LocationListCardViewController extends AbstractViewController {
100
100
  });
101
101
  }
102
102
  handleClickLocation(location) {
103
- var _a;
104
103
  return __awaiter(this, void 0, void 0, function* () {
104
+ var _a;
105
105
  if (this.onClickHandler) {
106
106
  (_a = this.onClickHandler) === null || _a === void 0 ? void 0 : _a.call(this, location);
107
107
  return;
@@ -110,8 +110,8 @@ class LocationListCardViewController extends AbstractViewController {
110
110
  });
111
111
  }
112
112
  handleDeleteLocation(location) {
113
- var _a;
114
113
  return __awaiter(this, void 0, void 0, function* () {
114
+ var _a;
115
115
  const shouldDelete = yield this.confirm({
116
116
  title: `Delete ${location.name}?`,
117
117
  isDestructive: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-location-utils",
3
3
  "description": "Location Utilities",
4
- "version": "9.4.95",
4
+ "version": "9.4.97",
5
5
  "skill": {
6
6
  "namespace": "locations"
7
7
  },