@storybook/addon-vitest 0.0.0-pr-31819-sha-dcd0f624 → 0.0.0-pr-31819-sha-f8d78539

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-vitest",
3
- "version": "0.0.0-pr-31819-sha-dcd0f624",
3
+ "version": "0.0.0-pr-31819-sha-f8d78539",
4
4
  "description": "Storybook addon for testing components",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -99,7 +99,7 @@
99
99
  "peerDependencies": {
100
100
  "@vitest/browser": "^3.0.0",
101
101
  "@vitest/runner": "^3.0.0",
102
- "storybook": "^0.0.0-pr-31819-sha-dcd0f624",
102
+ "storybook": "^0.0.0-pr-31819-sha-f8d78539",
103
103
  "vitest": "^3.0.0"
104
104
  },
105
105
  "peerDependenciesMeta": {
@@ -1,11 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
- var __export = (target, all) => {
4
- for (var name in all)
5
- __defProp(target, name, { get: all[name], enumerable: true });
6
- };
7
-
8
- export {
9
- __name,
10
- __export
11
- };