Skip to content

Commit 39548d4

Browse files
authored
Release v12.1.1 (#775)
* Mark version upgrade and add changelog * Upgrade minor/patch dependencies
1 parent 78b7168 commit 39548d4

File tree

3 files changed

+490
-491
lines changed

3 files changed

+490
-491
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## Unreleased
44

5+
6+
## [`v12.1.1`](https://github.com/stellar/js-stellar-base/compare/v12.1.0...v12.1.1)
7+
58
### Fixed
69
* Add missing methods to TypeScript definitions ([#766](https://github.com/stellar/js-stellar-base/pull/766)).
710
* Fix the TypeScript definition of `walkInvocationTree` to allow void returns on the callback function as intended rather than forcing a `return null` ([#765](https://github.com/stellar/js-stellar-base/pull/765)).
11+
* Fix `authorizeEntry` to use the correct public key when passing `Keypair`s ([#772](https://github.com/stellar/js-stellar-base/pull/772)).
12+
* Upgrade misc. dependencies ([#771](https://github.com/stellar/js-stellar-base/pull/771), [#773](https://github.com/stellar/js-stellar-base/pull/773)).
813

914

1015
## [`v12.1.0`](https://github.com/stellar/js-stellar-base/compare/v12.0.1...v12.1.0)

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/stellar-base",
3-
"version": "12.1.0",
3+
"version": "12.1.1",
44
"description": "Low-level support library for the Stellar network.",
55
"main": "./lib/index.js",
66
"browser": {
@@ -70,11 +70,11 @@
7070
},
7171
"homepage": "https://github.com/stellar/js-stellar-base",
7272
"devDependencies": {
73-
"@babel/cli": "^7.24.8",
74-
"@babel/core": "^7.24.9",
75-
"@babel/eslint-parser": "^7.24.8",
76-
"@babel/eslint-plugin": "^7.24.7",
77-
"@babel/preset-env": "^7.24.8",
73+
"@babel/cli": "^7.25.6",
74+
"@babel/core": "^7.25.2",
75+
"@babel/eslint-parser": "^7.25.1",
76+
"@babel/eslint-plugin": "^7.25.1",
77+
"@babel/preset-env": "^7.25.4",
7878
"@babel/register": "^7.24.6",
7979
"@definitelytyped/dtslint": "^0.0.182",
8080
"@istanbuljs/nyc-config-babel": "3.0.0",
@@ -88,24 +88,24 @@
8888
"eslint": "^8.57.0",
8989
"eslint-config-airbnb-base": "^15.0.0",
9090
"eslint-config-prettier": "^9.1.0",
91-
"eslint-plugin-import": "^2.29.1",
91+
"eslint-plugin-import": "^2.30.0",
9292
"eslint-plugin-node": "^11.1.0",
9393
"eslint-plugin-prefer-import": "^0.0.1",
9494
"eslint-plugin-prettier": "^5.2.1",
9595
"eslint-webpack-plugin": "^4.2.0",
9696
"ghooks": "^2.0.4",
9797
"husky": "^8.0.3",
9898
"jsdoc": "^4.0.3",
99-
"karma": "^6.4.3",
99+
"karma": "^6.4.4",
100100
"karma-chrome-launcher": "^3.1.0",
101101
"karma-coverage": "^2.2.1",
102102
"karma-firefox-launcher": "^2.1.3",
103103
"karma-mocha": "^2.0.0",
104104
"karma-sinon-chai": "^2.0.2",
105105
"karma-webpack": "^5.0.1",
106-
"lint-staged": "^15.2.7",
106+
"lint-staged": "^15.2.10",
107107
"minami": "^1.1.1",
108-
"mocha": "^10.6.0",
108+
"mocha": "^10.7.3",
109109
"node-polyfill-webpack-plugin": "^3.0.0",
110110
"nyc": "^15.1.0",
111111
"prettier": "^3.3.3",
@@ -115,7 +115,7 @@
115115
"taffydb": "^2.7.3",
116116
"terser-webpack-plugin": "^5.3.10",
117117
"ts-node": "^10.9.2",
118-
"typescript": "^5.5.3",
118+
"typescript": "^5.6.2",
119119
"webpack": "^5.93.0",
120120
"webpack-cli": "^5.1.1"
121121
},

0 commit comments

Comments
 (0)