@metaplex-foundation/mpl-candy-machine
Advanced tools
Comparing version 3.1.0 to 3.1.3
@@ -6,4 +6,5 @@ export * from './addConfigLines'; | ||
export * from './setCollection'; | ||
export * from './setCollectionDuringMint'; | ||
export * from './updateAuthority'; | ||
export * from './updateCandyMachine'; | ||
export * from './withdrawFunds'; |
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./setCollection"), exports); | ||
__exportStar(require("./setCollectionDuringMint"), exports); | ||
__exportStar(require("./updateAuthority"), exports); | ||
@@ -20,0 +21,0 @@ __exportStar(require("./updateCandyMachine"), exports); |
{ | ||
"name": "@metaplex-foundation/mpl-candy-machine", | ||
"version": "3.1.0", | ||
"version": "3.1.3", | ||
"description": "MPL Candy Machine JavaScript API. This MPL package is for the current generation of candy machine which is 2.0.0", | ||
@@ -43,3 +43,3 @@ "main": "dist/src/mpl-candy-machine.js", | ||
"@metaplex-foundation/beet-solana": "^0.0.6", | ||
"@metaplex-foundation/mpl-core": "^0.0.4", | ||
"@metaplex-foundation/mpl-core": "^0.0.5", | ||
"@solana/web3.js": "^1.35.1" | ||
@@ -50,4 +50,5 @@ }, | ||
"prettier": "^2.5.1", | ||
"rimraf": "^3.0.2" | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.6.2" | ||
} | ||
} |
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
136931
84
2102
4
+ Added@metaplex-foundation/mpl-core@0.0.5(transitive)
+ Added@solana/spl-token@0.1.8(transitive)
+ Addedbuffer-layout@1.2.2(transitive)
+ Addeddotenv@10.0.0(transitive)
- Removed@metaplex-foundation/mpl-core@0.0.4(transitive)