Skip to content

Commit

Permalink
Generated SDK #2589 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: fireblocks_dx_team <[email protected]>
  • Loading branch information
github-actions[bot] and fireblocks_dx_team authored Jun 27, 2024
1 parent ebaa835 commit 948edac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 54 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
with:
ref: master
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
- name: Set up Node
uses: actions/setup-node@v2
with:
Expand Down
51 changes: 0 additions & 51 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireblocks/ts-sdk",
"version": "0.0.1-experimental",
"version": "0.0.0",
"description": "OpenAPI client for @fireblocks/ts-sdk",
"author": "Fireblocks SDK Generator",
"repository": {
Expand Down

0 comments on commit 948edac

Please sign in to comment.