@trycourier/react-hooks 1.59.1-internal.d45903d.0 → 1.59.2-internal.c9b64bb.0

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.
@@ -36,12 +36,12 @@ var _default = function _default() {
36
36
 
37
37
  case "preferences/FETCH_PREFERENCE_PAGE/PENDING":
38
38
  return _objectSpread(_objectSpread({}, state), {}, {
39
- isUpdating: true
39
+ isLoading: true
40
40
  });
41
41
 
42
42
  case "preferences/FETCH_DRAFT_PREFERENCE_PAGE/PENDING":
43
43
  return _objectSpread(_objectSpread({}, state), {}, {
44
- isUpdating: true
44
+ isLoading: true
45
45
  });
46
46
 
47
47
  case "preferences/FETCH_RECIPIENT_PREFERENCES/DONE":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/react-hooks",
3
- "version": "1.59.1-internal.d45903d.0+d45903d",
3
+ "version": "1.59.2-internal.c9b64bb.0+c9b64bb",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "typings/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "concat-md": "^0.3.5"
21
21
  },
22
22
  "dependencies": {
23
- "@trycourier/client-graphql": "^1.59.1-internal.d45903d.0+d45903d",
23
+ "@trycourier/client-graphql": "^1.59.2-internal.c9b64bb.0+c9b64bb",
24
24
  "deep-extend": "^0.6.0",
25
25
  "rimraf": "^3.0.2"
26
26
  },
@@ -36,5 +36,5 @@
36
36
  ".": "./dist/index.js",
37
37
  "./use-inbox": "./dist/inbox/use-inbox.js"
38
38
  },
39
- "gitHead": "d45903d2d8ef368dae916790ef212351dd93ef8f"
39
+ "gitHead": "c9b64bbc1a0b876680882d8e17cab72761a33821"
40
40
  }