Skip to content

Commit bb49e95

Browse files
committed
⬆️ Update erpc-cloud/config version
1 parent b334abc commit bb49e95

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
4-
"ignore": ["src/generatedTypes/**", "dist/**", "src/bin/**", "example/*.js"],
4+
"ignore": [
5+
"src/generatedTypes/**",
6+
"dist/**",
7+
"src/bin/**",
8+
"example/*.js"
9+
],
510
"include": ["example/**", "src/**", "cli/**"]
611
},
712
"organizeImports": {

bun.lockb

-7.21 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"peerDependencies": {
3838
"typescript": "^5.5.4",
39-
"@erpc-cloud/config": "^0.0.10",
39+
"@erpc-cloud/config": "^0.0.11",
4040
"viem": "^2.19.7",
4141
"permissionless": "^0.2.23"
4242
},
@@ -59,6 +59,7 @@
5959
"@types/bun": "latest",
6060
"bun": "^1.1.38",
6161
"npm-check-updates": "^17.1.11",
62+
"@erpc-cloud/config": "^0.0.11",
6263
"tsup": "^8.3.5"
6364
},
6465
"dependencies": {

0 commit comments

Comments
 (0)