@refinedev/devtools-shared
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -1,3 +0,3 @@ | ||
import { Mutation, MutationKey, MutationStatus, QueryKey, QueryState, QueryStatus } from "@tanstack/react-query"; | ||
import { TraceType } from "./trace"; | ||
import type { Mutation, MutationKey, MutationStatus, QueryKey, QueryState, QueryStatus } from "@tanstack/react-query"; | ||
import type { TraceType } from "./trace"; | ||
export declare enum DevtoolsEvent { | ||
@@ -4,0 +4,0 @@ RELOAD = "devtools:reload", |
{ | ||
"name": "@refinedev/devtools-shared", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"private": false, | ||
@@ -33,11 +33,2 @@ "description": "refine devtools offers a set of features from monitoring to quickly prototyping a UI.", | ||
], | ||
"scripts": { | ||
"attw": "attw --pack .", | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"prepare": "npm run build", | ||
"publint": "publint --strict=true --level=suggestion", | ||
"test": "jest --passWithNoTests --runInBand", | ||
"types": "node ../shared/generate-declarations.js" | ||
}, | ||
"dependencies": { | ||
@@ -51,2 +42,3 @@ "@tanstack/react-query": "^4.10.1", | ||
"@types/jest": "^29.2.4", | ||
"@types/node": "^18.16.2", | ||
"jest": "^29.3.1", | ||
@@ -57,3 +49,4 @@ "jest-environment-jsdom": "^29.3.1", | ||
"tslib": "^2.6.2", | ||
"tsup": "^6.7.0" | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.4.2" | ||
}, | ||
@@ -72,3 +65,10 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719" | ||
} | ||
"scripts": { | ||
"attw": "attw --pack .", | ||
"build": "tsup && node ../shared/generate-declarations.js", | ||
"dev": "tsup --watch", | ||
"publint": "publint --strict=true --level=suggestion", | ||
"test": "jest --passWithNoTests --runInBand", | ||
"types": "node ../shared/generate-declarations.js" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { | ||
import type { | ||
Mutation, | ||
@@ -9,3 +9,3 @@ MutationKey, | ||
} from "@tanstack/react-query"; | ||
import { TraceType } from "./trace"; | ||
import type { TraceType } from "./trace"; | ||
@@ -12,0 +12,0 @@ export enum DevtoolsEvent { |
// receive ws message by adding a listener to the ws object | ||
import { DevtoolsEvent, DevtoolsEventPayloads } from "./event-types"; | ||
import type { DevtoolsEvent, DevtoolsEventPayloads } from "./event-types"; | ||
@@ -5,0 +5,0 @@ export function receive<T extends DevtoolsEvent>( |
@@ -1,2 +0,2 @@ | ||
import { DevtoolsEvent, DevtoolsEventPayloads } from "./event-types"; | ||
import type { DevtoolsEvent, DevtoolsEventPayloads } from "./event-types"; | ||
@@ -3,0 +3,0 @@ export async function send<T extends DevtoolsEvent>( |
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
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
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
61992
11
59
458