zephyr-repack-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 +3 -3
- package/dist/README.md +3 -3
- package/dist/package.json +1 -1
- package/package.json +3 -3
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/
|
|
5
|
+
[Zephyr Cloud](https://zephyr-cloud.io) | [Zephyr Docs](https://docs.zephyr-cloud.io/bundlers/repack) | [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/
|
|
21
|
+
For more information, please refer to our [documentation](https://docs.zephyr-cloud.io/bundlers/repack) for Repack and also a comprehensive guide to work with Re.Pack [here](https://docs.zephyr-cloud.io/integrations/react-native-repack).
|
|
22
22
|
|
|
23
23
|
## Installation
|
|
24
24
|
|
|
@@ -135,7 +135,7 @@ To create a complete example of a React Native application, with Zephyr enabled,
|
|
|
135
135
|
npx create-zephyr-apps@latest
|
|
136
136
|
```
|
|
137
137
|
|
|
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/
|
|
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/bundlers/repack).
|
|
139
139
|
|
|
140
140
|
## Features
|
|
141
141
|
|
package/dist/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/
|
|
5
|
+
[Zephyr Cloud](https://zephyr-cloud.io) | [Zephyr Docs](https://docs.zephyr-cloud.io/bundlers/repack) | [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/
|
|
21
|
+
For more information, please refer to our [documentation](https://docs.zephyr-cloud.io/bundlers/repack) for Repack and also a comprehensive guide to work with Re.Pack [here](https://docs.zephyr-cloud.io/integrations/react-native-repack).
|
|
22
22
|
|
|
23
23
|
## Installation
|
|
24
24
|
|
|
@@ -135,7 +135,7 @@ To create a complete example of a React Native application, with Zephyr enabled,
|
|
|
135
135
|
npx create-zephyr-apps@latest
|
|
136
136
|
```
|
|
137
137
|
|
|
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/
|
|
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/bundlers/repack).
|
|
139
139
|
|
|
140
140
|
## Features
|
|
141
141
|
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephyr-repack-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-next.2",
|
|
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.1.
|
|
20
|
-
"zephyr-xpack-internal": "0.1.
|
|
19
|
+
"zephyr-agent": "0.1.1-next.2",
|
|
20
|
+
"zephyr-xpack-internal": "0.1.1-next.2"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@rspack/core": "^1.5.5",
|