Skip to content

Commit

Permalink
Merge pull request #28 from ar-io/develop
Browse files Browse the repository at this point in the history
Release to Production
  • Loading branch information
kunstmusik authored Jun 25, 2024
2 parents 0a33b8a + eba24ea commit 5950a87
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vis": "yarn vite-bundle-visualizer"
},
"dependencies": {
"@ar.io/sdk": "1.2.0-alpha.3",
"@ar.io/sdk": "1.2.0-alpha.15",
"@fontsource/rubik": "^5.0.19",
"@headlessui/react": "^1.7.19",
"@radix-ui/react-tooltip": "^1.0.7",
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.24"

"@ar.io/sdk@1.2.0-alpha.3":
version "1.2.0-alpha.3"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-1.2.0-alpha.3.tgz#0e7f84b6f2c1f17fbcae763107447d564f44006d"
integrity sha512-NOvvbruWadd+kmCLcSUocfKccnkQ0dVrIgbVSa/NcbzX525RcuHDZKg26Ais5j6N06d4QdUk80rOP2aqWiqfNA==
"@ar.io/sdk@1.2.0-alpha.15":
version "1.2.0-alpha.15"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-1.2.0-alpha.15.tgz#7713be9680ba110d800be1bee0e8bcb6c6726ac9"
integrity sha512-Ya9yTBiHHCr2AOx7UQc5wRGhX9QIbM8jZhfaqSWP1iVKJTMujKsb0tf2TvfInHhgegS2FMhcnLGfgTRqAOGA2A==
dependencies:
"@permaweb/aoconnect" "^0.0.55"
arbundles "0.11.0"
arweave "1.14.4"
axios "1.7.2"
axios-retry "^4.3.0"
bunyan "^1.8.15"
plimit-lit "^3.0.1"
warp-contracts "1.4.45"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
Expand Down Expand Up @@ -8058,6 +8059,13 @@ pkg-dir@^5.0.0:
dependencies:
find-up "^5.0.0"

plimit-lit@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/plimit-lit/-/plimit-lit-3.0.1.tgz#45a2aee1a7249aa9c2eafc67b6a27bc927e3aa39"
integrity sha512-EyTTdP5LMX6WbHihG8R9w6DS+c3pyMpeKooOFuGDCyuVBogQjYNtoYwKLRD6hM1+VkHzGcfIuyLoWi6l5JA3iA==
dependencies:
queue-lit "^3.0.0"

possible-typed-array-names@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
Expand Down Expand Up @@ -8254,6 +8262,11 @@ querystringify@^2.1.1:
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==

queue-lit@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/queue-lit/-/queue-lit-3.0.0.tgz#5062f815e49c28759a2dc12124ab1723d563b932"
integrity sha512-iyVL2X5G58kICVGLW/nseYmdHxBoAp2Gav16H23NPtIllyEJ+UheHlYZqBjO+lJHRYoZRSrX7chH8tMrH9MB/A==

queue-microtask@^1.2.2, queue-microtask@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
Expand Down

0 comments on commit 5950a87

Please sign in to comment.