Skip to content

Commit

Permalink
fix: release 17 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam authored Jun 19, 2024
1 parent 48bd378 commit d435f76
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 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.16",
"version": "1.0.0-beta.17",
"description": "Documentation for the SDK with examples",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"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.16",
"@vechain/sdk-core": "1.0.0-beta.17",
"typescript": "^5.4.4"
},
"devDependencies": {
Expand Down
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.16",
"version": "1.0.0-beta.17",
"description": "Includes modules for fundamental operations like hashing and cryptography",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.3.0",
"@types/elliptic": "^6.4.18",
"@vechain/sdk-errors": "1.0.0-beta.16",
"@vechain/sdk-logging": "1.0.0-beta.16",
"@vechain/sdk-errors": "1.0.0-beta.17",
"@vechain/sdk-logging": "1.0.0-beta.17",
"bignumber.js": "^9.1.2",
"blakejs": "^1.2.1",
"elliptic": "^6.5.5",
Expand All @@ -52,4 +52,4 @@
"devDependencies": {
"thor-devkit": "^2.0.9"
}
}
}
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.16",
"version": "1.0.0-beta.17",
"description": "This module is dedicated to managing and customizing errors within the SDK",
"author": "vechain Foundation",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 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.16",
"version": "1.0.0-beta.17",
"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 @@ -34,8 +34,8 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.16",
"@vechain/sdk-network": "1.0.0-beta.16"
"@vechain/sdk-core": "1.0.0-beta.17",
"@vechain/sdk-network": "1.0.0-beta.17"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.6"
Expand Down
6 changes: 3 additions & 3 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.16",
"version": "1.0.0-beta.17",
"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 @@ -34,8 +34,8 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.16",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.16"
"@vechain/sdk-network": "1.0.0-beta.17",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.17"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.6"
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.16",
"version": "1.0.0-beta.17",
"description": "This module provides functionality to logging data for vechain-sdk",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -33,6 +33,6 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-errors": "1.0.0-beta.16"
"@vechain/sdk-errors": "1.0.0-beta.17"
}
}
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.16",
"version": "1.0.0-beta.17",
"description": "This module allows to connect you seamlessly to the VeChainThor blockchain",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@types/ws": "^8.5.10",
"@vechain/sdk-core": "1.0.0-beta.16",
"@vechain/sdk-errors": "1.0.0-beta.16",
"@vechain/sdk-logging": "1.0.0-beta.16",
"@vechain/sdk-core": "1.0.0-beta.17",
"@vechain/sdk-errors": "1.0.0-beta.17",
"@vechain/sdk-logging": "1.0.0-beta.17",
"abitype": "^1.0.2",
"axios": "^1.7.2",
"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.16",
"version": "1.0.0-beta.17",
"description": "Proxy Thor's RESTful API to Eth JSON-RPC",
"author": "vechain Foundation",
"license": "MIT",
Expand Down Expand Up @@ -34,8 +34,8 @@
"start": "node dist/index.js"
},
"dependencies": {
"@vechain/sdk-logging": "1.0.0-beta.16",
"@vechain/sdk-network": "1.0.0-beta.16",
"@vechain/sdk-logging": "1.0.0-beta.17",
"@vechain/sdk-network": "1.0.0-beta.17",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.19.2",
Expand Down

1 comment on commit d435f76

@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: 100%
100% (3430/3430) 100% (808/808) 100% (711/711)
Title Tests Skipped Failures Errors Time
core 501 0 💤 0 ❌ 0 🔥 1m 5s ⏱️
network 662 0 💤 0 ❌ 0 🔥 3m 58s ⏱️
errors 48 0 💤 0 ❌ 0 🔥 11.231s ⏱️

Please sign in to comment.