Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-n-17.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylonikolov7 authored Mar 4, 2025
2 parents fd26618 + 9005ceb commit cd4ee47
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default code owners for entire repository
* @hiero-ledger/hiero-sdk-js-maintainers
* @hiero-ledger/hiero-sdk-js-maintainers @hiero-ledger/hiero-sdk-js-committers

#########################
##### Core Files ######
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.60.1

* fix: ECDSA private key by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2903
* chore: fix committers group access by @PavelSBorisov in https://github.com/hiero-ledger/hiero-sdk-js/pull/2885
* chore(deps): bump pino-pretty from 10.3.1 to 13.0.0 by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2907
* chore(deps-dev): bump chromedriver from 132.0.0 to 133.0.3 in /packages/cryptography by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2910
* chore(deps-dev): bump chromedriver from 132.0.0 to 133.0.3 by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2906
* chore(deps-dev): bump mocha from 10.8.2 to 11.1.0 by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2909
* chore(deps-dev): bump eslint-plugin-compat from 4.2.0 to 6.0.2 by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2905
* chore(deps-dev): bump chai from 4.3.8 to 5.2.0 in /packages/cryptography by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2917

## v2.60.0-beta.3

* feat: Improve assignment of auto renew account id for topics(HIP-1021) by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2890
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ tasks:
"test:unit":
deps:
- "test:unit:node"
- "test:unit:browser"
# - "test:unit:browser"

"test:unit:node":
cmds:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/sdk",
"version": "2.60.0-beta.3",
"version": "2.60.1",
"description": "Hiero SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/rlp": "^5.7.0",
"@grpc/grpc-js": "^1.12.6",
"@hashgraph/cryptography": "1.5.0-beta.2",
"@hashgraph/cryptography": "1.5.0-beta.4",
"@hashgraph/proto": "2.17.0-beta.1",
"bignumber.js": "^9.1.1",
"bn.js": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cryptography/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tasks:
"test:unit":
deps:
- "test:unit:node"
- "test:unit:browser"
# - "test:unit:browser"

"test:unit:node":
cmds:
Expand Down
4 changes: 2 additions & 2 deletions packages/cryptography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/cryptography",
"version": "1.5.0-beta.2",
"version": "1.5.0-beta.4",
"description": "Cryptographic utilities and primitives for the Hiero SDK",
"main": "./lib/index.cjs",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -97,7 +97,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-rewrite": "^0.2.0",
"c8": "^10.1.3",
"chai": "^4.3.7",
"chai": "^5.2.0",
"chromedriver": "^133.0.3",
"codecov": "^3.8.3",
"dpdm": "^3.11.0",
Expand Down
Loading

0 comments on commit cd4ee47

Please # to comment.