zephyr-rspack-plugin 0.0.53 → 0.0.55

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
@@ -107,11 +107,7 @@ const config: Configuration = {
107
107
  // ... other configuration
108
108
  };
109
109
 
110
- export default withZephyr({
111
- // Zephyr options
112
- deploy: true,
113
- environment: 'production',
114
- })(config);
110
+ export default withZephyr()(config);
115
111
  ```
116
112
 
117
113
  ## Features
@@ -167,7 +163,7 @@ Add these scripts to your `package.json`:
167
163
 
168
164
  Check out our [examples directory](../../examples/) for complete working examples:
169
165
 
170
- - [rspack-sample-app](../../examples/rspack-sample-app/) - Basic Rspack setup
166
+ - [rsbuild-sample-app](../../examples/rsbuild-sample-app/) - Basic Rsbuild setup
171
167
  - [rspack-mf](../../examples/rspack-mf/) - Module Federation setup with host and remote
172
168
  - [rspack-nx-mf](../../examples/rspack-nx-mf/) - Nx workspace with Rspack and Module Federation
173
169
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-rspack-plugin",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
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.53",
3
+ "version": "0.0.55",
4
4
  "description": "Repack plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,11 +17,11 @@
17
17
  "types": "dist/index.d.ts",
18
18
  "dependencies": {
19
19
  "@module-federation/automatic-vendor-federation": "^1.2.1",
20
- "@rspack/core": "1.2.8",
20
+ "@rspack/core": "^1.3.15",
21
21
  "is-ci": "^4.1.0",
22
22
  "tslib": "^2.8.1",
23
- "zephyr-agent": "0.0.53",
24
- "zephyr-xpack-internal": "0.0.53"
23
+ "zephyr-xpack-internal": "0.0.55",
24
+ "zephyr-agent": "0.0.55"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/is-ci": "3.0.4",