Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Gateway-DAO/gateway-js-sdk
Browse files Browse the repository at this point in the history
… into tests
  • Loading branch information
R11manish committed Sep 12, 2024
2 parents 7544c44 + 8b998b8 commit e39afa0
Show file tree
Hide file tree
Showing 12 changed files with 1,773 additions and 3,064 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ release.config.js
scripts/*
gatewaySdk/
src/testing.ts
src/common/types.ts
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.1.0-develop.14](https://github.com/Gateway-DAO/gateway-js-sdk/compare/v2.1.0-develop.13...v2.1.0-develop.14) (2024-09-12)


### Bug Fixes

* added enum support to script ([9fd1483](https://github.com/Gateway-DAO/gateway-js-sdk/commit/9fd148362224fdc0b31996dbf0cbea0bb9756890))
* added types.ts to eslintignore ([acdc241](https://github.com/Gateway-DAO/gateway-js-sdk/commit/acdc241bc09193c9a49af758525f5060010d304d))
* removed config from account class ([8c53d2f](https://github.com/Gateway-DAO/gateway-js-sdk/commit/8c53d2f0514ad47daec072f56598b567331a6916))
* removed model prefix from types ([f18c913](https://github.com/Gateway-DAO/gateway-js-sdk/commit/f18c913145bc95edad70048cb1af7b58a54e24b5))
* updated types as per swagger ([3f9a8bd](https://github.com/Gateway-DAO/gateway-js-sdk/commit/3f9a8bd525e1c9e417906656ff3831bf16f34cf1))


### Features

* added setup for unit test ([52f62c2](https://github.com/Gateway-DAO/gateway-js-sdk/commit/52f62c200a2c5a55dc0f56e5510567ebc7015901))

# [2.1.0-develop.13](https://github.com/Gateway-DAO/gateway-js-sdk/compare/v2.1.0-develop.12...v2.1.0-develop.13) (2024-09-09)

### Bug Fixes
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"dependencies": {
"@solana/web3.js": "^1.95.3",
"ethers": "^5.7.2",
"jsonwebtoken": "^9.0.2",
"mime-types": "^2.1.35",
"openapi-fetch": "^0.10.2",
"openapi-typescript-helpers": "^0.0.11",
Expand Down
Loading

0 comments on commit e39afa0

Please sign in to comment.