Skip to content

Commit a3db82f

Browse files
lucanicoladebiasiLuca Debiasi
and
Luca Debiasi
authored
chore: 1.0.0 (#1889)
Co-authored-by: Luca Debiasi <lucad.ebiasi@MacBook-Pro.ht.home>
1 parent 8994faf commit a3db82f

File tree

14 files changed

+47
-47
lines changed

14 files changed

+47
-47
lines changed

apps/sdk-cloudflare-integration/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sdk-cloudflare-integration",
33
"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",
55
"private": true,
66
"author": "VeChain Foundation",
77
"license": "MIT",
@@ -16,6 +16,6 @@
1616
"wrangler": "^3.72.3"
1717
},
1818
"dependencies": {
19-
"@vechain/sdk-core": "1.0.0-rc.6"
19+
"@vechain/sdk-core": "1.0.0"
2020
}
2121
}

apps/sdk-hardhat-integration/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sdk-hardhat-integration",
33
"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",
55
"private": true,
66
"main": "index.js",
77
"author": "VeChain Foundation",
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@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"
2424
},
2525
"devDependencies": {
2626
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",

apps/sdk-nextjs-integration/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sdk-nextjs-integration",
33
"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",
55
"private": true,
66
"author": "VeChain Foundation",
77
"license": "MIT",
@@ -14,8 +14,8 @@
1414
"test:watch": "jest --watch"
1515
},
1616
"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",
1919
"install": "^0.13.0",
2020
"nanoid": "3.3.8",
2121
"next": "15.1.4",

apps/sdk-node-integration/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sdk-node-integration",
33
"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",
55
"private": true,
66
"main": "dist/index.js",
77
"types": "src/index.ts",
@@ -13,7 +13,7 @@
1313
"test": "jest"
1414
},
1515
"dependencies": {
16-
"@vechain/sdk-network": "1.0.0-rc.6"
16+
"@vechain/sdk-network": "1.0.0"
1717
},
1818
"devDependencies": {
1919
"@jest/globals": "^29.7.0",

apps/sdk-vite-integration/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sdk-vite-integration",
33
"private": true,
4-
"version": "1.0.0-rc.6",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -12,8 +12,8 @@
1212
"test:jsdom": "vitest --config vitest.jsdom.config.js"
1313
},
1414
"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",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",
1919
"react-router-dom": "^6.27.0"
@@ -35,4 +35,4 @@
3535
"vitest": "^2.1.4",
3636
"vitest-browser-react": "^0.0.4"
3737
}
38-
}
38+
}

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Official documentation for the VeChain TypeScript SDK with examples",
66
"author": "VeChain Foundation",
@@ -17,8 +17,8 @@
1717
"test:examples:solo": "(yarn start-thor-solo && yarn test:examples && yarn stop-thor-solo) || yarn stop-thor-solo"
1818
},
1919
"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"
2222
},
2323
"devDependencies": {
2424
"expect": "^29.7.0",

packages/aws-kms-adapter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/sdk-aws-kms-adapter",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "This module implements the VeChain abstract signer so it is integrated with AWS KMS",
55
"author": "VeChain Foundation",
66
"license": "MIT",
@@ -40,9 +40,9 @@
4040
"dependencies": {
4141
"@aws-sdk/client-kms": "^3.723.0",
4242
"@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",
4646
"asn1js": "^3.0.5",
4747
"ethers": "6.13.4",
4848
"viem": "^2.21.45"

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/sdk-core",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "This module is crafted for dApp development and various blockchain operations that seamlessly unfold offline",
55
"author": "VeChain Foundation",
66
"license": "MIT",
@@ -44,8 +44,8 @@
4444
"@scure/base": "^1.1.9",
4545
"@scure/bip32": "^1.4.0",
4646
"@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",
4949
"abitype": "^1.0.6",
5050
"ethers": "6.13.4",
5151
"fast-json-stable-stringify": "^2.1.0",

packages/errors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/sdk-errors",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "This module is dedicated to managing and customizing errors within the VeChain SDK",
55
"author": "VeChain Foundation",
66
"license": "MIT",

packages/ethers-adapter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/sdk-ethers-adapter",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "This module serves as a crucial bridge between the standard Ethereum tooling provided by Hardhat and the unique features of the VeChainThor blockchain",
55
"author": "VeChain Foundation",
66
"license": "MIT",
@@ -33,9 +33,9 @@
3333
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
3434
},
3535
"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",
3939
"ethers": "6.13.4"
4040
}
4141
}

packages/hardhat-plugin/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/sdk-hardhat-plugin",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "This module allows to create smart contracts and interact with them using the VeChain SDK and Hardhat",
55
"author": "VeChain Foundation",
66
"license": "MIT",
@@ -38,11 +38,11 @@
3838
},
3939
"dependencies": {
4040
"@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",
4646
"ethers": "6.13.4",
4747
"hardhat": "^2.22.15"
4848
}

packages/logging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/sdk-logging",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "This module provides functionality to logging data for vechain-sdk",
55
"author": "VeChain Foundation",
66
"license": "MIT",
@@ -34,6 +34,6 @@
3434
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
3535
},
3636
"dependencies": {
37-
"@vechain/sdk-errors": "1.0.0-rc.6"
37+
"@vechain/sdk-errors": "1.0.0"
3838
}
3939
}

packages/network/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/sdk-network",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "This module serves as the standard interface connecting decentralized applications (dApps) and users to the VeChainThor blockchain",
55
"author": "VeChain Foundation",
66
"license": "MIT",
@@ -42,9 +42,9 @@
4242
},
4343
"dependencies": {
4444
"@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",
4848
"@vechain/vebetterdao-contracts": "^4.0.0",
4949
"abitype": "^1.0.6",
5050
"ethers": "6.13.4",

packages/rpc-proxy/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/sdk-rpc-proxy",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "Proxy Thor's RESTful API to Eth JSON-RPC",
55
"author": "VeChain Foundation",
66
"license": "MIT",
@@ -39,10 +39,10 @@
3939
"test:browser": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit --config ./jest.config.browser.js"
4040
},
4141
"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",
4646
"commander": "^12.1.0",
4747
"cors": "^2.8.5",
4848
"express": "^4.21.2"

0 commit comments

Comments
 (0)