From 21d47252d0f4a8f527f7889356f2a7a15f183bea Mon Sep 17 00:00:00 2001 From: fireblocks_dx_team Date: Thu, 27 Jun 2024 14:04:13 +0000 Subject: [PATCH] Generated SDK #7882 --- .github/workflows/publish-npm.yml | 4 --- CHANGELOG.md | 51 ------------------------------- package-lock.json | 4 +-- package.json | 2 +- 4 files changed, 3 insertions(+), 58 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index b33f770..148ab78 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -77,10 +77,6 @@ jobs: with: node-version: '16.x' registry-url: 'https://gitlab.com/api/v4/projects/20565764/packages/npm/' - - name: Install dependencies - run: npm install - env: - NODE_AUTH_TOKEN: ${{ secrets.GITLAB_NPM_REG_TOKEN }} - name: Publish package run: npm publish --tag beta env: diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ccf2ee1..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,51 +0,0 @@ -### Changelog - -All notable changes to this project will be documented in this file. Dates are displayed in UTC. - -#### [v2.1.0](https://github.com/fireblocks/ts-sdk/compare/v2.0.0...v2.1.0) - -> 4 June 2024 - -- Generated SDK for version COR-46191/fix_pipelines [`#44`](https://github.com/fireblocks/ts-sdk/pull/44) - -### [v2.0.0](https://github.com/fireblocks/ts-sdk/compare/v1.1.0...v2.0.0) - -> 8 May 2024 - -- feat: add tokenization api [`#35`](https://github.com/fireblocks/ts-sdk/pull/35) - -#### [v1.1.0](https://github.com/fireblocks/ts-sdk/compare/v1.0.1...v1.1.0) - -> 17 April 2024 - -- feat: adding consigners beta api [`#34`](https://github.com/fireblocks/ts-sdk/pull/34) -- fix: modify error message when secretKey missing and fix readme doc [`#33`](https://github.com/fireblocks/ts-sdk/pull/33) - -#### [v1.0.1](https://github.com/fireblocks/ts-sdk/compare/v1.0.0...v1.0.1) - -> 7 April 2024 - -- Generated SDK for version v1.0.1 [`#32`](https://github.com/fireblocks/ts-sdk/pull/32) - -### [v1.0.0](https://github.com/fireblocks/ts-sdk/compare/v0.0.1-experimental...v1.0.0) - -> 7 April 2024 - -- Generated SDK for version v1.0.0 GA [`#31`](https://github.com/fireblocks/ts-sdk/pull/31) -- add_license [`#30`](https://github.com/fireblocks/ts-sdk/pull/30) -- version_3_0_6_beta [`#29`](https://github.com/fireblocks/ts-sdk/pull/29) -- version_3_0_5_beta [`#27`](https://github.com/fireblocks/ts-sdk/pull/27) -- Version 3.0.4-beta [`#26`](https://github.com/fireblocks/ts-sdk/pull/26) -- Fireblocks api spec/generated/9818 [`#25`](https://github.com/fireblocks/ts-sdk/pull/25) -- Generated SDK for version 9817 [`#24`](https://github.com/fireblocks/ts-sdk/pull/24) -- Generated SDK for version master [`#23`](https://github.com/fireblocks/ts-sdk/pull/23) -- Added Idempotency & NCW headers support [`#22`](https://github.com/fireblocks/ts-sdk/pull/22) -- API SDK Improvments [`#21`](https://github.com/fireblocks/ts-sdk/pull/21) -- Update README.md [`#18`](https://github.com/fireblocks/ts-sdk/pull/18) -- Update README.md [`#17`](https://github.com/fireblocks/ts-sdk/pull/17) - -#### v0.0.1-experimental - -> 27 June 2024 - -- Generated SDK #8418 [`#84`](https://github.com/fireblocks/ts-sdk/pull/84) diff --git a/package-lock.json b/package-lock.json index 0a117de..d3da878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fireblocks/ts-sdk", - "version": "0.0.1-experimental", + "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fireblocks/ts-sdk", - "version": "0.0.1-experimental", + "version": "0.0.0", "license": "MIT License", "dependencies": { "axios": "^1.6.7", diff --git a/package.json b/package.json index 5159cd0..863dcef 100644 --- a/package.json +++ b/package.json @@ -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": {