Skip to content

Commit

Permalink
ci: publish packages [skip actions]
Browse files Browse the repository at this point in the history
 - @cardano-sdk/cardano-services-client@0.24.0
 - @cardano-sdk/cardano-services@0.35.0
 - @cardano-sdk/core@0.45.0
 - @cardano-sdk/dapp-connector@0.13.3
 - @cardano-sdk/e2e@0.51.0
 - @cardano-sdk/golden-test-generator@0.8.22
 - @cardano-sdk/governance@0.11.1
 - @cardano-sdk/hardware-ledger@0.15.0
 - @cardano-sdk/hardware-trezor@0.7.0
 - @cardano-sdk/input-selection@0.14.1
 - @cardano-sdk/key-management@0.27.0
 - @cardano-sdk/ogmios@0.18.22
 - @cardano-sdk/projection-typeorm@0.9.22
 - @cardano-sdk/projection@0.12.22
 - @cardano-sdk/tx-construction@0.26.0
 - @cardano-sdk/util-dev@0.25.0
 - @cardano-sdk/util-rxjs@0.9.4
 - @cardano-sdk/wallet@0.51.0
 - @cardano-sdk/web-extension@0.37.7
  • Loading branch information
lace-bot committed Jan 20, 2025
1 parent 05b1dcb commit fdf1e41
Show file tree
Hide file tree
Showing 38 changed files with 199 additions and 19 deletions.
19 changes: 19 additions & 0 deletions packages/cardano-services-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.24.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.23.7...@cardano-sdk/cardano-services-client@0.24.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* remove BaseWallet stake pool and drep provider dependency
- add RewardAccountInfoProvider as a new BaseWallet dependency
* correct return type of RewardAccount.toHash
* add order option to ChainHistoryProvider.transactionsByAddresses

### Features

* add order option to ChainHistoryProvider.transactionsByAddresses ([9d816b3](https://github.com/input-output-hk/cardano-js-sdk/commit/9d816b31618861665ba54d5853bd2fc32f5e1e9a))
* partial BaseWallet tx history ([40a3ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/40a3ce007f99ad0d8503f0cd3348a73a13964e9a))

### Bug Fixes

* **cardano-services-client:** deduplicate BF chain history transactions by addresses ([a656527](https://github.com/input-output-hk/cardano-js-sdk/commit/a656527cea44f03eeba6e22d2a4d8432c3634d90))
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.23.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.23.6...@cardano-sdk/cardano-services-client@0.23.7) (2025-01-17)

**Note:** Version bump only for package @cardano-sdk/cardano-services-client
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services-client",
"version": "0.23.7",
"version": "0.24.0",
"description": "Cardano Services Client",
"engines": {
"node": ">=16.20.2"
Expand Down
15 changes: 15 additions & 0 deletions packages/cardano-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.34.0...@cardano-sdk/cardano-services@0.35.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* correct return type of RewardAccount.toHash
* add order option to ChainHistoryProvider.transactionsByAddresses

### Features

* add order option to ChainHistoryProvider.transactionsByAddresses ([9d816b3](https://github.com/input-output-hk/cardano-js-sdk/commit/9d816b31618861665ba54d5853bd2fc32f5e1e9a))

### Bug Fixes

* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.34.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.33.6...@cardano-sdk/cardano-services@0.34.0) (2025-01-17)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services",
"version": "0.34.0",
"version": "0.35.0",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.2"
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.45.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.44.0...@cardano-sdk/core@0.45.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* remove BaseWallet stake pool and drep provider dependency
- add RewardAccountInfoProvider as a new BaseWallet dependency
* correct return type of RewardAccount.toHash
* add order option to ChainHistoryProvider.transactionsByAddresses

### Features

* add order option to ChainHistoryProvider.transactionsByAddresses ([9d816b3](https://github.com/input-output-hk/cardano-js-sdk/commit/9d816b31618861665ba54d5853bd2fc32f5e1e9a))
* partial BaseWallet tx history ([40a3ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/40a3ce007f99ad0d8503f0cd3348a73a13964e9a))

### Bug Fixes

* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.44.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.43.0...@cardano-sdk/core@0.44.0) (2025-01-17)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/core",
"version": "0.44.0",
"version": "0.45.0",
"description": "Core types and libraries for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/dapp-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.13.2...@cardano-sdk/dapp-connector@0.13.3) (2025-01-20)

**Note:** Version bump only for package @cardano-sdk/dapp-connector

## [0.13.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.13.1...@cardano-sdk/dapp-connector@0.13.2) (2025-01-17)

**Note:** Version bump only for package @cardano-sdk/dapp-connector
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/dapp-connector",
"version": "0.13.2",
"version": "0.13.3",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": ">=16.20.2"
Expand Down
16 changes: 16 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.51.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.50.0...@cardano-sdk/e2e@0.51.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* remove BaseWallet stake pool and drep provider dependency
- add RewardAccountInfoProvider as a new BaseWallet dependency
* correct return type of RewardAccount.toHash

### Features

* partial BaseWallet tx history ([40a3ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/40a3ce007f99ad0d8503f0cd3348a73a13964e9a))

### Bug Fixes

* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.50.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.49.8...@cardano-sdk/e2e@0.50.0) (2025-01-17)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/e2e",
"version": "0.50.0",
"version": "0.51.0",
"description": "End to end tests for the cardano-js-sdk packages.",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/golden-test-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.22](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.8.21...@cardano-sdk/golden-test-generator@0.8.22) (2025-01-20)

**Note:** Version bump only for package @cardano-sdk/golden-test-generator

## [0.8.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.8.20...@cardano-sdk/golden-test-generator@0.8.21) (2025-01-17)

**Note:** Version bump only for package @cardano-sdk/golden-test-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/golden-test-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/golden-test-generator",
"version": "0.8.21",
"version": "0.8.22",
"description": "Generate golden test files for a range of Cardano concepts",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.11.0...@cardano-sdk/governance@0.11.1) (2025-01-20)

**Note:** Version bump only for package @cardano-sdk/governance

## [0.11.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.10.37...@cardano-sdk/governance@0.11.0) (2025-01-17)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/governance",
"version": "0.11.0",
"version": "0.11.1",
"description": "Governance types and utilities for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/hardware-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.14.0...@cardano-sdk/hardware-ledger@0.15.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* correct return type of RewardAccount.toHash

### Bug Fixes

* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.13.2...@cardano-sdk/hardware-ledger@0.14.0) (2025-01-17)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/hardware-ledger",
"version": "0.14.0",
"version": "0.15.0",
"description": "Mappings and integration with Ledger hardware",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/hardware-trezor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.6.21...@cardano-sdk/hardware-trezor@0.7.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* correct return type of RewardAccount.toHash

### Bug Fixes

* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.6.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.6.20...@cardano-sdk/hardware-trezor@0.6.21) (2025-01-17)

**Note:** Version bump only for package @cardano-sdk/hardware-trezor
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-trezor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/hardware-trezor",
"version": "0.6.21",
"version": "0.7.0",
"description": "Mappings and integration with Trezor hardware",
"engines": {
"node": ">=16.20.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/input-selection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.14.0...@cardano-sdk/input-selection@0.14.1) (2025-01-20)

**Note:** Version bump only for package @cardano-sdk/input-selection

## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.13.34...@cardano-sdk/input-selection@0.14.0) (2025-01-17)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/input-selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/input-selection",
"version": "0.14.0",
"version": "0.14.1",
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/key-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.27.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.26.0...@cardano-sdk/key-management@0.27.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* correct return type of RewardAccount.toHash

### Bug Fixes

* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.26.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.25.1...@cardano-sdk/key-management@0.26.0) (2025-01-17)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/key-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/key-management",
"version": "0.26.0",
"version": "0.27.0",
"description": "Key management types and utilities for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/ogmios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.22](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.18.21...@cardano-sdk/ogmios@0.18.22) (2025-01-20)

**Note:** Version bump only for package @cardano-sdk/ogmios

## [0.18.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.18.20...@cardano-sdk/ogmios@0.18.21) (2025-01-17)

**Note:** Version bump only for package @cardano-sdk/ogmios
Expand Down
2 changes: 1 addition & 1 deletion packages/ogmios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/ogmios",
"version": "0.18.21",
"version": "0.18.22",
"description": "Ogmios Providers",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/projection-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.22](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.9.21...@cardano-sdk/projection-typeorm@0.9.22) (2025-01-20)

**Note:** Version bump only for package @cardano-sdk/projection-typeorm

## [0.9.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.9.20...@cardano-sdk/projection-typeorm@0.9.21) (2025-01-17)

**Note:** Version bump only for package @cardano-sdk/projection-typeorm
Expand Down
2 changes: 1 addition & 1 deletion packages/projection-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/projection-typeorm",
"version": "0.9.21",
"version": "0.9.22",
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/projection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.22](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.12.21...@cardano-sdk/projection@0.12.22) (2025-01-20)

**Note:** Version bump only for package @cardano-sdk/projection

## [0.12.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.12.20...@cardano-sdk/projection@0.12.21) (2025-01-17)

**Note:** Version bump only for package @cardano-sdk/projection
Expand Down
2 changes: 1 addition & 1 deletion packages/projection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/projection",
"version": "0.12.21",
"version": "0.12.22",
"description": "Chain Sync event projection",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/tx-construction/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.26.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.25.0...@cardano-sdk/tx-construction@0.26.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* correct return type of RewardAccount.toHash

### Bug Fixes

* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.24.4...@cardano-sdk/tx-construction@0.25.0) (2025-01-17)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/tx-construction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/tx-construction",
"version": "0.25.0",
"version": "0.26.0",
"description": "Types and functions for constructing transactions on Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
16 changes: 16 additions & 0 deletions packages/util-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.24.6...@cardano-sdk/util-dev@0.25.0) (2025-01-20)

### ⚠ BREAKING CHANGES

* remove BaseWallet stake pool and drep provider dependency
- add RewardAccountInfoProvider as a new BaseWallet dependency
* correct return type of RewardAccount.toHash

### Features

* partial BaseWallet tx history ([40a3ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/40a3ce007f99ad0d8503f0cd3348a73a13964e9a))

### Bug Fixes

* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))

## [0.24.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.24.5...@cardano-sdk/util-dev@0.24.6) (2025-01-17)

**Note:** Version bump only for package @cardano-sdk/util-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/util-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/util-dev",
"version": "0.24.6",
"version": "0.25.0",
"description": "Utilities for tests in other packages",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit fdf1e41

Please sign in to comment.