zephyr-repack-plugin 0.0.48 → 0.0.50
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 +30 -3
- package/dist/README.md +30 -3
- package/dist/package.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
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) | [
|
|
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
|
+
|
|
12
13
|
## Installation
|
|
13
14
|
|
|
14
15
|
Installing the `zephyr-repack-plugin` for your cross-platform application:
|
|
@@ -125,3 +126,29 @@ npx create-zephyr-apps@latest
|
|
|
125
126
|
```
|
|
126
127
|
|
|
127
128
|
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).
|
|
129
|
+
|
|
130
|
+
## Features
|
|
131
|
+
|
|
132
|
+
- 📱 Cross-platform React Native support (iOS, Android)
|
|
133
|
+
- 🚀 Over-The-Air (OTA) updates for federated applications
|
|
134
|
+
- 🏗️ Module Federation support with Re.Pack
|
|
135
|
+
- ⚡ Rspack for fast bundling and building
|
|
136
|
+
- 🔧 Zero-config setup with minimal configuration
|
|
137
|
+
- 📊 Build analytics and monitoring
|
|
138
|
+
- 🌐 Global CDN distribution for mobile assets
|
|
139
|
+
|
|
140
|
+
## Requirements
|
|
141
|
+
|
|
142
|
+
- React Native 0.70 or higher
|
|
143
|
+
- Re.Pack 3.x or higher
|
|
144
|
+
- Rspack 0.3 or higher
|
|
145
|
+
- Node.js 18 or higher
|
|
146
|
+
- Zephyr Cloud account (sign up at [zephyr-cloud.io](https://zephyr-cloud.io))
|
|
147
|
+
|
|
148
|
+
## Contributing
|
|
149
|
+
|
|
150
|
+
We welcome contributions! Please read our [contributing guidelines](../../CONTRIBUTING.md) for more information.
|
|
151
|
+
|
|
152
|
+
## License
|
|
153
|
+
|
|
154
|
+
Licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for more information.
|
package/dist/README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
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) | [
|
|
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
|
+
|
|
12
13
|
## Installation
|
|
13
14
|
|
|
14
15
|
Installing the `zephyr-repack-plugin` for your cross-platform application:
|
|
@@ -125,3 +126,29 @@ npx create-zephyr-apps@latest
|
|
|
125
126
|
```
|
|
126
127
|
|
|
127
128
|
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).
|
|
129
|
+
|
|
130
|
+
## Features
|
|
131
|
+
|
|
132
|
+
- 📱 Cross-platform React Native support (iOS, Android)
|
|
133
|
+
- 🚀 Over-The-Air (OTA) updates for federated applications
|
|
134
|
+
- 🏗️ Module Federation support with Re.Pack
|
|
135
|
+
- ⚡ Rspack for fast bundling and building
|
|
136
|
+
- 🔧 Zero-config setup with minimal configuration
|
|
137
|
+
- 📊 Build analytics and monitoring
|
|
138
|
+
- 🌐 Global CDN distribution for mobile assets
|
|
139
|
+
|
|
140
|
+
## Requirements
|
|
141
|
+
|
|
142
|
+
- React Native 0.70 or higher
|
|
143
|
+
- Re.Pack 3.x or higher
|
|
144
|
+
- Rspack 0.3 or higher
|
|
145
|
+
- Node.js 18 or higher
|
|
146
|
+
- Zephyr Cloud account (sign up at [zephyr-cloud.io](https://zephyr-cloud.io))
|
|
147
|
+
|
|
148
|
+
## Contributing
|
|
149
|
+
|
|
150
|
+
We welcome contributions! Please read our [contributing guidelines](../../CONTRIBUTING.md) for more information.
|
|
151
|
+
|
|
152
|
+
## License
|
|
153
|
+
|
|
154
|
+
Licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for more information.
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephyr-repack-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.50",
|
|
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-
|
|
20
|
-
"zephyr-
|
|
19
|
+
"zephyr-xpack-internal": "0.0.50",
|
|
20
|
+
"zephyr-agent": "0.0.50"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@rspack/core": "1.2.8",
|