Skip to content

Commit

Permalink
feat: sdk release 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opanasiuk-oleksii committed Oct 1, 2024
1 parent 1ac9832 commit 2a8fe86
Show file tree
Hide file tree
Showing 6 changed files with 2,297 additions and 10,115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/allbridge-core-rest-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Install pnpm
uses: pnpm/[email protected]
Expand Down
1,549 changes: 836 additions & 713 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
packages:
- 'rest-api'
- 'examples'

catalog:
'@solana/web3.js': ^1.95.2
'@stellar/stellar-sdk': ^12.2.0
Expand Down
7 changes: 7 additions & 0 deletions rest-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.18.0-beta.2](https://github.com/allbridge-io/allbridge-core-rest-api/compare/v3.18.0-beta.1...v3.18.0-beta.2) (2024-09-09)


### Features

* sdk release 3.18.0.beta6 ([1ac9832](https://github.com/allbridge-io/allbridge-core-rest-api/commit/1ac98326e13d7ba2fcf1c599992457047a235beb))

# [3.18.0-beta.1](https://github.com/allbridge-io/allbridge-core-rest-api/compare/v3.17.0...v3.18.0-beta.1) (2024-08-08)


Expand Down
30 changes: 15 additions & 15 deletions rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rest-api",
"version": "3.18.0-beta.6",
"version": "3.18.0",
"description": "",
"scripts": {
"build": "tsoa spec && nest build",
Expand All @@ -22,12 +22,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@allbridge/bridge-core-sdk": "*",
"@allbridge/bridge-core-sdk": "^3.18.0",
"@allbridge/logger": "^2.4.1",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/swagger": "^7.4.0",
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/swagger": "^7.4.2",
"@solana/web3.js": "catalog:",
"@stellar/stellar-sdk": "catalog:",
"@types/big.js": "catalog:",
Expand All @@ -40,16 +40,16 @@
"web3-core": "catalog:"
},
"devDependencies": {
"@nestjs/cli": "^10.4.2",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.3.10",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.3",
"@semantic-release/github": "^10.3.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.14",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
Expand All @@ -60,14 +60,14 @@
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
"prettier": "catalog:",
"semantic-release": "^24.0.0",
"semantic-release": "^24.1.2",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 2a8fe86

Please sign in to comment.