zephyr-modernjs-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 CHANGED
@@ -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/modernjs) for Modern.js and Zephyr integration.
21
+ For more information, please refer to our [documentation](https://docs.zephyr-cloud.io/meta-frameworks/modernjs) for Modern.js and Zephyr integration.
22
22
 
23
23
  ## Installation
24
24
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-modernjs-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Modernjs plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zephyr-modernjs-plugin",
3
- "version": "0.1.0-next.1",
3
+ "version": "0.1.1-next.2",
4
4
  "description": "Modernjs plugin for Zephyr",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,9 +19,9 @@
19
19
  "@modern-js/app-tools": "^2.68.14",
20
20
  "is-ci": "^4.1.0",
21
21
  "tslib": "^2.8.1",
22
- "zephyr-edge-contract": "0.1.0-next.1",
23
- "zephyr-agent": "0.1.0-next.1",
24
- "zephyr-xpack-internal": "0.1.0-next.1"
22
+ "zephyr-agent": "0.1.1-next.2",
23
+ "zephyr-edge-contract": "0.1.1-next.2",
24
+ "zephyr-xpack-internal": "0.1.1-next.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/is-ci": "3.0.4",
@@ -31,8 +31,8 @@
31
31
  "ts-jest": "^29.2.6"
32
32
  },
33
33
  "peerDependencies": {
34
- "zephyr-rspack-plugin": "0.1.0-next.1",
35
- "zephyr-webpack-plugin": "0.1.0-next.1"
34
+ "zephyr-rspack-plugin": "0.1.1-next.2",
35
+ "zephyr-webpack-plugin": "0.1.1-next.2"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "zephyr-rspack-plugin": {