@replayio/protocol
Advanced tools
Comparing version 0.72.0 to 0.73.0
@@ -117,2 +117,7 @@ import { MappedLocation, PersistentObjectId, PointDescription } from "./Debugger"; | ||
this: Value; | ||
/** | ||
* Return value of the frame, if this is the topmost frame and | ||
* execution is paused at a return site. | ||
*/ | ||
returnValue?: Value; | ||
} | ||
@@ -119,0 +124,0 @@ /** |
{ | ||
"name": "@replayio/protocol", | ||
"version": "0.72.0", | ||
"version": "0.73.0", | ||
"description": "Definition of the protocol used by the Record Replay web service", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
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
575373
13255