Skip to content

Commit d7e03ee

Browse files
authored
Merge pull request #200 from MeshJS/feature/utxos-init
Feature/utxos init
2 parents e250693 + 0e1e6c1 commit d7e03ee

File tree

32 files changed

+4807
-1722
lines changed

32 files changed

+4807
-1722
lines changed

package-lock.json

Lines changed: 2564 additions & 1399 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@meshsdk/core": "^1.9.0-beta.87",
2929
"@meshsdk/core-csl": "^1.9.0-beta.87",
3030
"@meshsdk/core-cst": "^1.9.0-beta.87",
31+
"@meshsdk/provider": "^1.9.0-beta.86",
3132
"@meshsdk/react": "^1.9.0-beta.87",
3233
"@octokit/core": "^6.1.2",
3334
"@prisma/client": "^6.17.1",
@@ -55,6 +56,7 @@
5556
"@trpc/next": "^11.0.0-rc.446",
5657
"@trpc/react-query": "^11.0.0-rc.446",
5758
"@trpc/server": "^11.0.0-rc.446",
59+
"@utxos/sdk": "^0.0.78",
5860
"busboy": "^1.6.0",
5961
"class-variance-authority": "^0.7.0",
6062
"clsx": "^2.1.1",
@@ -64,7 +66,7 @@
6466
"framer-motion": "^11.11.9",
6567
"geist": "^1.3.0",
6668
"idb-keyval": "^6.2.1",
67-
"jsonld": "^8.3.3",
69+
"jsonld": "^9.0.0",
6870
"jsonwebtoken": "^9.0.2",
6971
"lucide-react": "^0.439.0",
7072
"next": "^16.0.7",
@@ -133,6 +135,8 @@
133135
"three-mesh-bvh": "^0.9.3",
134136
"node-domexception": "^2.0.2",
135137
"lodash.get": "^4.4.2",
136-
"lodash.isequal": "^4.5.0"
138+
"lodash.isequal": "^4.5.0",
139+
"undici": "^6.23.0",
140+
"elliptic": "^6.5.7"
137141
}
138142
}

0 commit comments

Comments
 (0)