Skip to content

Commit

Permalink
chore: update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Dec 20, 2024
1 parent a5c9b70 commit a3efd64
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
40 changes: 30 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 12081462A06B3C32-3b549ddfd99933a3-A921A6D4959937E3-c042fd95c86f8c45
# bun ./bun.lockb --hash: E4AD854D14DC9643-e7406b75d8b71363-A74046F3B02E19AD-0c3d07c022829860


"@adobe/css-tools@^4.0.1":
Expand Down Expand Up @@ -1058,16 +1058,16 @@
"@scure/bip39" "^1.4.0"
blakejs "^1.2.1"

"@blaze-cardano/emulator@^0.3.6":
version "0.3.6"
resolved "https://registry.npmjs.org/@blaze-cardano/emulator/-/emulator-0.3.6.tgz"
integrity sha512-rX7azcKey4CuWe8ZzYDrKo0agBe7fnuvkIYMmkz+8P5c2Gp5KtOt1THE/Gy6RbgpfSn7h04cq0TXzzTdxMZo4w==
"@blaze-cardano/emulator@^0.3.7":
version "0.3.7"
resolved "https://registry.npmjs.org/@blaze-cardano/emulator/-/emulator-0.3.7.tgz"
integrity sha512-je059cskK9xz3HZrxo3YRvT8WIM59H2VOvY1XEC28+nMDrG+HOIMqWx0QYjZ5APe97wHsVhjIoctaXC2Vvw82A==
dependencies:
"@blaze-cardano/core" "0.5.2"
"@blaze-cardano/tx" "0.8.3"
"@blaze-cardano/query" "0.3.2"
"@blaze-cardano/tx" "0.8.4"
"@blaze-cardano/vm" "0.1.5"
"@blaze-cardano/wallet" "0.3.1"
"@blaze-cardano/wallet" "0.3.2"

"@blaze-cardano/[email protected]":
version "0.0.1"
Expand All @@ -1093,7 +1093,7 @@
"@blaze-cardano/ogmios" "0.0.7"
"@blaze-cardano/jest-config" "0.0.1"

"@blaze-cardano/sdk@^0.2.11":
"@blaze-cardano/sdk@^0.2.11", "@blaze-cardano/sdk@^0.2.12":
version "0.2.11"
resolved "https://registry.npmjs.org/@blaze-cardano/sdk/-/sdk-0.2.11.tgz"
integrity sha512-5UQ+gYQKke9i2WE82PoHZ4eKP4+NkH/R4Y0GtWdRcFHdO79Wzq+LmnOF4bVLbnxp89uzsy1rYspYN7P2V+T9bQ==
Expand All @@ -1112,6 +1112,14 @@
"@blaze-cardano/core" "0.5.2"
"@blaze-cardano/vm" "0.1.5"

"@blaze-cardano/[email protected]":
version "0.8.4"
resolved "https://registry.npmjs.org/@blaze-cardano/tx/-/tx-0.8.4.tgz"
integrity sha512-Opi08Ht8fT3FzbHg4Z7um1AD8/jl+45irbCNZqVFnxQuPDX/4PQ/ii5pw/u0Sqb3hXLOn74cSPDYqRA3RjQBzw==
dependencies:
"@blaze-cardano/core" "0.5.2"
"@blaze-cardano/vm" "0.1.5"

"@blaze-cardano/[email protected]":
version "0.1.37"
resolved "https://registry.npmjs.org/@blaze-cardano/uplc/-/uplc-0.1.37.tgz"
Expand Down Expand Up @@ -1141,6 +1149,18 @@
"@blaze-cardano/query" "0.3.2"
"@blaze-cardano/tx" "0.8.3"

"@blaze-cardano/[email protected]":
version "0.3.2"
resolved "https://registry.npmjs.org/@blaze-cardano/wallet/-/wallet-0.3.2.tgz"
integrity sha512-PQtE13A/RohFvrtNO6WyyLWnZOoyChW0yBwYdz5lcFsSBnqra2gGNAednJV58yqLaqyN8AJCLqMkNfOPqDRXwA==
dependencies:
"@emurgo/cardano-message-signing-browser" "^1.1.0"
"@emurgo/cardano-message-signing-nodejs" "^1.1.0"
"@blaze-cardano/core" "0.5.2"
"@blaze-cardano/jest-config" "0.0.1"
"@blaze-cardano/query" "0.3.2"
"@blaze-cardano/tx" "0.8.4"

"@cardano-ogmios/[email protected]":
version "6.5.0"
resolved "https://registry.npmjs.org/@cardano-ogmios/client/-/client-6.5.0.tgz"
Expand Down Expand Up @@ -3820,7 +3840,7 @@
version "workspace:packages/core"
resolved "workspace:packages/core"
devDependencies:
"@blaze-cardano/emulator" "^0.3.6"
"@blaze-cardano/emulator" "^0.3.7"
"@sundaeswap/bigint-math" "^0.6.3"
"@sundaeswap/cpp" "^1.0.3"
"@sundaeswap/fraction" "^1.0.3"
Expand Down Expand Up @@ -3890,7 +3910,7 @@
version "workspace:packages/yield-farming"
resolved "workspace:packages/yield-farming"
devDependencies:
"@blaze-cardano/emulator" "^0.3.6"
"@blaze-cardano/emulator" "^0.3.7"
"@sundaeswap/core" "packages/core"

"@swc/core@^1.2.147", "@swc/core@^1.3.24":
Expand Down

0 comments on commit a3efd64

Please sign in to comment.