Skip to content

Commit c58b581

Browse files
author
gateio
committed
update to v6.92.3
1 parent eb6b672 commit c58b581

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19-
- run: npm ci
20-
- run: npm test
2119

2220
publish-npm:
2321
needs: build

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22

33
TypeScript NodeJS client for gate-api.
44

@@ -8,7 +8,7 @@ APIv4 provides spot, margin and futures trading operations. There are public API
88

99
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1010

11-
- API version: 4.92.2
11+
- API version: 4.92.3
1212
- Package version:
1313
- Build package: org.openapitools.codegen.languages.TypeScriptNodeClientCodegen
1414
For more information, please visit [https://www.gate.io/page/contacts](https://www.gate.io/page/contacts)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gate-api",
3-
"version": "6.92.2",
3+
"version": "6.92.3",
44
"description": "NodeJS client for gate-api",
55
"repository": "gateio/gateapi-nodejs",
66
"main": "dist/api.js",

0 commit comments

Comments
 (0)