Skip to content

Commit

Permalink
feat: release 31 (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam authored Sep 13, 2024
1 parent 24218aa commit ed22f8a
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions apps/sdk-cloudflare-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdk-cloudflare-integration",
"version": "1.0.0-beta.30",
"version": "1.0.0-beta.31",
"author": "vechain Foundation",
"keywords": [],
"license": "MIT",
Expand All @@ -15,6 +15,6 @@
"wrangler": "^3.72.3"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.30"
"@vechain/sdk-core": "1.0.0-beta.31"
}
}
}
8 changes: 4 additions & 4 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.30",
"version": "1.0.0-beta.31",
"main": "index.js",
"author": "vechain Foundation",
"keywords": [],
Expand All @@ -17,9 +17,9 @@
"interact-erc721": "npx hardhat run scripts/erc721/interact.ts --network vechain_testnet"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-hardhat-plugin": "1.0.0-beta.30",
"@vechain/sdk-logging": "1.0.0-beta.30",
"@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",
"@openzeppelin/contracts": "^5.0.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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": "A Next.js sample app using the VeChain SDK",
"version": "1.0.0-beta.30",
"version": "1.0.0-beta.31",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,8 +12,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-network": "1.0.0-beta.30",
"@vechain/sdk-core": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31",
"install": "^0.13.0",
"next": "14",
"react": "^18",
Expand Down
4 changes: 2 additions & 2 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": "A node sample app using the VeChain SDK",
"version": "1.0.0-beta.30",
"version": "1.0.0-beta.31",
"main": "dist/index.js",
"types": "src/index.ts",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.30",
"@vechain/sdk-network": "1.0.0-beta.31",
"typescript": "^5.3.3"
},
"devDependencies": {
Expand Down
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.30",
"version": "1.0.0-beta.31",
"description": "Documentation for the SDK with examples",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -20,12 +20,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.30",
"@vechain/sdk-network": "1.0.0-beta.30",
"@vechain/sdk-core": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31",
"typescript": "^5.5.4"
},
"devDependencies": {
"expect": "^29.7.0",
"ts-node-test": "^0.4.4"
}
}
}
6 changes: 3 additions & 3 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.30",
"version": "1.0.0-beta.31",
"description": "Includes modules for fundamental operations like hashing and cryptography",
"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.30",
"@vechain/sdk-logging": "1.0.0-beta.30",
"@vechain/sdk-errors": "1.0.0-beta.31",
"@vechain/sdk-logging": "1.0.0-beta.31",
"bignumber.js": "^9.1.2",
"blakejs": "^1.2.1",
"elliptic": "^6.5.7",
Expand Down
2 changes: 1 addition & 1 deletion 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.30",
"version": "1.0.0-beta.31",
"description": "This module is dedicated to managing and customizing errors within the SDK",
"author": "vechain Foundation",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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.30",
"version": "1.0.0-beta.31",
"description": "This module serves as a crucial bridge between the standard Ethereum tooling provided by Hardhat and the unique features of the vechain thor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -35,9 +35,9 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-network": "1.0.0-beta.30",
"@vechain/sdk-errors": "1.0.0-beta.30"
"@vechain/sdk-core": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31",
"@vechain/sdk-errors": "1.0.0-beta.31"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8"
Expand Down
8 changes: 4 additions & 4 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.30",
"version": "1.0.0-beta.31",
"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 @@ -38,9 +38,9 @@
"test:solo": "(yarn start-thor-solo && yarn test && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.30",
"@vechain/sdk-errors": "1.0.0-beta.30",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.30"
"@vechain/sdk-network": "1.0.0-beta.31",
"@vechain/sdk-errors": "1.0.0-beta.31",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.31"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.8"
Expand Down
4 changes: 2 additions & 2 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.30",
"version": "1.0.0-beta.31",
"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.30"
"@vechain/sdk-errors": "1.0.0-beta.31"
}
}
8 changes: 4 additions & 4 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.30",
"version": "1.0.0-beta.31",
"description": "This module allows to connect you seamlessly to the VeChainThor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"dependencies": {
"@types/ws": "^8.5.12",
"@vechain/sdk-core": "1.0.0-beta.30",
"@vechain/sdk-errors": "1.0.0-beta.30",
"@vechain/sdk-logging": "1.0.0-beta.30",
"@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/vebetterdao-contracts": "^1.0.0",
"abitype": "^1.0.6",
"isomorphic-ws": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 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.30",
"version": "1.0.0-beta.31",
"description": "Proxy Thor's RESTful API to Eth JSON-RPC",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,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.30",
"@vechain/sdk-network": "1.0.0-beta.30",
"@vechain/sdk-logging": "1.0.0-beta.31",
"@vechain/sdk-network": "1.0.0-beta.31",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.20.0",
Expand Down

1 comment on commit ed22f8a

@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: 99%
99.41% (4073/4097) 98.3% (1279/1301) 99.75% (807/809)
Title Tests Skipped Failures Errors Time
core 794 0 💤 0 ❌ 0 🔥 1m 30s ⏱️
network 668 0 💤 0 ❌ 0 🔥 3m 55s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 14.691s ⏱️

Please sign in to comment.