Skip to content

Commit 951f060

Browse files
committed
release: update types, 0.0.9-alpha.5
1 parent a151e56 commit 951f060

File tree

4 files changed

+26
-13
lines changed

4 files changed

+26
-13
lines changed

example/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
2-
"name": "example",
3-
"version": "0.1.0",
4-
"private": true,
5-
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
8-
"start": "next start",
9-
"lint": "next lint"
10-
},
112
"dependencies": {
12-
"@crossmint/connect": "0.0.9-alpha.2",
3+
"@crossmint/connect": "0.0.9-alpha.4",
134
"@solana/wallet-adapter-base": "^0.9.7",
145
"@solana/wallet-adapter-react": "^0.15.6",
156
"@solana/wallet-adapter-react-ui": "^0.9.8",
@@ -28,5 +19,14 @@
2819
"eslint": "8.19.0",
2920
"eslint-config-next": "12.2.2",
3021
"typescript": "4.7.4"
31-
}
22+
},
23+
"name": "example",
24+
"private": true,
25+
"scripts": {
26+
"build": "next build",
27+
"dev": "next dev",
28+
"lint": "next lint",
29+
"start": "next start"
30+
},
31+
"version": "0.1.0"
3232
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crossmint/connect",
3-
"version": "0.0.9-alpha.4",
3+
"version": "0.0.9-alpha.5",
44
"author": "Crossmint",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/Crossmint/connect",
@@ -39,6 +39,7 @@
3939
"typescript": "^4.7.4"
4040
},
4141
"dependencies": {
42+
"@crossmint/connect": "0.0.9-alpha.4",
4243
"@solana/wallet-adapter-base": "^0.9.7",
4344
"@solana/web3.js": "^1.47.3",
4445
"ethers": "^5.6.9",

src/consts/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = "0.0.9-alpha.4";
1+
export const LIB_VERSION = "0.0.9-alpha.5";

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,18 @@
221221
"@babel/helper-validator-identifier" "^7.18.6"
222222
to-fast-properties "^2.0.0"
223223

224+
"@crossmint/[email protected]":
225+
version "0.0.9-alpha.4"
226+
resolved "https://registry.yarnpkg.com/@crossmint/connect/-/connect-0.0.9-alpha.4.tgz#5c0080e7ef22c3a7068050c606492d641c8a388f"
227+
integrity sha512-OxJnhp1L7hsfJsbSZvA0B8KjxIqdWU9/ZCWqxBmHEkdYWPlWGpyUXyy41RUDetWXV5CD0uw5wvRi6IU3wSF71Q==
228+
dependencies:
229+
"@solana/wallet-adapter-base" "^0.9.7"
230+
"@solana/web3.js" "^1.47.3"
231+
ethers "^5.6.9"
232+
lucid-cardano "^0.10.1"
233+
react "^18.2.0"
234+
store2 "^2.13.2"
235+
224236
"@ethersproject/[email protected]", "@ethersproject/abi@^5.6.3":
225237
version "5.6.4"
226238
resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.6.4.tgz#f6e01b6ed391a505932698ecc0d9e7a99ee60362"

0 commit comments

Comments
 (0)