Skip to content

Commit bacbf8e

Browse files
authored
Release v11.2.1 (#913)
* Upgrade dependencies and stellar-base
1 parent e2722f6 commit bacbf8e

File tree

3 files changed

+205
-186
lines changed

3 files changed

+205
-186
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ A breaking change will get clearly marked in this log.
77
## Unreleased
88

99

10+
## [v11.2.1](https://github.com/stellar/js-stellar-sdk/compare/v11.2.0...v11.2.1)
11+
12+
### Fixed
13+
* An unnecessary dependency has been removed which was causing a TypeScript error in certain environments ([#912](https://github.com/stellar/js-stellar-sdk/pull/912)).
14+
* Dependencies have been upgraded (see [`[email protected]`](https://github.com/stellar/js-stellar-base/releases/tag/v10.0.2) for release notes, [#913](https://github.com/stellar/js-stellar-sdk/pull/913)).
15+
16+
1017
## [v11.2.0](https://github.com/stellar/js-stellar-sdk/compare/v11.1.0...v11.2.0)
1118

1219
### Added

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/stellar-sdk",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"description": "A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.",
55
"keywords": [
66
"stellar"
@@ -92,11 +92,11 @@
9292
"@types/json-schema": "^7.0.15",
9393
"@types/lodash": "^4.14.199",
9494
"@types/mocha": "^10.0.2",
95-
"@types/node": "^20.10.8",
95+
"@types/node": "^20.11.5",
9696
"@types/randombytes": "^2.0.1",
9797
"@types/sinon": "^17.0.2",
9898
"@types/urijs": "^1.19.20",
99-
"@typescript-eslint/parser": "^6.18.1",
99+
"@typescript-eslint/parser": "^6.19.1",
100100
"axios-mock-adapter": "^1.22.0",
101101
"babel-loader": "^9.1.3",
102102
"babel-plugin-istanbul": "^6.1.1",
@@ -116,7 +116,7 @@
116116
"ghooks": "^2.0.4",
117117
"husky": "^8.0.3",
118118
"jsdoc": "^4.0.2",
119-
"json-schema-faker": "^0.5.4",
119+
"json-schema-faker": "^0.5.5",
120120
"karma": "^6.4.1",
121121
"karma-chai": "^0.1.0",
122122
"karma-chrome-launcher": "^3.1.0",
@@ -131,24 +131,24 @@
131131
"mocha": "^10.2.0",
132132
"node-polyfill-webpack-plugin": "^3.0.0",
133133
"nyc": "^15.1.0",
134-
"prettier": "^3.1.1",
134+
"prettier": "^3.2.4",
135135
"randombytes": "^2.1.0",
136136
"sinon": "^17.0.1",
137137
"sinon-chai": "^3.7.0",
138138
"taffydb": "^2.7.3",
139139
"terser-webpack-plugin": "^5.3.10",
140140
"ts-node": "^10.9.2",
141-
"typescript": "^5.3.3",
142141
"webpack": "^5.88.2",
143142
"webpack-cli": "^5.0.1"
144143
},
145144
"dependencies": {
146-
"@stellar/stellar-base": "10.0.1",
145+
"@stellar/stellar-base": "^10.0.2",
147146
"axios": "^1.6.5",
148147
"bignumber.js": "^9.1.2",
149148
"eventsource": "^2.0.2",
150149
"randombytes": "^2.1.0",
151150
"toml": "^3.0.0",
151+
"typescript": "^5.3.3",
152152
"urijs": "^1.19.1"
153153
}
154154
}

0 commit comments

Comments
 (0)