Skip to content

Commit 5371670

Browse files
committed
Merge branch 'master' into alpha
# Conflicts: # README.md # package-lock.json # package.json
2 parents ddfb839 + d61b1b5 commit 5371670

5 files changed

Lines changed: 15 additions & 14 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.0
1+
22.15.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Need to automate your infrastructure or use services provided by Yandex.Cloud? We've got you covered.
77

88
## Requirements
9-
- nodejs >= 18
9+
- nodejs >= 22.15
1010

1111
## Installation
1212
`npm install @yandex-cloud/nodejs-sdk`

config/jest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ export default {
1515
transform: {
1616
'^.+\\.[tj]s$': 'ts-jest',
1717
},
18+
transformIgnorePatterns: ['node_modules/(?!axios)'],
1819
};

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@grpc/grpc-js": "^1.6.12",
2626
"abort-controller-x": "^0.4.1",
27-
"axios": "^0.28.0",
27+
"axios": "^1.8.2",
2828
"jsonwebtoken": "^9.0.0",
2929
"lodash": "^4.17.21",
3030
"log4js": "^6.4.0",
@@ -92,7 +92,7 @@
9292
"discover-endpoints": "ts-node scripts/discover_endpoints"
9393
},
9494
"engines": {
95-
"node": ">=18.0.0"
95+
"node": ">=22.15.0"
9696
},
9797
"publishConfig": {
9898
"access": "public"

0 commit comments

Comments
 (0)