@diplodoc/client 5.7.3 → 5.7.4

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.
@@ -21,7 +21,7 @@ jobs:
21
21
  - name: Setup Node 22
22
22
  uses: actions/setup-node@v4
23
23
  with:
24
- node-version: 22.21.1
24
+ node-version: ${{ vars.NODE_VERSION }}
25
25
  registry-url: 'https://registry.npmjs.org'
26
26
  cache: 'npm'
27
27
  - name: Install latest npm (>= 11.5.1)
@@ -22,7 +22,7 @@ jobs:
22
22
  strategy:
23
23
  matrix:
24
24
  os: [ubuntu-latest, windows-latest, macos-latest]
25
- node-version: [22]
25
+ node-version: [24]
26
26
 
27
27
  steps:
28
28
  - name: Checkout repository
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "5.7.3"
2
+ ".": "5.7.4"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.7.4](https://github.com/diplodoc-platform/client/compare/v5.7.3...v5.7.4) (2026-05-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** updated node to 24 ([#342](https://github.com/diplodoc-platform/client/issues/342)) ([7da41c1](https://github.com/diplodoc-platform/client/commit/7da41c10f36587fd10bb846166be7fdd9cb8d065))
9
+
3
10
  ## [5.7.3](https://github.com/diplodoc-platform/client/compare/v5.7.2...v5.7.3) (2026-05-27)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/client",
3
- "version": "5.7.3",
3
+ "version": "5.7.4",
4
4
  "description": "",
5
5
  "main": "./build/server/app.js",
6
6
  "repository": {
@@ -23,7 +23,7 @@
23
23
  "author": "",
24
24
  "license": "ISC",
25
25
  "engines": {
26
- "node": ">=22",
26
+ "node": ">=24",
27
27
  "npm": ">=11.5.1"
28
28
  },
29
29
  "exports": {