Commit a3db82f 1 parent 8994faf commit a3db82f Copy full SHA for a3db82f
File tree 14 files changed +47
-47
lines changed
sdk-cloudflare-integration
14 files changed +47
-47
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sdk-cloudflare-integration" ,
3
3
"description" : " An example app of how to integrate the VeChain SDK with Cloudflare Workers" ,
4
- "version" : " 1.0.0-rc.6 " ,
4
+ "version" : " 1.0.0" ,
5
5
"private" : true ,
6
6
"author" : " VeChain Foundation" ,
7
7
"license" : " MIT" ,
16
16
"wrangler" : " ^3.72.3"
17
17
},
18
18
"dependencies" : {
19
- "@vechain/sdk-core" : " 1.0.0-rc.6 "
19
+ "@vechain/sdk-core" : " 1.0.0"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sdk-hardhat-integration" ,
3
3
"description" : " An example app of how to use the @vechain/sdk-hardhat-plugin to interact with the VeChainThor blockchain" ,
4
- "version" : " 1.0.0-rc.6 " ,
4
+ "version" : " 1.0.0" ,
5
5
"private" : true ,
6
6
"main" : " index.js" ,
7
7
"author" : " VeChain Foundation" ,
18
18
},
19
19
"dependencies" : {
20
20
"@openzeppelin/contracts" : " ^5.0.2" ,
21
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
22
- "@vechain/sdk-hardhat-plugin" : " 1.0.0-rc.6 " ,
23
- "@vechain/sdk-logging" : " 1.0.0-rc.6 "
21
+ "@vechain/sdk-core" : " 1.0.0" ,
22
+ "@vechain/sdk-hardhat-plugin" : " 1.0.0" ,
23
+ "@vechain/sdk-logging" : " 1.0.0"
24
24
},
25
25
"devDependencies" : {
26
26
"@nomicfoundation/hardhat-chai-matchers" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sdk-nextjs-integration" ,
3
3
"description" : " An example app of how to integrate the VeChain SDK with Next.js" ,
4
- "version" : " 1.0.0-rc.6 " ,
4
+ "version" : " 1.0.0" ,
5
5
"private" : true ,
6
6
"author" : " VeChain Foundation" ,
7
7
"license" : " MIT" ,
14
14
"test:watch" : " jest --watch"
15
15
},
16
16
"dependencies" : {
17
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
18
- "@vechain/sdk-network" : " 1.0.0-rc.6 " ,
17
+ "@vechain/sdk-core" : " 1.0.0" ,
18
+ "@vechain/sdk-network" : " 1.0.0" ,
19
19
"install" : " ^0.13.0" ,
20
20
"nanoid" : " 3.3.8" ,
21
21
"next" : " 15.1.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sdk-node-integration" ,
3
3
"description" : " An example app of how to integrate the VeChain SDK with Node.js" ,
4
- "version" : " 1.0.0-rc.6 " ,
4
+ "version" : " 1.0.0" ,
5
5
"private" : true ,
6
6
"main" : " dist/index.js" ,
7
7
"types" : " src/index.ts" ,
13
13
"test" : " jest"
14
14
},
15
15
"dependencies" : {
16
- "@vechain/sdk-network" : " 1.0.0-rc.6 "
16
+ "@vechain/sdk-network" : " 1.0.0"
17
17
},
18
18
"devDependencies" : {
19
19
"@jest/globals" : " ^29.7.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sdk-vite-integration" ,
3
3
"private" : true ,
4
- "version" : " 1.0.0-rc.6 " ,
4
+ "version" : " 1.0.0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
12
12
"test:jsdom" : " vitest --config vitest.jsdom.config.js"
13
13
},
14
14
"dependencies" : {
15
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
16
- "@vechain/sdk-network" : " 1.0.0-rc.6 " ,
15
+ "@vechain/sdk-core" : " 1.0.0" ,
16
+ "@vechain/sdk-network" : " 1.0.0" ,
17
17
"react" : " ^18.3.1" ,
18
18
"react-dom" : " ^18.3.1" ,
19
19
"react-router-dom" : " ^6.27.0"
35
35
"vitest" : " ^2.1.4" ,
36
36
"vitest-browser-react" : " ^0.0.4"
37
37
}
38
- }
38
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"description" : " Official documentation for the VeChain TypeScript SDK with examples" ,
6
6
"author" : " VeChain Foundation" ,
17
17
"test:examples:solo" : " (yarn start-thor-solo && yarn test:examples && yarn stop-thor-solo) || yarn stop-thor-solo"
18
18
},
19
19
"dependencies" : {
20
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
21
- "@vechain/sdk-network" : " 1.0.0-rc.6 "
20
+ "@vechain/sdk-core" : " 1.0.0" ,
21
+ "@vechain/sdk-network" : " 1.0.0"
22
22
},
23
23
"devDependencies" : {
24
24
"expect" : " ^29.7.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vechain/sdk-aws-kms-adapter" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " This module implements the VeChain abstract signer so it is integrated with AWS KMS" ,
5
5
"author" : " VeChain Foundation" ,
6
6
"license" : " MIT" ,
40
40
"dependencies" : {
41
41
"@aws-sdk/client-kms" : " ^3.723.0" ,
42
42
"@noble/curves" : " ^1.6.0" ,
43
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
44
- "@vechain/sdk-errors" : " 1.0.0-rc.6 " ,
45
- "@vechain/sdk-network" : " 1.0.0-rc.6 " ,
43
+ "@vechain/sdk-core" : " 1.0.0" ,
44
+ "@vechain/sdk-errors" : " 1.0.0" ,
45
+ "@vechain/sdk-network" : " 1.0.0" ,
46
46
"asn1js" : " ^3.0.5" ,
47
47
"ethers" : " 6.13.4" ,
48
48
"viem" : " ^2.21.45"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vechain/sdk-core" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " This module is crafted for dApp development and various blockchain operations that seamlessly unfold offline" ,
5
5
"author" : " VeChain Foundation" ,
6
6
"license" : " MIT" ,
44
44
"@scure/base" : " ^1.1.9" ,
45
45
"@scure/bip32" : " ^1.4.0" ,
46
46
"@scure/bip39" : " ^1.5.1" ,
47
- "@vechain/sdk-errors" : " 1.0.0-rc.6 " ,
48
- "@vechain/sdk-logging" : " 1.0.0-rc.6 " ,
47
+ "@vechain/sdk-errors" : " 1.0.0" ,
48
+ "@vechain/sdk-logging" : " 1.0.0" ,
49
49
"abitype" : " ^1.0.6" ,
50
50
"ethers" : " 6.13.4" ,
51
51
"fast-json-stable-stringify" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vechain/sdk-errors" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " This module is dedicated to managing and customizing errors within the VeChain SDK" ,
5
5
"author" : " VeChain Foundation" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vechain/sdk-ethers-adapter" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " This module serves as a crucial bridge between the standard Ethereum tooling provided by Hardhat and the unique features of the VeChainThor blockchain" ,
5
5
"author" : " VeChain Foundation" ,
6
6
"license" : " MIT" ,
33
33
"test" : " rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
34
34
},
35
35
"dependencies" : {
36
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
37
- "@vechain/sdk-errors" : " 1.0.0-rc.6 " ,
38
- "@vechain/sdk-network" : " 1.0.0-rc.6 " ,
36
+ "@vechain/sdk-core" : " 1.0.0" ,
37
+ "@vechain/sdk-errors" : " 1.0.0" ,
38
+ "@vechain/sdk-network" : " 1.0.0" ,
39
39
"ethers" : " 6.13.4"
40
40
}
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vechain/sdk-hardhat-plugin" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " This module allows to create smart contracts and interact with them using the VeChain SDK and Hardhat" ,
5
5
"author" : " VeChain Foundation" ,
6
6
"license" : " MIT" ,
38
38
},
39
39
"dependencies" : {
40
40
"@nomicfoundation/hardhat-ethers" : " ^3.0.8" ,
41
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
42
- "@vechain/sdk-errors" : " 1.0.0-rc.6 " ,
43
- "@vechain/sdk-ethers-adapter" : " 1.0.0-rc.6 " ,
44
- "@vechain/sdk-logging" : " 1.0.0-rc.6 " ,
45
- "@vechain/sdk-network" : " 1.0.0-rc.6 " ,
41
+ "@vechain/sdk-core" : " 1.0.0" ,
42
+ "@vechain/sdk-errors" : " 1.0.0" ,
43
+ "@vechain/sdk-ethers-adapter" : " 1.0.0" ,
44
+ "@vechain/sdk-logging" : " 1.0.0" ,
45
+ "@vechain/sdk-network" : " 1.0.0" ,
46
46
"ethers" : " 6.13.4" ,
47
47
"hardhat" : " ^2.22.15"
48
48
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vechain/sdk-logging" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " This module provides functionality to logging data for vechain-sdk" ,
5
5
"author" : " VeChain Foundation" ,
6
6
"license" : " MIT" ,
34
34
"test" : " rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
35
35
},
36
36
"dependencies" : {
37
- "@vechain/sdk-errors" : " 1.0.0-rc.6 "
37
+ "@vechain/sdk-errors" : " 1.0.0"
38
38
}
39
39
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vechain/sdk-network" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " This module serves as the standard interface connecting decentralized applications (dApps) and users to the VeChainThor blockchain" ,
5
5
"author" : " VeChain Foundation" ,
6
6
"license" : " MIT" ,
42
42
},
43
43
"dependencies" : {
44
44
"@noble/curves" : " ^1.6.0" ,
45
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
46
- "@vechain/sdk-errors" : " 1.0.0-rc.6 " ,
47
- "@vechain/sdk-logging" : " 1.0.0-rc.6 " ,
45
+ "@vechain/sdk-core" : " 1.0.0" ,
46
+ "@vechain/sdk-errors" : " 1.0.0" ,
47
+ "@vechain/sdk-logging" : " 1.0.0" ,
48
48
"@vechain/vebetterdao-contracts" : " ^4.0.0" ,
49
49
"abitype" : " ^1.0.6" ,
50
50
"ethers" : " 6.13.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vechain/sdk-rpc-proxy" ,
3
- "version" : " 1.0.0-rc.6 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " Proxy Thor's RESTful API to Eth JSON-RPC" ,
5
5
"author" : " VeChain Foundation" ,
6
6
"license" : " MIT" ,
39
39
"test:browser" : " rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit --config ./jest.config.browser.js"
40
40
},
41
41
"dependencies" : {
42
- "@vechain/sdk-core" : " 1.0.0-rc.6 " ,
43
- "@vechain/sdk-errors" : " 1.0.0-rc.6 " ,
44
- "@vechain/sdk-logging" : " 1.0.0-rc.6 " ,
45
- "@vechain/sdk-network" : " 1.0.0-rc.6 " ,
42
+ "@vechain/sdk-core" : " 1.0.0" ,
43
+ "@vechain/sdk-errors" : " 1.0.0" ,
44
+ "@vechain/sdk-logging" : " 1.0.0" ,
45
+ "@vechain/sdk-network" : " 1.0.0" ,
46
46
"commander" : " ^12.1.0" ,
47
47
"cors" : " ^2.8.5" ,
48
48
"express" : " ^4.21.2"
You can’t perform that action at this time.
0 commit comments