zephyr-repack-plugin 0.1.0-next.1 → 0.1.1-next.1

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
@@ -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/recipes/repack-mf) | [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/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/recipes/repack-mf) for Repack and also a comprehensive guide to work with Re.Pack [here](https://docs.zephyr-cloud.io/recipes/react-native).
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/recipes/repack-mf).
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/recipes/repack-mf) | [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/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/recipes/repack-mf) for Repack and also a comprehensive guide to work with Re.Pack [here](https://docs.zephyr-cloud.io/recipes/react-native).
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/recipes/repack-mf).
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-repack-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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.1.0-next.1",
3
+ "version": "0.1.1-next.1",
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.0-next.1",
20
- "zephyr-xpack-internal": "0.1.0-next.1"
19
+ "zephyr-agent": "0.1.1-next.1",
20
+ "zephyr-xpack-internal": "0.1.1-next.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@rspack/core": "^1.5.5",