Socket
Socket
Sign inDemoInstall

@refinedev/hasura

Package Overview
Dependencies
554
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.6.0 to 6.6.1

8

dist/index.d.ts

@@ -1,5 +0,5 @@

import dataProvider from "./dataProvider";
import dataProvider from "./dataProvider/index.ts";
export default dataProvider;
export * from "./dataProvider";
export * from "./liveProvider";
export * from "./dataProvider/index.ts";
export * from "./liveProvider/index.ts";
export { GraphQLClient, batchRequests, gql, rawRequest, request, resolveRequestDocument, } from "graphql-request";

@@ -9,3 +9,3 @@ export type { BatchRequestDocument, BatchRequestsExtendedOptions, BatchRequestsOptions, ClientError, GraphQLWebSocketClient, RawRequestExtendedOptions, RawRequestOptions, RequestDocument, RequestExtendedOptions, RequestOptions, Variables, } from "graphql-request";

export * as graphqlWS from "graphql-ws";
export * from "./interfaces";
export * from "./interfaces.ts";
//# sourceMappingURL=index.d.ts.map
{
"name": "@refinedev/hasura",
"version": "6.6.0",
"version": "6.6.1",
"private": false,

@@ -34,2 +34,3 @@ "description": "refine Hasura data provider. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",

"scripts": {
"attw": "attw --pack .",
"build": "tsup",

@@ -54,4 +55,4 @@ "dev": "tsup --watch",

"@esbuild-plugins/node-resolve": "^0.1.4",
"@refinedev/cli": "^2.16.28",
"@refinedev/core": "^4.49.0",
"@refinedev/cli": "^2.16.30",
"@refinedev/core": "^4.49.1",
"@types/jest": "^29.2.4",

@@ -58,0 +59,0 @@ "jest": "^29.3.1",

@@ -1,6 +0,6 @@

import dataProvider from "./dataProvider";
import dataProvider from "./dataProvider/index.ts";
export default dataProvider;
export * from "./dataProvider";
export * from "./liveProvider";
export * from "./dataProvider/index.ts";
export * from "./liveProvider/index.ts";

@@ -32,2 +32,2 @@ export {

export * as graphqlWS from "graphql-ws";
export * from "./interfaces";
export * from "./interfaces.ts";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc