zephyr-rsbuild-plugin 0.1.0-next.1 → 0.1.1-next.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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- [Zephyr Cloud](https://zephyr-cloud.io) | [Zephyr Docs](https://docs.zephyr-cloud.io/recipes/rsbuild-react) | [Discord](https://zephyr-cloud.io/discord) | [Twitter](https://x.com/ZephyrCloudIO) | [LinkedIn](https://www.linkedin.com/company/zephyr-cloud/)
5
+ [Zephyr Cloud](https://zephyr-cloud.io) | [Zephyr Docs](https://docs.zephyr-cloud.io/bundlers/rsbuild) | [Discord](https://zephyr-cloud.io/discord) | [Twitter](https://x.com/ZephyrCloudIO) | [LinkedIn](https://www.linkedin.com/company/zephyr-cloud/)
6
6
 
7
7
  <hr/>
8
8
  <img src="https://cdn.prod.website-files.com/669061ee3adb95b628c3acda/66981c766e352fe1f57191e2_Opengraph-zephyr.png" alt="Zephyr Logo" />
@@ -18,7 +18,7 @@ The fastest way to get started is to use `create-zephyr-apps` to generate a new
18
18
  npx create-zephyr-apps@latest
19
19
  ```
20
20
 
21
- For more information please refer to our [documentation](https://docs.zephyr-cloud.io/recipes).
21
+ For more information please refer to our [documentation](https://docs.zephyr-cloud.io/bundlers/rsbuild).
22
22
 
23
23
  ## Installation
24
24
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rsbuild-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Rsbuild plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rsbuild-plugin",
3
- "version": "0.1.0-next.1",
3
+ "version": "0.1.1-next.2",
4
4
  "description": "Rsbuild plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "types": "dist/index.d.ts",
18
18
  "dependencies": {
19
19
  "@rsbuild/core": "^1.3.22",
20
- "zephyr-rspack-plugin": "0.1.0-next.1"
20
+ "zephyr-rspack-plugin": "0.1.1-next.2"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/jest": "29.5.14",