@nhost/nhost-js 3.1.4 → 3.1.6

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.
@@ -1,5 +1,5 @@
1
- import { NhostClientConstructorParams } from '../utils/types';
2
1
  import { HasuraAuthClient } from '@nhost/hasura-auth-js';
2
+ import { NhostClientConstructorParams } from '../utils/types';
3
3
 
4
4
  /**
5
5
  * Creates a client for Auth from either a subdomain or a URL
@@ -1,5 +1,5 @@
1
- import { NhostFunctionCallConfig, NhostFunctionCallResponse, NhostFunctionsConstructorParams } from './types';
2
1
  import { NhostClientConstructorParams } from '../../utils/types';
2
+ import { NhostFunctionCallConfig, NhostFunctionCallResponse, NhostFunctionsConstructorParams } from './types';
3
3
 
4
4
  /**
5
5
  * Creates a client for Functions from either a subdomain or a URL
@@ -1,5 +1,5 @@
1
- import { NhostClientConstructorParams } from '../utils/types';
2
1
  import { NhostGraphqlClient } from '@nhost/graphql-js';
2
+ import { NhostClientConstructorParams } from '../utils/types';
3
3
 
4
4
  /**
5
5
  * Creates a client for GraphQL from either a subdomain or a URL
@@ -1,8 +1,8 @@
1
- import { NhostFunctionsClient } from './functions';
2
- import { NhostClientConstructorParams } from '../utils/types';
3
- import { HasuraStorageClient } from '@nhost/hasura-storage-js';
4
- import { HasuraAuthClient } from '@nhost/hasura-auth-js';
5
1
  import { NhostGraphqlClient } from '@nhost/graphql-js';
2
+ import { HasuraAuthClient } from '@nhost/hasura-auth-js';
3
+ import { HasuraStorageClient } from '@nhost/hasura-storage-js';
4
+ import { NhostClientConstructorParams } from '../utils/types';
5
+ import { NhostFunctionsClient } from './functions';
6
6
 
7
7
  export declare const createNhostClient: (params: NhostClientConstructorParams) => NhostClient;
8
8
  export declare class NhostClient {
@@ -1,5 +1,5 @@
1
- import { NhostClientConstructorParams } from '../utils/types';
2
1
  import { HasuraStorageClient } from '@nhost/hasura-storage-js';
2
+ import { NhostClientConstructorParams } from '../utils/types';
3
3
 
4
4
  /**
5
5
  * Creates a client for Storage from either a subdomain or a URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nhost/nhost-js",
3
- "version": "3.1.4",
3
+ "version": "3.1.6",
4
4
  "description": "Nhost JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "isomorphic-unfetch": "^3.1.0",
48
48
  "@nhost/graphql-js": "0.3.0",
49
- "@nhost/hasura-auth-js": "2.5.1",
49
+ "@nhost/hasura-auth-js": "2.5.3",
50
50
  "@nhost/hasura-storage-js": "2.5.1"
51
51
  },
52
52
  "devDependencies": {