@saberhq/anchor-contrib
Advanced tools
Comparing version 1.12.48 to 1.12.49
@@ -6,3 +6,3 @@ "use strict"; | ||
const anchor_1 = require("@project-serum/anchor"); | ||
const lodash_camelcase_1 = (0, tslib_1.__importDefault)(require("lodash.camelcase")); | ||
const lodash_camelcase_1 = tslib_1.__importDefault(require("lodash.camelcase")); | ||
/** | ||
@@ -9,0 +9,0 @@ * Creates parsers for accounts. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./errors"), exports); | ||
(0, tslib_1.__exportStar)(require("./generateAccountParsers"), exports); | ||
(0, tslib_1.__exportStar)(require("./types"), exports); | ||
(0, tslib_1.__exportStar)(require("./utils"), exports); | ||
tslib_1.__exportStar(require("./errors"), exports); | ||
tslib_1.__exportStar(require("./generateAccountParsers"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
tslib_1.__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -6,5 +6,5 @@ "use strict"; | ||
const anchor_1 = require("@project-serum/anchor"); | ||
const instruction_1 = (0, tslib_1.__importDefault)(require("@project-serum/anchor/dist/cjs/program/namespace/instruction")); | ||
const instruction_1 = tslib_1.__importDefault(require("@project-serum/anchor/dist/cjs/program/namespace/instruction")); | ||
const web3_js_1 = require("@solana/web3.js"); | ||
const lodash_mapvalues_1 = (0, tslib_1.__importDefault)(require("lodash.mapvalues")); | ||
const lodash_mapvalues_1 = tslib_1.__importDefault(require("lodash.mapvalues")); | ||
const errors_1 = require("../errors"); | ||
@@ -11,0 +11,0 @@ const generateAccountParsers_1 = require("../generateAccountParsers"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./coder"), exports); | ||
(0, tslib_1.__exportStar)(require("./idl"), exports); | ||
(0, tslib_1.__exportStar)(require("./programs"), exports); | ||
(0, tslib_1.__exportStar)(require("./provider"), exports); | ||
tslib_1.__exportStar(require("./coder"), exports); | ||
tslib_1.__exportStar(require("./idl"), exports); | ||
tslib_1.__exportStar(require("./programs"), exports); | ||
tslib_1.__exportStar(require("./provider"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
const anchor_1 = require("@project-serum/anchor"); | ||
const lodash_mapvalues_1 = (0, tslib_1.__importDefault)(require("lodash.mapvalues")); | ||
const lodash_mapvalues_1 = tslib_1.__importDefault(require("lodash.mapvalues")); | ||
const provider_1 = require("./provider"); | ||
@@ -9,0 +9,0 @@ /** |
@@ -9,3 +9,3 @@ { | ||
"description": "TypeScript client for Anchor programs.", | ||
"version": "1.12.48", | ||
"version": "1.12.49", | ||
"main": "dist/cjs/index.js", | ||
@@ -27,3 +27,3 @@ "module": "dist/esm/index.js", | ||
"@project-serum/anchor": "^0.22.1", | ||
"@solana/web3.js": "^1.35.1", | ||
"@solana/web3.js": "^1.36.0", | ||
"@types/lodash.camelcase": "^4.3.6", | ||
@@ -34,3 +34,3 @@ "@types/lodash.mapvalues": "^4.6.6", | ||
"dependencies": { | ||
"@saberhq/solana-contrib": "^1.12.48", | ||
"@saberhq/solana-contrib": "^1.12.49", | ||
"eventemitter3": "^4.0.7", | ||
@@ -48,3 +48,3 @@ "lodash.camelcase": "^4.3.0", | ||
}, | ||
"gitHead": "853bc561449abd769e74acc6e53c984badfabd14" | ||
"gitHead": "14dcd219635bb64a8361abdc182fdd7ae69a9ee0" | ||
} |
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
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
156552