@huolala-tech/page-spy-types
Advanced tools
Comparing version 1.8.9 to 1.9.0
@@ -37,2 +37,5 @@ import type { | ||
removeListener(type: InteractiveType, fn: InteractiveEventCallback): void; | ||
removeListener(type: InternalType, fn: InternalEventCallback): void; | ||
dispatchEvent( | ||
@@ -39,0 +42,0 @@ type: InteractiveType | InternalType, |
@@ -56,2 +56,7 @@ import { SocketStoreType } from './base'; | ||
export interface UpdateConfig { | ||
title?: string; | ||
project?: string; | ||
} | ||
export interface PageSpyBase { | ||
@@ -65,2 +70,3 @@ version: string; | ||
abort(): void; | ||
updateRoomInfo(obj: UpdateConfig): void; | ||
} | ||
@@ -79,2 +85,7 @@ | ||
socketStore: SocketStoreType; | ||
/** | ||
* The atom instance to store js object info. | ||
*/ | ||
atom: any; | ||
} | ||
@@ -81,0 +92,0 @@ |
{ | ||
"name": "@huolala-tech/page-spy-types", | ||
"version": "1.8.9", | ||
"version": "1.9.0", | ||
"description": "Types for PageSpy SDK", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "ac4420682a89afe7e2a0145d28d67d7f73efd24c" | ||
"gitHead": "2649c52819a354410fd3f0ee65e53fa1790a829c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17958
617