Skip to content

Commit

Permalink
Merge pull request #36 from ilap/main
Browse files Browse the repository at this point in the history
feat: added support for running in browser.
  • Loading branch information
micahkendall authored Feb 3, 2024
2 parents c43d406 + 7e0a368 commit ca2f464
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 362 deletions.
Binary file modified bun.lockb
Binary file not shown.
9 changes: 5 additions & 4 deletions packages/translucent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
"@emurgo/cardano-message-signing-nodejs": "^1.0.1",
"@sinclair/typebox": "^0.31.28",
"fast-check": "^3.14.0",
"mathjs": "^12.2.1",
"prettier": "^3.1.1",
"sha256": "^0.2.0",
"uplc-node": "^0.0.2",
"uplc-web": "^0.0.2"
"uplc-node": "^0.0.3",
"uplc-web": "^0.0.3"
},
"browser": {
"./core/core.ts": "./core/core-browser.ts"
"@dcspark/cardano-multiplatform-lib-nodejs": "@dcspark/cardano-multiplatform-lib-browser",
"@emurgo/cardano-message-signing-nodejs": "@emurgo/cardano-message-signing-browser",
"uplc-node": "uplc-web"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down
357 changes: 0 additions & 357 deletions packages/translucent/src/provider/blockfrost.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/translucent/src/provider/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./blockfrost.ts";
export * from "./kupmios.ts";
export * from "./kupmiosv5.ts";
export * from "./maestro.ts";
Expand Down

0 comments on commit ca2f464

Please sign in to comment.