@carrot-protocol/http-client 0.2.4 → 0.2.5-bump1-dev-b78e355
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.
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { web3, BN, AnchorProvider } from "@coral-xyz/anchor";
|
|
2
|
-
import { Vault, VaultPerformance } from "@carrot-protocol/common
|
|
2
|
+
import { Vault, VaultPerformance } from "@carrot-protocol/common";
|
|
3
3
|
export declare class Client {
|
|
4
4
|
readonly baseUrl: string;
|
|
5
5
|
readonly provider: AnchorProvider;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carrot-protocol/http-client",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5-bump1-dev-b78e355",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@coral-xyz/anchor": "^0.29.0",
|
|
16
|
-
"@carrot-protocol/common": "0.2.
|
|
16
|
+
"@carrot-protocol/common": "0.2.4",
|
|
17
17
|
"bs58": "^5.0.0",
|
|
18
18
|
"cross-fetch": "^4.0.0"
|
|
19
19
|
},
|
package/src/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import fetch from "cross-fetch";
|
|
2
2
|
import { web3, BN, AnchorProvider } from "@coral-xyz/anchor";
|
|
3
3
|
import { encode } from "bs58";
|
|
4
|
-
import { Vault, VaultPerformance } from "@carrot-protocol/common
|
|
4
|
+
import { Vault, VaultPerformance } from "@carrot-protocol/common";
|
|
5
5
|
|
|
6
6
|
export class Client {
|
|
7
7
|
readonly baseUrl: string;
|
|
Binary file
|