@trpc/client 10.0.0-alpha.26 → 10.0.0-alpha.29

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/client",
3
- "version": "10.0.0-alpha.26",
3
+ "version": "10.0.0-alpha.29",
4
4
  "description": "tRPC Client lib",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -67,13 +67,13 @@
67
67
  "@babel/runtime": "^7.9.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@trpc/server": "10.0.0-alpha.26"
70
+ "@trpc/server": "10.0.0-alpha.29"
71
71
  },
72
72
  "devDependencies": {
73
- "@trpc/server": "10.0.0-alpha.26"
73
+ "@trpc/server": "10.0.0-alpha.29"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "412d2ba0d5f857e7f7d2e0fd3af6f1334e4f108a"
78
+ "gitHead": "26c39efe913475ed0544c9953e821fc9b9d53fff"
79
79
  }
@@ -58,7 +58,7 @@ export function dataLoader<TKey, TValue>(
58
58
  // we're done
59
59
  break;
60
60
  }
61
- const lastGroup = groupedItems[groupedItems.length - 1];
61
+ const lastGroup = groupedItems[groupedItems.length - 1]!;
62
62
 
63
63
  if (item.aborted) {
64
64
  // Item was aborted before it was dispatched