@storybook/instrumenter
Advanced tools
Comparing version 0.0.0-pr-28483-sha-d7c2f6b8 to 0.0.0-pr-28492-sha-08d3f4f1
@@ -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-28483-sha-d7c2f6b8", | ||
"version": "0.0.0-pr-28492-sha-08d3f4f1", | ||
"description": "", | ||
@@ -26,3 +26,2 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"node": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
@@ -44,8 +43,8 @@ "require": "./dist/index.js" | ||
"scripts": { | ||
"check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts", | ||
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts" | ||
"check": "jiti ../../../scripts/prepare/check.ts", | ||
"prep": "jiti ../../../scripts/prepare/bundle.ts" | ||
}, | ||
"dependencies": { | ||
"@storybook/global": "^5.0.0", | ||
"@vitest/utils": "^1.3.1", | ||
"@vitest/utils": "^2.0.5", | ||
"util": "^0.12.4" | ||
@@ -57,3 +56,3 @@ }, | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-28483-sha-d7c2f6b8" | ||
"storybook": "^0.0.0-pr-28492-sha-08d3f4f1" | ||
}, | ||
@@ -60,0 +59,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
216982
947
+ Added@vitest/pretty-format@2.1.5(transitive)
+ Added@vitest/utils@2.1.5(transitive)
+ Addedloupe@3.1.2(transitive)
+ Addedtinyrainbow@1.2.0(transitive)
- Removed@jest/schemas@29.6.3(transitive)
- Removed@sinclair/typebox@0.27.8(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removed@vitest/utils@1.6.0(transitive)
- Removedansi-styles@5.2.0(transitive)
- Removeddiff-sequences@29.6.3(transitive)
- Removedestree-walker@3.0.3(transitive)
- Removedget-func-name@2.0.2(transitive)
- Removedloupe@2.3.7(transitive)
- Removedpretty-format@29.7.0(transitive)
- Removedreact-is@18.3.1(transitive)
Updated@vitest/utils@^2.0.5