@gearbox-protocol/sdk 13.1.0 → 13.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -844,8 +844,8 @@ declare const abi: readonly [{
|
|
|
844
844
|
readonly anonymous: false;
|
|
845
845
|
}];
|
|
846
846
|
type abi = typeof abi;
|
|
847
|
-
export { abi as creditFacadeV310Abi };
|
|
848
847
|
export type { abi as CreditFacadeV310Abi };
|
|
848
|
+
export { abi as creditFacadeV310Abi };
|
|
849
849
|
/**
|
|
850
850
|
* SDK-less facade contract, only needs address
|
|
851
851
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/sdk",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.1",
|
|
4
4
|
"description": "Gearbox SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/cjs/sdk/index.js",
|
|
@@ -63,7 +63,9 @@
|
|
|
63
63
|
"prepare": "husky",
|
|
64
64
|
"check": "biome check --write",
|
|
65
65
|
"check:ci": "biome check --diagnostic-level=error",
|
|
66
|
-
"typecheck:ci": "tsc --noEmit"
|
|
66
|
+
"typecheck:ci": "tsc --noEmit",
|
|
67
|
+
"docs": "NODE_OPTIONS='--max-old-space-size=8192' pnpm --filter @gearbox-protocol/sdk-docs build",
|
|
68
|
+
"docs:dev": "pnpm --filter @gearbox-protocol/sdk-docs start"
|
|
67
69
|
},
|
|
68
70
|
"dependencies": {
|
|
69
71
|
"@gearbox-protocol/integrations-v3": "1.54.2",
|
|
@@ -81,10 +83,10 @@
|
|
|
81
83
|
"zod": "^4.3.6"
|
|
82
84
|
},
|
|
83
85
|
"devDependencies": {
|
|
84
|
-
"@biomejs/biome": "^2.4.
|
|
86
|
+
"@biomejs/biome": "^2.4.9",
|
|
85
87
|
"@commitlint/cli": "^20.5.0",
|
|
86
88
|
"@commitlint/config-conventional": "^20.5.0",
|
|
87
|
-
"@gearbox-protocol/biome-config": "^1.0.
|
|
89
|
+
"@gearbox-protocol/biome-config": "^1.0.24",
|
|
88
90
|
"@types/cross-spawn": "^6.0.6",
|
|
89
91
|
"axios": "^1.14.0",
|
|
90
92
|
"cross-spawn": "^7.0.6",
|
|
@@ -112,5 +114,5 @@
|
|
|
112
114
|
"biome check --no-errors-on-unmatched --write"
|
|
113
115
|
]
|
|
114
116
|
},
|
|
115
|
-
"packageManager": "
|
|
117
|
+
"packageManager": "pnpm@10.33.0"
|
|
116
118
|
}
|