@exponent-labs/fragmetric-idl 0.9.2 → 0.9.3

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.
Files changed (2) hide show
  1. package/build/index.d.ts +1 -2
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import { BorshCoder } from "@coral-xyz/anchor";
2
1
  export declare const IDL: {
3
2
  address: string;
4
3
  metadata: {
@@ -2087,5 +2086,5 @@ export declare const IDL: {
2087
2086
  })[];
2088
2087
  };
2089
2088
  export declare const PROGRAM_ID: string;
2090
- export declare const FRAGMETRIC_CODER: BorshCoder<string, string>;
2089
+ export declare const FRAGMETRIC_CODER: any;
2091
2090
  export declare const decodeFundAccount: (data: Buffer) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exponent-labs/fragmetric-idl",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "AGPL-3.0",