@storybook/instrumenter
Advanced tools
Comparing version 0.0.0-pr-28882-sha-e607100a to 0.0.0-pr-28920-sha-f4db6c03
@@ -97,6 +97,6 @@ import { StoryId } from 'storybook/internal/types'; | ||
/** | ||
* Instruments an object or module by traversing its properties, patching any functions (methods) | ||
* to enable debugging. Patched functions will emit a `call` event when invoked. | ||
* When intercept = true, patched functions will return a Promise when the debugger stops before | ||
* this function. As such, "interceptable" functions will have to be `await`-ed. | ||
* Instruments an object or module by traversing its properties, patching any functions (methods) to | ||
* enable debugging. Patched functions will emit a `call` event when invoked. When intercept = true, | ||
* patched functions will return a Promise when the debugger stops before this function. As such, | ||
* "interceptable" functions will have to be `await`-ed. | ||
*/ | ||
@@ -103,0 +103,0 @@ declare function instrument<TObj extends Record<string, any>>(obj: TObj, options?: Options): TObj; |
{ | ||
"name": "@storybook/instrumenter", | ||
"version": "0.0.0-pr-28882-sha-e607100a", | ||
"version": "0.0.0-pr-28920-sha-f4db6c03", | ||
"description": "", | ||
@@ -55,3 +55,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-28882-sha-e607100a" | ||
"storybook": "^0.0.0-pr-28920-sha-f4db6c03" | ||
}, | ||
@@ -58,0 +58,0 @@ "publishConfig": { |
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