@huolala-tech/page-spy-types
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -54,2 +54,8 @@ import { SocketStoreType } from './base'; | ||
secret?: string; | ||
/** | ||
* | ||
*/ | ||
serializeData?: boolean; | ||
[key: string]: any; | ||
@@ -56,0 +62,0 @@ } |
export interface RequestInfo { | ||
id: string; | ||
name: string; | ||
method: string; | ||
@@ -37,3 +36,2 @@ url: string; | ||
costTime: number; | ||
getData: [string, string][] | null; | ||
/** | ||
@@ -40,0 +38,0 @@ * @deprecated please using `requestPayload` |
{ | ||
"name": "@huolala-tech/page-spy-types", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "Types for PageSpy SDK", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "a1cf9f3afaf2f298526cf34958d5fb61d2e14491" | ||
"gitHead": "a58bd8709a155b816e894788c507b25bf3464a11" | ||
} |
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
620
17972