zephyr-rolldown-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 +1 -1
- package/dist/package.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
A Rolldown plugin for deploying applications with Zephyr Cloud. This plugin enables seamless deployment of your Rolldown-built applications to Zephyr's global edge network.
|
|
12
12
|
|
|
13
|
-
For more information, please refer to our [documentation](https://docs.zephyr-cloud.io/
|
|
13
|
+
For more information, please refer to our [documentation](https://docs.zephyr-cloud.io/bundlers/rolldown) for rolldown.
|
|
14
14
|
|
|
15
15
|
> **Note**: This plugin is currently in development (WIP - Work In Progress).
|
|
16
16
|
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephyr-rolldown-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-next.1",
|
|
4
4
|
"description": "Rolldown plugin for Zephyr",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"is-ci": "^4.1.0",
|
|
20
20
|
"rolldown": "1.0.0-beta.3",
|
|
21
|
-
"zephyr-agent": "0.1.
|
|
21
|
+
"zephyr-agent": "0.1.1-next.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/is-ci": "3.0.4",
|