Skip to content

Commit

Permalink
Release v1.0.0-beta.4 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 3, 2023
1 parent 96238c2 commit abc79fc
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 443 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
A breaking change should be clearly marked in this log.


## v1.0.0-beta.4

### Fixed
* The `stellar-base` dependency has been upgraded to [v10.0.0-beta.4](https://github.com/stellar/js-stellar-base/releases/tag/v10.0.0-beta.4) which contains a bugfix related to large sequence numbers ([#170](https://github.com/stellar/js-soroban-client/pull/170)).


## v1.0.0-beta.3

### Added
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soroban-client",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "A library for working with Stellar's Soroban RPC servers.",
"author": "Stellar Development Foundation <[email protected]>",
"homepage": "https://github.com/stellar/js-soroban-client",
Expand Down Expand Up @@ -78,35 +78,35 @@
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.19",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-plugin": "^7.22.10",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/register": "^7.22.15",
"@definitelytyped/dtslint": "^0.0.182",
"@definitelytyped/dtslint": "^0.0.189",
"@istanbuljs/nyc-config-babel": "3.0.0",
"@stellar/tsconfig": "^1.0.2",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.8.4",
"@types/sinon": "^10.0.19",
"@types/urijs": "^1.19.6",
"@typescript-eslint/parser": "^6.7.5",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@types/sinon": "^10.0.20",
"@types/urijs": "^1.19.22",
"@typescript-eslint/parser": "^6.9.1",
"axios-mock-adapter": "^1.22.0",
"babel-loader": "^9.1.2",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-import": "^0.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-webpack-plugin": "^4.0.1",
"ghooks": "^2.0.4",
"husky": "^8.0.3",
Expand All @@ -132,14 +132,14 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"utility-types": "^3.7.0",
"webpack": "^5.88.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"axios": "^1.4.0",
"axios": "^1.6.0",
"bignumber.js": "^9.1.1",
"buffer": "^6.0.3",
"stellar-base": "v10.0.0-beta.3",
"stellar-base": "v10.0.0-beta.4",
"urijs": "^1.19.1"
}
}
Loading

0 comments on commit abc79fc

Please sign in to comment.