zephyr-repack-plugin 0.0.0-canary-20250527160857 → 0.0.0-canary-20250603193009

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
@@ -1,14 +1,25 @@
1
1
  # Zephyr Repack Plugin
2
2
 
3
- `zephyr-repack-plugin` is a plugin to deploy cross-platform application built with [React Native](https://reactnative.dev), [Rspack](https://rspack.dev) and [Re.Pack](https://re-pack.dev) and enable Over-The-Air updates capablities for federated applications.
4
-
5
3
  <div align="center">
6
4
 
7
- [Zephyr Cloud](https://zephyr-cloud.io) | [Zephyr Docs](https://docs.zephyr-cloud.io/recipes/repack-mf) | [Rspack Docs](https://rspack.dev) | [Re.Pack Docs](https://re-pack.dev) | [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/recipes/repack-mf) | [Discord](https://zephyr-cloud.io/discord) | [Twitter](https://x.com/ZephyrCloudIO) | [LinkedIn](https://www.linkedin.com/company/zephyr-cloud/)
8
6
 
9
7
  <hr/>
8
+ <img src="https://cdn.prod.website-files.com/669061ee3adb95b628c3acda/66981c766e352fe1f57191e2_Opengraph-zephyr.png" alt="Zephyr Logo" />
10
9
  </div>
11
10
 
11
+ A React Native plugin for deploying cross-platform applications built with [React Native](https://reactnative.dev), [Rspack](https://rspack.dev) and [Re.Pack](https://re-pack.dev). This plugin enables Over-The-Air updates capabilities for federated applications and seamless deployment to Zephyr Cloud.
12
+
13
+ ## Get Started
14
+
15
+ The fastest way to get started is to use `create-zephyr-apps` to generate a new React Native application with Zephyr integration and choose from React Native example:
16
+
17
+ ```bash
18
+ npx create-zephyr-apps@latest
19
+ ```
20
+
21
+ For more information, please refer to our [documentation](https://docs.zephyr-cloud.io/recipes/repack-mf) for Repack and also a comprehensive guide to work with Re.Pack [here](https://docs.zephyr-cloud.io/recipes/react-native).
22
+
12
23
  ## Installation
13
24
 
14
25
  Installing the `zephyr-repack-plugin` for your cross-platform application:
@@ -125,3 +136,29 @@ npx create-zephyr-apps@latest
125
136
  ```
126
137
 
127
138
  This will create a new React Native application with Zephyr enabled, configured, and ready to use. [Read more about what this command would create here](https://docs.zephyr-cloud.io/recipes/repack-mf).
139
+
140
+ ## Features
141
+
142
+ - 📱 Cross-platform React Native support (iOS, Android)
143
+ - 🚀 Over-The-Air (OTA) updates for federated applications
144
+ - 🏗️ Module Federation support with Re.Pack
145
+ - ⚡ Rspack for fast bundling and building
146
+ - 🔧 Zero-config setup with minimal configuration
147
+ - 📊 Build analytics and monitoring
148
+ - 🌐 Global CDN distribution for mobile assets
149
+
150
+ ## Requirements
151
+
152
+ - React Native 0.70 or higher
153
+ - Re.Pack 3.x or higher
154
+ - Rspack 0.3 or higher
155
+ - Node.js 18 or higher
156
+ - Zephyr Cloud account (sign up at [zephyr-cloud.io](https://zephyr-cloud.io))
157
+
158
+ ## Contributing
159
+
160
+ We welcome contributions! Please read our [contributing guidelines](../../CONTRIBUTING.md) for more information.
161
+
162
+ ## License
163
+
164
+ Licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for more information.
package/dist/README.md CHANGED
@@ -1,14 +1,25 @@
1
1
  # Zephyr Repack Plugin
2
2
 
3
- `zephyr-repack-plugin` is a plugin to deploy cross-platform application built with [React Native](https://reactnative.dev), [Rspack](https://rspack.dev) and [Re.Pack](https://re-pack.dev) and enable Over-The-Air updates capablities for federated applications.
4
-
5
3
  <div align="center">
6
4
 
7
- [Zephyr Cloud](https://zephyr-cloud.io) | [Zephyr Docs](https://docs.zephyr-cloud.io/recipes/repack-mf) | [Rspack Docs](https://rspack.dev) | [Re.Pack Docs](https://re-pack.dev) | [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/recipes/repack-mf) | [Discord](https://zephyr-cloud.io/discord) | [Twitter](https://x.com/ZephyrCloudIO) | [LinkedIn](https://www.linkedin.com/company/zephyr-cloud/)
8
6
 
9
7
  <hr/>
8
+ <img src="https://cdn.prod.website-files.com/669061ee3adb95b628c3acda/66981c766e352fe1f57191e2_Opengraph-zephyr.png" alt="Zephyr Logo" />
10
9
  </div>
11
10
 
11
+ A React Native plugin for deploying cross-platform applications built with [React Native](https://reactnative.dev), [Rspack](https://rspack.dev) and [Re.Pack](https://re-pack.dev). This plugin enables Over-The-Air updates capabilities for federated applications and seamless deployment to Zephyr Cloud.
12
+
13
+ ## Get Started
14
+
15
+ The fastest way to get started is to use `create-zephyr-apps` to generate a new React Native application with Zephyr integration and choose from React Native example:
16
+
17
+ ```bash
18
+ npx create-zephyr-apps@latest
19
+ ```
20
+
21
+ For more information, please refer to our [documentation](https://docs.zephyr-cloud.io/recipes/repack-mf) for Repack and also a comprehensive guide to work with Re.Pack [here](https://docs.zephyr-cloud.io/recipes/react-native).
22
+
12
23
  ## Installation
13
24
 
14
25
  Installing the `zephyr-repack-plugin` for your cross-platform application:
@@ -125,3 +136,29 @@ npx create-zephyr-apps@latest
125
136
  ```
126
137
 
127
138
  This will create a new React Native application with Zephyr enabled, configured, and ready to use. [Read more about what this command would create here](https://docs.zephyr-cloud.io/recipes/repack-mf).
139
+
140
+ ## Features
141
+
142
+ - 📱 Cross-platform React Native support (iOS, Android)
143
+ - 🚀 Over-The-Air (OTA) updates for federated applications
144
+ - 🏗️ Module Federation support with Re.Pack
145
+ - ⚡ Rspack for fast bundling and building
146
+ - 🔧 Zero-config setup with minimal configuration
147
+ - 📊 Build analytics and monitoring
148
+ - 🌐 Global CDN distribution for mobile assets
149
+
150
+ ## Requirements
151
+
152
+ - React Native 0.70 or higher
153
+ - Re.Pack 3.x or higher
154
+ - Rspack 0.3 or higher
155
+ - Node.js 18 or higher
156
+ - Zephyr Cloud account (sign up at [zephyr-cloud.io](https://zephyr-cloud.io))
157
+
158
+ ## Contributing
159
+
160
+ We welcome contributions! Please read our [contributing guidelines](../../CONTRIBUTING.md) for more information.
161
+
162
+ ## License
163
+
164
+ Licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for more information.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-repack-plugin",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
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-repack-plugin",
3
- "version": "0.0.0-canary-20250527160857",
3
+ "version": "0.0.0-canary-20250603193009",
4
4
  "description": "Repack plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,8 +16,8 @@
16
16
  "main": "dist/index.js",
17
17
  "typings": "dist/index.d.ts",
18
18
  "dependencies": {
19
- "zephyr-agent": "0.0.0-canary-20250527160857",
20
- "zephyr-xpack-internal": "0.0.0-canary-20250527160857"
19
+ "zephyr-agent": "0.0.0-canary-20250603193009",
20
+ "zephyr-xpack-internal": "0.0.0-canary-20250603193009"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@rspack/core": "1.2.8",