Skip to content

Commit

Permalink
fix: release 26 (#1123)
Browse files Browse the repository at this point in the history
* fix: release 25

* fix: update package.json files

* fix: release 26

* fix: post release
  • Loading branch information
fabiorigam authored Aug 1, 2024
1 parent 75cfc88 commit 9b74b45
Show file tree
Hide file tree
Showing 16 changed files with 646 additions and 693 deletions.
8 changes: 5 additions & 3 deletions apps/sdk-cloudflare-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "sdk-cloudflare-integration",
"version": "1.0.0",
"version": "1.0.0-beta.26",
"main": "index.js",
"author": "vechain Foundation",
"keywords": [],
"license": "MIT",
"scripts": {
"dev": "wrangler dev",
Expand All @@ -13,6 +15,6 @@
"wrangler": "^3.67.1"
},
"dependencies": {
"@vechain/sdk-core": "^1.0.0-beta.24"
"@vechain/sdk-core": "1.0.0-beta.26"
}
}
}
318 changes: 159 additions & 159 deletions apps/sdk-cloudflare-integration/yarn.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions apps/sdk-hardhat-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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.24",
"version": "1.0.0-beta.26",
"main": "index.js",
"author": "vechain Foundation",
"keywords": [],
"license": "ISC",
"license": "MIT",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test --network vechain_testnet",
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.24",
"@vechain/sdk-hardhat-plugin": "1.0.0-beta.24",
"@vechain/sdk-logging": "1.0.0-beta.24",
"@vechain/sdk-core": "1.0.0-beta.26",
"@vechain/sdk-hardhat-plugin": "1.0.0-beta.26",
"@vechain/sdk-logging": "1.0.0-beta.26",
"@openzeppelin/contracts": "^5.0.2"
},
"devDependencies": {
Expand Down
223 changes: 112 additions & 111 deletions apps/sdk-hardhat-integration/yarn.lock

Large diffs are not rendered by default.

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.24",
"version": "1.0.0-beta.26",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,8 +12,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.24",
"@vechain/sdk-network": "1.0.0-beta.24",
"@vechain/sdk-core": "1.0.0-beta.26",
"@vechain/sdk-network": "1.0.0-beta.26",
"install": "^0.13.0",
"next": "14",
"react": "^18",
Expand Down
283 changes: 132 additions & 151 deletions apps/sdk-nextjs-integration/yarn.lock

Large diffs are not rendered by default.

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.24",
"version": "1.0.0-beta.26",
"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.24",
"@vechain/sdk-network": "1.0.0-beta.26",
"typescript": "^5.3.3"
},
"devDependencies": {
Expand Down
441 changes: 205 additions & 236 deletions apps/sdk-node-integration/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.24",
"version": "1.0.0-beta.26",
"description": "Documentation for the SDK with examples",
"author": "vechain Foundation",
"license": "MIT",
Expand All @@ -20,8 +20,8 @@
"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.24",
"@vechain/sdk-network": "1.0.0-beta.24",
"@vechain/sdk-core": "1.0.0-beta.26",
"@vechain/sdk-network": "1.0.0-beta.26",
"typescript": "^5.5.4"
},
"devDependencies": {
Expand Down
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.24",
"version": "1.0.0-beta.26",
"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.24",
"@vechain/sdk-logging": "1.0.0-beta.24",
"@vechain/sdk-errors": "1.0.0-beta.26",
"@vechain/sdk-logging": "1.0.0-beta.26",
"bignumber.js": "^9.1.2",
"blakejs": "^1.2.1",
"elliptic": "^6.5.6",
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.24",
"version": "1.0.0-beta.26",
"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.24",
"version": "1.0.0-beta.26",
"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,9 +34,9 @@
"test": "rm -rf ./coverage && jest --coverage --coverageDirectory=coverage --group=integration --group=unit"
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.24",
"@vechain/sdk-network": "1.0.0-beta.24",
"@vechain/sdk-errors": "1.0.0-beta.24"
"@vechain/sdk-core": "1.0.0-beta.26",
"@vechain/sdk-network": "1.0.0-beta.26",
"@vechain/sdk-errors": "1.0.0-beta.26"
},
"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.24",
"version": "1.0.0-beta.26",
"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.24",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.24"
"@vechain/sdk-network": "1.0.0-beta.26",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.26"
},
"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.24",
"version": "1.0.0-beta.26",
"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.24"
"@vechain/sdk-errors": "1.0.0-beta.26"
}
}
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.24",
"version": "1.0.0-beta.26",
"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.12",
"@vechain/sdk-core": "1.0.0-beta.24",
"@vechain/sdk-errors": "1.0.0-beta.24",
"@vechain/sdk-logging": "1.0.0-beta.24",
"@vechain/sdk-core": "1.0.0-beta.26",
"@vechain/sdk-errors": "1.0.0-beta.26",
"@vechain/sdk-logging": "1.0.0-beta.26",
"abitype": "^1.0.5",
"isomorphic-ws": "^5.0.0",
"ws": "^8.18.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.24",
"version": "1.0.0-beta.26",
"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.24",
"@vechain/sdk-network": "1.0.0-beta.24",
"@vechain/sdk-logging": "1.0.0-beta.26",
"@vechain/sdk-network": "1.0.0-beta.26",
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.19.2",
Expand Down

1 comment on commit 9b74b45

@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: 98%
98.66% (3465/3512) 95.59% (911/953) 99.41% (683/687)
Title Tests Skipped Failures Errors Time
core 467 0 💤 0 ❌ 0 🔥 1m 6s ⏱️
network 671 0 💤 0 ❌ 0 🔥 3m 57s ⏱️
errors 6 0 💤 0 ❌ 0 🔥 6.074s ⏱️

Please sign in to comment.