storybook-react-rsbuild 0.0.1 → 0.0.2

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024-present Bytedance, Inc. and its affiliates.
3
+ Copyright (c) 2024 Rspack Contrib
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # Storybook for React & Rsbuild
1
+ # storybook-react-rsbuild
2
+
3
+ Check out [rspack-contrib/storybook-rsbuild](https://github.com/rspack-contrib/storybook-rsbuild) for documentation.
package/package.json CHANGED
@@ -1,11 +1,22 @@
1
1
  {
2
2
  "name": "storybook-react-rsbuild",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Storybook for React and Rsbuild: Develop React components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
- "storybook"
6
+ "storybook",
7
+ "rsbuild",
8
+ "rspack",
9
+ "react"
7
10
  ],
8
11
  "license": "MIT",
12
+ "bugs": {
13
+ "url": "https://github.com/rspack-contrib/storybook-rsbuild/issues"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/rspack-contrib/storybook-rsbuild",
18
+ "directory": "packages/builder-react"
19
+ },
9
20
  "exports": {
10
21
  ".": {
11
22
  "types": "./dist/index.d.ts",
@@ -49,7 +60,7 @@
49
60
  "react-docgen": "^7.0.3",
50
61
  "resolve": "^1.22.8",
51
62
  "tsconfig-paths": "^4.2.0",
52
- "storybook-builder-rsbuild": "0.0.1"
63
+ "storybook-builder-rsbuild": "0.0.2"
53
64
  },
54
65
  "peerDependencies": {
55
66
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
package/preset.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('./dist/preset');
1
+ module.exports = require('./dist/preset')