@saberhq/anchor-contrib
Advanced tools
Comparing version 1.13.24 to 1.13.25
@@ -6,3 +6,3 @@ "use strict"; | ||
const anchor_1 = require("@project-serum/anchor"); | ||
const instruction_js_1 = tslib_1.__importDefault(require("@project-serum/anchor/dist/esm/program/namespace/instruction.js")); | ||
const instruction_js_1 = tslib_1.__importDefault(require("@project-serum/anchor/dist/cjs/program/namespace/instruction.js")); | ||
const web3_js_1 = require("@solana/web3.js"); | ||
@@ -9,0 +9,0 @@ const lodash_mapvalues_1 = tslib_1.__importDefault(require("lodash.mapvalues")); |
import { BorshCoder, EventParser, utils } from "@project-serum/anchor"; | ||
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/esm/program/namespace/instruction.js"; | ||
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/cjs/program/namespace/instruction.js"; | ||
import { TransactionInstruction } from "@solana/web3.js"; | ||
@@ -4,0 +4,0 @@ import mapValues from "lodash.mapvalues"; |
{ | ||
"name": "@saberhq/anchor-contrib", | ||
"version": "1.13.24", | ||
"version": "1.13.25", | ||
"description": "TypeScript client for Anchor programs.", | ||
@@ -31,3 +31,3 @@ "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/anchor-contrib#readme", | ||
"@project-serum/anchor": "^0.24.2", | ||
"@saberhq/tsconfig": "^1.13.24", | ||
"@saberhq/tsconfig": "^1.13.25", | ||
"@solana/web3.js": "^1.43.4", | ||
@@ -40,3 +40,3 @@ "@types/lodash.camelcase": "^4.3.7", | ||
"dependencies": { | ||
"@saberhq/solana-contrib": "^1.13.24", | ||
"@saberhq/solana-contrib": "^1.13.25", | ||
"eventemitter3": "^4.0.7", | ||
@@ -43,0 +43,0 @@ "lodash.camelcase": "^4.3.0", |
import type { Accounts, Idl } from "@project-serum/anchor"; | ||
import { BorshCoder, EventParser, utils } from "@project-serum/anchor"; | ||
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/cjs/program/namespace/instruction.js"; | ||
import type { InstructionDisplay } from "@project-serum/anchor/dist/esm/coder/borsh/instruction.js"; | ||
@@ -8,3 +9,2 @@ import type { | ||
} from "@project-serum/anchor/dist/esm/idl.js"; | ||
import { default as InstructionNamespaceFactory } from "@project-serum/anchor/dist/esm/program/namespace/instruction.js"; | ||
import type { Provider as SaberProvider } from "@saberhq/solana-contrib"; | ||
@@ -11,0 +11,0 @@ import type { GetProgramAccountsFilter, PublicKey } from "@solana/web3.js"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package