@storybook/addon-interactions 8.3.0-beta.3 → 8.3.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/preview.js CHANGED
@@ -1,6 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var instrumenter = require('@storybook/instrumenter');
4
+ require('@storybook/test');
4
5
 
5
6
  var {step:runStep}=instrumenter.instrument({step:(label,play,context)=>play(context)},{intercept:!0}),parameters={throwPlayFunctionExceptions:!1};
6
7
 
package/dist/preview.mjs CHANGED
@@ -1,4 +1,5 @@
1
1
  import { instrument } from '@storybook/instrumenter';
2
+ import '@storybook/test';
2
3
 
3
4
  var {step:runStep}=instrument({step:(label,play,context)=>play(context)},{intercept:!0}),parameters={throwPlayFunctionExceptions:!1};
4
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "8.3.0-beta.3",
3
+ "version": "8.3.0-beta.5",
4
4
  "description": "Automate, test and debug user interactions",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -53,8 +53,8 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@storybook/global": "^5.0.0",
56
- "@storybook/instrumenter": "8.3.0-beta.3",
57
- "@storybook/test": "8.3.0-beta.3",
56
+ "@storybook/instrumenter": "8.3.0-beta.5",
57
+ "@storybook/test": "8.3.0-beta.5",
58
58
  "polished": "^4.2.2",
59
59
  "ts-dedent": "^2.2.0"
60
60
  },
@@ -68,7 +68,7 @@
68
68
  "typescript": "^5.3.2"
69
69
  },
70
70
  "peerDependencies": {
71
- "storybook": "^8.3.0-beta.3"
71
+ "storybook": "^8.3.0-beta.5"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"