Skip to content

Commit

Permalink
feat: release 32 (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam authored Oct 2, 2024
1 parent 0d59929 commit 6125d28
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 47 deletions.
6 changes: 3 additions & 3 deletions apps/sdk-cloudflare-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-cloudflare-integration",
"description": "An example app of how to integrate the VeChain SDK with Cloudflare Workers",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"author": "VeChain Foundation",
"license": "MIT",
"scripts": {
Expand All @@ -15,6 +15,6 @@
"wrangler": "^3.72.3"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.31"
"@vechain/sdk-core": "1.0.0-beta.32"
}
}
}
10 changes: 5 additions & 5 deletions apps/sdk-hardhat-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vechain-sdk-hardhat-integration",
"description": "An example app of how to use the @vechain/sdk-hardhat-plugin to interact with the VeChainThor blockchain",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"main": "index.js",
"author": "VeChain Foundation",
"license": "MIT",
Expand All @@ -17,9 +17,9 @@
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@vechain/sdk-core": "1.0.0-beta.31",
"@vechain/sdk-hardhat-plugin": "1.0.0-beta.31",
"@vechain/sdk-logging": "1.0.0-beta.31"
"@vechain/sdk-core": "1.0.0-beta.32",
"@vechain/sdk-hardhat-plugin": "1.0.0-beta.32",
"@vechain/sdk-logging": "1.0.0-beta.32"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
Expand All @@ -39,4 +39,4 @@
"typechain": "^8.3.0",
"typescript": "^5.4.2"
}
}
}
8 changes: 4 additions & 4 deletions apps/sdk-nextjs-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vechain-sdk-nextjs",
"description": "An example app of how to integrate the VeChain SDK with Next.js",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"author": "VeChain Foundation",
"license": "MIT",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31",
"@vechain/sdk-core": "1.0.0-beta.32",
"@vechain/sdk-network": "1.0.0-beta.32",
"install": "^0.13.0",
"next": "14.2.13",
"react": "^18",
Expand All @@ -38,4 +38,4 @@
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}
}
6 changes: 3 additions & 3 deletions apps/sdk-node-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdk-user",
"description": "An example app of how to integrate the VeChain SDK with Node.js",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"main": "dist/index.js",
"types": "src/index.ts",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"test": "jest"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.32",
"typescript": "^5.3.3"
},
"devDependencies": {
Expand All @@ -22,4 +22,4 @@
"ts-node": "^10.9.2",
"tsup": "^8.3.0"
}
}
}
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "Official documentation for the VeChain TypeScript SDK with examples",
"author": "VeChain Foundation",
"license": "MIT",
Expand All @@ -18,12 +18,12 @@
"test:examples:solo": "(yarn start-thor-solo && yarn test:examples && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31",
"@vechain/sdk-core": "1.0.0-beta.32",
"@vechain/sdk-network": "1.0.0-beta.32",
"typescript": "^5.5.4"
},
"devDependencies": {
"expect": "^29.7.0",
"ts-node-test": "^0.4.4"
}
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-core",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "This module is crafted for dApp development and various blockchain operations that seamlessly unfold offline",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.4.0",
"@types/elliptic": "^6.4.18",
"@vechain/sdk-errors": "1.0.0-beta.31",
"@vechain/sdk-logging": "1.0.0-beta.31",
"@vechain/sdk-errors": "1.0.0-beta.32",
"@vechain/sdk-logging": "1.0.0-beta.32",
"bignumber.js": "^9.1.2",
"blakejs": "^1.2.1",
"ethers": "6.13.2",
Expand All @@ -54,4 +54,4 @@
"bignumber.js": "^9.1.2",
"thor-devkit": "^2.0.9"
}
}
}
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-errors",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "This module is dedicated to managing and customizing errors within the VeChain SDK",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -36,4 +36,4 @@
"test:solo": "(yarn start-thor-solo && yarn test && yarn stop-thor-solo) || yarn stop-thor-solo",
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
}
}
}
10 changes: 5 additions & 5 deletions packages/ethers-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-ethers-adapter",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "This module serves as a crucial bridge between the standard Ethereum tooling provided by Hardhat and the unique features of the VeChainThor blockchain",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -33,11 +33,11 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.31",
"@vechain/sdk-errors": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31"
"@vechain/sdk-core": "1.0.0-beta.32",
"@vechain/sdk-errors": "1.0.0-beta.32",
"@vechain/sdk-network": "1.0.0-beta.32"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8"
}
}
}
10 changes: 5 additions & 5 deletions packages/hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-hardhat-plugin",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "This module allows to create smart contracts and interact with them using the VeChain SDK and Hardhat",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -37,11 +37,11 @@
"test:solo": "(yarn start-thor-solo && yarn test && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-errors": "1.0.0-beta.31",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31"
"@vechain/sdk-errors": "1.0.0-beta.32",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.32",
"@vechain/sdk-network": "1.0.0-beta.32"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8"
}
}
}
6 changes: 3 additions & 3 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-logging",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "This module provides functionality to logging data for vechain-sdk",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -34,6 +34,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-errors": "1.0.0-beta.31"
"@vechain/sdk-errors": "1.0.0-beta.32"
}
}
}
10 changes: 5 additions & 5 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-network",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "This module serves as the standard interface connecting decentralized applications (dApps) and users to the VeChainThor blockchain",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@types/ws": "^8.5.12",
"@vechain/sdk-core": "1.0.0-beta.31",
"@vechain/sdk-errors": "1.0.0-beta.31",
"@vechain/sdk-logging": "1.0.0-beta.31",
"@vechain/sdk-core": "1.0.0-beta.32",
"@vechain/sdk-errors": "1.0.0-beta.32",
"@vechain/sdk-logging": "1.0.0-beta.32",
"@vechain/vebetterdao-contracts": "^2.0.0",
"abitype": "^1.0.6",
"isomorphic-ws": "^5.0.0",
Expand All @@ -54,4 +54,4 @@
"jest-fetch-mock": "^3.0.3",
"whatwg-fetch": "^3.6.20"
}
}
}
8 changes: 4 additions & 4 deletions packages/rpc-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/sdk-rpc-proxy",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "Proxy Thor's RESTful API to Eth JSON-RPC",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -38,8 +38,8 @@
"test:browser": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit --config ./jest.config.browser.js"
},
"dependencies": {
"@vechain/sdk-logging": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31",
"@vechain/sdk-logging": "1.0.0-beta.32",
"@vechain/sdk-network": "1.0.0-beta.32",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.20.0",
Expand All @@ -52,4 +52,4 @@
"@types/express": "^4.17.21",
"@types/node": "^22.5.3"
}
}
}

1 comment on commit 6125d28

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 97%
97.82% (4181/4274) 95.85% (1366/1425) 97.09% (869/895)
Title Tests Skipped Failures Errors Time
core 782 0 💤 0 ❌ 0 🔥 1m 50s ⏱️
network 731 0 💤 0 ❌ 0 🔥 4m 56s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 17.497s ⏱️

Please sign in to comment.