@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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. 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
+ [![npm](https://img.shields.io/npm/v/@relative-ci/rollup-plugin.svg)](https://www.npmjs.com/package/@relative-ci/rollup-plugin)
32
+ [![node version](https://img.shields.io/node/v/@relative-ci/rollup-plugin.svg)](https://www.npmjs.com/package/@relative-ci/rollup-plugin)
33
+ [![Socket Badge](https://socket.dev/api/badge/npm/package/@relative-ci/rollup-plugin)](https://socket.dev/npm/package/@relative-ci/rollup-plugin)
34
+ [![ci](https://github.com/relative-ci/agent/actions/workflows/ci.yml/badge.svg)](https://github.com/relative-ci/agent/actions/workflows/ci.yml)
35
+ [![CodeQL](https://github.com/relative-ci/agent/actions/workflows/codeql.yml/badge.svg)](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-alpha.2",
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-alpha.2",
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": "5ef80fa7bf1a6f45f9df41c275e5bb00dc46d905"
67
+ "gitHead": "aedae08437f56a9d69981bea0a5c95f2994be6fb"
68
68
  }