@jobber/hooks 1.9.1 → 1.9.2-pre.27
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.
|
@@ -7,7 +7,7 @@ interface UseCollectionQueryArguments<TQuery, TSubscription> {
|
|
|
7
7
|
*/
|
|
8
8
|
query: DocumentNode;
|
|
9
9
|
/**
|
|
10
|
-
* A list of options for us to pass into the apollo `useQuery` hook
|
|
10
|
+
* A list of options for us to pass into the apollo `useQuery` hook.
|
|
11
11
|
*/
|
|
12
12
|
queryOptions?: QueryHookOptions<TQuery>;
|
|
13
13
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/hooks",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2-pre.27+cd7c431",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.js",
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"@jobber/formatters": "^0.2.0",
|
|
19
19
|
"@testing-library/react": "^10.2.1",
|
|
20
20
|
"@testing-library/react-hooks": "^7.0.0",
|
|
21
|
-
"@types/jest": "^26.0.23",
|
|
22
21
|
"@types/lodash": "4.14.136",
|
|
23
22
|
"@types/react": "16.14.2",
|
|
24
23
|
"@types/react-dom": "16.9.10",
|
|
@@ -40,5 +39,5 @@
|
|
|
40
39
|
"@apollo/client": "^3.3.16",
|
|
41
40
|
"react": "^16.8.6"
|
|
42
41
|
},
|
|
43
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "cd7c4312ede267e252665d872d0607f9e24a4762"
|
|
44
43
|
}
|