zephyr-rspack-plugin 0.0.54 → 0.0.56

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
@@ -163,7 +163,7 @@ Add these scripts to your `package.json`:
163
163
 
164
164
  Check out our [examples directory](../../examples/) for complete working examples:
165
165
 
166
- - [rspack-sample-app](../../examples/rspack-sample-app/) - Basic Rspack setup
166
+ - [rsbuild-sample-app](../../examples/rsbuild-sample-app/) - Basic Rsbuild setup
167
167
  - [rspack-mf](../../examples/rspack-mf/) - Module Federation setup with host and remote
168
168
  - [rspack-nx-mf](../../examples/rspack-nx-mf/) - Nx workspace with Rspack and Module Federation
169
169
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rspack-plugin",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "description": "Repack plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rspack-plugin",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "description": "Repack plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,8 +20,8 @@
20
20
  "@rspack/core": "^1.3.15",
21
21
  "is-ci": "^4.1.0",
22
22
  "tslib": "^2.8.1",
23
- "zephyr-agent": "0.0.54",
24
- "zephyr-xpack-internal": "0.0.54"
23
+ "zephyr-agent": "0.0.56",
24
+ "zephyr-xpack-internal": "0.0.56"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/is-ci": "3.0.4",