@relative-ci/cli 5.3.0-alpha.2 → 5.3.0-beta.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 +11 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -26,6 +26,17 @@ To get started, follow [RelativeCI Setup guide CLI](https://relative-ci.com/docu
|
|
|
26
26
|
|
|
27
27
|
To get started, follow [RelativeCI Setup guide for webpack-plugin](https://relative-ci.com/documentation/setup/agent/webpack-plugin?utm_source=github&utm_medium=agent).
|
|
28
28
|
|
|
29
|
+
#### [`@relative-ci/rollup-plugin`](https://github.com/relative-ci/agent/tree/master/packages/rollup-plugin)
|
|
30
|
+
|
|
31
|
+
[](https://www.npmjs.com/package/@relative-ci/rollup-plugin)
|
|
32
|
+
[](https://www.npmjs.com/package/@relative-ci/rollup-plugin)
|
|
33
|
+
[](https://socket.dev/npm/package/@relative-ci/rollup-plugin)
|
|
34
|
+
[](https://github.com/relative-ci/agent/actions/workflows/ci.yml)
|
|
35
|
+
[](https://github.com/relative-ci/agent/actions/workflows/codeql.yml)
|
|
36
|
+
|
|
37
|
+
To get started, follow [RelativeCI Setup guide for rollup-plugin](https://relative-ci.com/documentation/setup/agent/rollup-plugin?utm_source=github&utm_medium=agent).
|
|
38
|
+
|
|
39
|
+
|
|
29
40
|
## Other agents
|
|
30
41
|
|
|
31
42
|
- [GitHub action](https://github.com/relative-ci/cli-action)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relative-ci/cli",
|
|
3
|
-
"version": "5.3.0-
|
|
3
|
+
"version": "5.3.0-beta.1",
|
|
4
4
|
"description": "Send bundle stats and CI build information to RelativeCI CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"vitest": "4.0.18"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@relative-ci/core": "5.3.0-
|
|
62
|
+
"@relative-ci/core": "5.3.0-beta.1",
|
|
63
63
|
"cosmiconfig": "9.0.0",
|
|
64
64
|
"fs-extra": "11.3.3",
|
|
65
65
|
"yargs": "17.7.2"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "aedae08437f56a9d69981bea0a5c95f2994be6fb"
|
|
68
68
|
}
|