@spotlightjs/overlay
Advanced tools
Comparing version 2.9.0 to 2.10.0
@@ -1,1 +0,1 @@ | ||
export declare function generate_uuidv4(): string; | ||
export declare function generateUuidv4(): string; |
import { default as React } from 'react'; | ||
export declare function connectToSidecar(sidecarUrl: string, contentTypeListeners: Record<string, (event: MessageEvent) => void>, setOnline: React.Dispatch<React.SetStateAction<boolean>>): () => void; | ||
export declare function connectToSidecar(sidecarUrl: string, contentTypeListeners: Record<string, (event: { | ||
data: string | Uint8Array; | ||
}) => void>, setOnline: React.Dispatch<React.SetStateAction<boolean>>): () => void; |
{ | ||
"name": "@spotlightjs/overlay", | ||
"description": "The overlay of Spotlight to add debug interface to your web app.", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"license": "Apache-2.0", | ||
@@ -50,7 +50,7 @@ "type": "module", | ||
"usehooks-ts": "^2.16.0", | ||
"vite": "^5.4.11", | ||
"vite": "^5.4.12", | ||
"vite-plugin-dts": "^3.9.1", | ||
"vite-plugin-svgr": "^3.3.0", | ||
"vitest": "^0.34.6", | ||
"@spotlightjs/sidecar": "1.10.0", | ||
"@spotlightjs/sidecar": "1.11.0", | ||
"@spotlightjs/tsconfig": "1.0.1" | ||
@@ -62,3 +62,3 @@ }, | ||
"scripts": { | ||
"dev": "vite build --watch", | ||
"dev": "vite serve --config=vite.dev.config.ts", | ||
"build": "NODE_ENV=production tsc && vite build", | ||
@@ -65,0 +65,0 @@ "build:watch": "vite build --watch", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
16753699
125
54605