@metaplex-foundation/mpl-candy-machine
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -1,1 +0,1 @@ | ||
export declare const TODO = "Generate TypeScript SDK from IDL via `solana-idl-to-api`"; | ||
export * from './CandyMachineProgram'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TODO = void 0; | ||
exports.TODO = 'Generate TypeScript SDK from IDL via `solana-idl-to-api`'; | ||
__exportStar(require("./CandyMachineProgram"), exports); | ||
//# sourceMappingURL=mpl-candy-machine.js.map |
{ | ||
"name": "@metaplex-foundation/mpl-candy-machine", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "MPL Candy Machine JavaScript API. This MPL package is for the current generation of candy machine which is 2.0.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/mpl-candy-machine.js", |
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
137342
2111