Skip to content

Commit 000f784

Browse files
chore(release): v2.81.0 (#3855)
Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com>
1 parent 009c0e0 commit 000f784

File tree

9 files changed

+95
-262
lines changed

9 files changed

+95
-262
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# 2.81.0
9+
10+
### Fixed
11+
- Resolved issues related to inconsistent handling of multiple transaction bodies, ensuring transactions are processed and serialized consistently across the SDK. [#3832](https://github.com/hiero-ledger/hiero-sdk-js/pull/3832)
12+
813
# 2.81.0-beta.1
914

1015
### Added

examples/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks:
4242

4343
"lint:dpdm":
4444
cmds:
45-
- ./node_modules/.bin/dpdm src/index.js --circular true --tree false --warning false > /dev/null
45+
- ./node_modules/.bin/dpdm *.js --circular true --tree false --warning false > /dev/null
4646

4747
"lint:format":
4848
cmds:

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "^25.0.3",
2525
"@typescript-eslint/eslint-plugin": "^5.62.0",
2626
"@typescript-eslint/parser": "^5.62.0",
27-
"dpdm": "4.0.1",
27+
"dpdm": "3.15.1",
2828
"eslint": "^8.49.0",
2929
"eslint-plugin-compat": "^6.1.0",
3030
"eslint-plugin-import": "^2.28.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiero-ledger/sdk",
3-
"version": "2.81.0-beta.1",
3+
"version": "2.81.0",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",
@@ -116,7 +116,7 @@
116116
"chromedriver": "145.0.1",
117117
"codecov": "3.8.3",
118118
"dotenv": "17.2.3",
119-
"dpdm": "4.0.1",
119+
"dpdm": "3.15.1",
120120
"eslint": "8.57.1",
121121
"eslint-plugin-compat": "6.1.0",
122122
"eslint-plugin-deprecation": "3.0.0",

packages/cryptography/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiero-ledger/cryptography",
3-
"version": "1.16.0-beta.3",
3+
"version": "1.17.0",
44
"description": "Cryptographic utilities and primitives for the Hiero SDK",
55
"main": "./lib/index.cjs",
66
"types": "./lib/index.d.ts",
@@ -60,21 +60,21 @@
6060
],
6161
"dependencies": {
6262
"@noble/curves": "1.8.1",
63+
"ansi-regex": "6.2.2",
64+
"ansi-styles": "6.2.3",
6365
"asn1js": "3.0.6",
6466
"bignumber.js": "9.1.1",
6567
"bn.js": "5.2.3",
6668
"buffer": "6.0.3",
6769
"crypto-js": "4.2.0",
70+
"debug": "4.4.1",
6871
"forge-light": "1.1.4",
6972
"js-base64": "3.7.7",
7073
"react-native-get-random-values": "2.0.0",
7174
"spark-md5": "3.0.2",
72-
"tweetnacl": "1.0.3",
73-
"utf8": "3.0.0",
74-
"ansi-styles": "6.2.3",
75-
"ansi-regex": "6.2.2",
7675
"strip-ansi": "7.1.2",
77-
"debug": "4.4.1"
76+
"tweetnacl": "1.0.3",
77+
"utf8": "3.0.0"
7878
},
7979
"peerDependenciesMeta": {
8080
"expo-crypto": {
@@ -103,7 +103,7 @@
103103
"c8": "10.1.3",
104104
"chromedriver": "145.0.1",
105105
"codecov": "3.8.3",
106-
"dpdm": "4.0.1",
106+
"dpdm": "3.15.1",
107107
"eslint": "8.52.0",
108108
"eslint-plugin-compat": "6.1.0",
109109
"eslint-plugin-deprecation": "3.0.0",

0 commit comments

Comments
 (0)