@relative-ci/cli 5.3.0-beta.1 → 5.3.0-rc.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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -14,7 +14,7 @@ To get started, follow [RelativeCI Setup guide CLI](https://relative-ci.com/docu
14
14
  [![ci](https://github.com/relative-ci/agent/actions/workflows/ci.yml/badge.svg)](https://github.com/relative-ci/agent/actions/workflows/ci.yml)
15
15
  [![CodeQL](https://github.com/relative-ci/agent/actions/workflows/codeql.yml/badge.svg)](https://github.com/relative-ci/agent/actions/workflows/codeql.yml)
16
16
 
17
- ### Otger packages
17
+ ### Other packages
18
18
 
19
19
  #### [`@relative-ci/webpack-plugin`](https://github.com/relative-ci/agent/tree/master/packages/webpack-plugin)
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relative-ci/cli",
3
- "version": "5.3.0-beta.1",
3
+ "version": "5.3.0-rc.1",
4
4
  "description": "Send bundle stats and CI build information to RelativeCI CLI",
5
5
  "keywords": [
6
6
  "webpack",
@@ -45,24 +45,24 @@
45
45
  "test": "vitest src --passWithNoTests --run"
46
46
  },
47
47
  "devDependencies": {
48
- "@rollup/plugin-commonjs": "29.0.0",
48
+ "@rollup/plugin-commonjs": "29.0.2",
49
49
  "@rollup/plugin-node-resolve": "16.0.3",
50
50
  "@rollup/plugin-replace": "6.0.3",
51
51
  "@rollup/plugin-typescript": "12.3.0",
52
52
  "@tsconfig/node18": "18.2.6",
53
53
  "@types/fs-extra": "11.0.4",
54
54
  "@types/yargs": "17.0.33",
55
- "rimraf": "6.1.2",
56
- "rollup": "4.57.1",
55
+ "rimraf": "6.1.3",
56
+ "rollup": "4.59.0",
57
57
  "rollup-plugin-node-externals": "8.1.2",
58
58
  "typescript": "5.9.3",
59
59
  "vitest": "4.0.18"
60
60
  },
61
61
  "dependencies": {
62
- "@relative-ci/core": "5.3.0-beta.1",
63
- "cosmiconfig": "9.0.0",
64
- "fs-extra": "11.3.3",
62
+ "@relative-ci/core": "5.3.0-rc.1",
63
+ "cosmiconfig": "9.0.1",
64
+ "fs-extra": "11.3.4",
65
65
  "yargs": "17.7.2"
66
66
  },
67
- "gitHead": "aedae08437f56a9d69981bea0a5c95f2994be6fb"
67
+ "gitHead": "0b6e94bc08d5419fb033ef5dd0a178c9351b76e4"
68
68
  }