We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca9eb7 commit ed41fcaCopy full SHA for ed41fca
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@quest-chains/sdk",
3
"description": "An SDK for building applications on top of Quest Chains",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"license": "GPL-3.0",
6
"main": "dist/index.js",
7
"typings": "dist/index.d.ts",
src/graphql/index.ts
@@ -6,3 +6,4 @@ export * from './badgesForUser';
export * from './statusForUser';
export * from './rolesForUser';
8
export * from './types';
9
+export * from './client';
0 commit comments