Skip to content

Commit

Permalink
patch: export emulator provider (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzePze authored May 6, 2024
1 parent a9fc051 commit 3ad1ff0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-pots-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blaze-cardano/emulator": patch
---

chore: export provider
1 change: 1 addition & 0 deletions packages/blaze-emulator/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./emulator";
export * from "./provider";
3 changes: 1 addition & 2 deletions packages/blaze-emulator/test/Emulator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import {
TransactionId,
} from "@blaze-cardano/core";
import { HotWallet } from "@blaze-cardano/wallet";
import { Emulator } from "../src";
import { EmulatorProvider } from "../src/provider";
import { Emulator, EmulatorProvider } from "../src";
import {
generateGenesisUtxos,
generateSeedPhrase,
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @blaze-cardano/tsconfig
# @blaze-cardano/jest-config

## 0.0.1

Expand Down

0 comments on commit 3ad1ff0

Please sign in to comment.