@relative-ci/webpack-plugin 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 +10 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,6 +26,16 @@ To get started, follow [RelativeCI Setup guide for webpack-plugin](https://relat
26
26
 
27
27
  To get started, follow [RelativeCI Setup guide for CLI](https://relative-ci.com/documentation/setup/agent/cli?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
+
29
39
  ## Other agents
30
40
 
31
41
  - [GitHub action](https://github.com/relative-ci/cli-action)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relative-ci/webpack-plugin",
3
- "version": "5.3.0-alpha.2",
3
+ "version": "5.3.0-beta.1",
4
4
  "description": "Webpack plugin that sends bundle stats and CI build information to RelativeCI",
5
5
  "keywords": [
6
6
  "webpack",
@@ -56,7 +56,7 @@
56
56
  "webpack": "5.105.1"
57
57
  },
58
58
  "dependencies": {
59
- "@relative-ci/core": "5.3.0-alpha.2",
59
+ "@relative-ci/core": "5.3.0-beta.1",
60
60
  "lodash": "4.17.23"
61
61
  },
62
62
  "peerDependencies": {
@@ -71,5 +71,5 @@
71
71
  "optional": true
72
72
  }
73
73
  },
74
- "gitHead": "5ef80fa7bf1a6f45f9df41c275e5bb00dc46d905"
74
+ "gitHead": "aedae08437f56a9d69981bea0a5c95f2994be6fb"
75
75
  }