@k03mad/actual-versions 2.4.1 → 2.5.0

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.
@@ -15,20 +15,20 @@ jobs:
15
15
  fetch-depth: 0
16
16
 
17
17
  - uses: EndBug/version-check@v2
18
- id: check
18
+ id: check_pkg_version
19
19
  with:
20
20
  diff-search: true
21
21
 
22
- - if: steps.check.outputs.changed == 'true'
22
+ - if: steps.check_pkg_version.outputs.changed == 'true'
23
23
  uses: actions/setup-node@v4
24
24
  with:
25
25
  node-version-file: '.nvmrc'
26
26
  registry-url: 'https://registry.npmjs.org'
27
27
 
28
- - if: steps.check.outputs.changed == 'true'
28
+ - if: steps.check_pkg_version.outputs.changed == 'true'
29
29
  run: npm run setup
30
30
 
31
- - if: steps.check.outputs.changed == 'true'
31
+ - if: steps.check_pkg_version.outputs.changed == 'true'
32
32
  run: npm publish
33
33
  env:
34
34
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k03mad/actual-versions",
3
- "version": "2.4.1",
3
+ "version": "2.5.0",
4
4
  "description": "Get actual versions of some tools",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -19,14 +19,14 @@
19
19
  "node": ">=22"
20
20
  },
21
21
  "dependencies": {
22
- "@k03mad/request": "7.6.0",
23
- "@k03mad/simple-log": "5.1.0",
24
- "chalk": "5.3.0",
22
+ "@k03mad/request": "7.7.0",
23
+ "@k03mad/simple-log": "5.2.1",
24
+ "chalk": "5.4.1",
25
25
  "table": "6.9.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@k03mad/eslint-config": "28.0.0",
29
- "eslint": "9.16.0",
28
+ "@k03mad/eslint-config": "28.4.0",
29
+ "eslint": "9.18.0",
30
30
  "husky": "9.1.7",
31
31
  "npm-run-all": "4.1.5",
32
32
  "strip-ansi": "7.1.0"