Skip to content

Commit

Permalink
fix: update changeset and package.json files (#1377)
Browse files Browse the repository at this point in the history
* fix: update changeset and package.json files

* fix: update node version on .nvmrc
  • Loading branch information
fabiorigam authored Oct 2, 2024
1 parent 6125d28 commit 62df51d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"docs",
"sdk-cloudflare-integration",
"sdk-hardhat-integration",
"sdk-nextjs-integration",
"sdk-node-integration"
]
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.0
v18.18.0
1 change: 1 addition & 0 deletions apps/sdk-cloudflare-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "sdk-cloudflare-integration",
"description": "An example app of how to integrate the VeChain SDK with Cloudflare Workers",
"version": "1.0.0-beta.32",
"private": true,
"author": "VeChain Foundation",
"license": "MIT",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion apps/sdk-hardhat-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "vechain-sdk-hardhat-integration",
"name": "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.32",
"private": true,
"main": "index.js",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion apps/sdk-nextjs-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "vechain-sdk-nextjs",
"name": "sdk-nextjs-integration",
"description": "An example app of how to integrate the VeChain SDK with Next.js",
"version": "1.0.0-beta.32",
"private": true,
"author": "VeChain Foundation",
"license": "MIT",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion apps/sdk-node-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "sdk-user",
"name": "sdk-node-integration",
"description": "An example app of how to integrate the VeChain SDK with Node.js",
"version": "1.0.0-beta.32",
"private": true,
"main": "dist/index.js",
"types": "src/index.ts",
"license": "MIT",
Expand Down

1 comment on commit 62df51d

@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 51s ⏱️
network 731 0 💤 0 ❌ 0 🔥 4m 51s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 18.536s ⏱️

Please sign in to comment.