Skip to content

Commit dd68b84

Browse files
authored
update spl account compression (metaplex-foundation#902)
* update spl account compression * lint * upgrade versions
1 parent c7da0aa commit dd68b84

File tree

9 files changed

+1324
-1408
lines changed

9 files changed

+1324
-1408
lines changed

bubblegum/js/idl/bubblegum.json

Lines changed: 28 additions & 292 deletions
Large diffs are not rendered by default.

bubblegum/js/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@metaplex-foundation/mpl-bubblegum",
3-
"version": "0.4.1",
4-
"programVersion": "0.4.0",
3+
"version": "0.4.2",
4+
"programVersion": "0.4.1",
55
"description": "SDK for MPL Bubblegum contract",
66
"main": "dist/src/index.js",
77
"types": "dist/src/index.d.ts",
@@ -44,12 +44,12 @@
4444
"@metaplex-foundation/amman": "0.12.0",
4545
"@metaplex-foundation/beet": "0.7.1",
4646
"@metaplex-foundation/beet-solana": "0.4.0",
47+
"@metaplex-foundation/cusper": "^0.0.2",
4748
"@metaplex-foundation/mpl-token-metadata": "^2.3.3",
4849
"@metaplex-foundation/rustbin": "^0.3.1",
49-
"@metaplex-foundation/solita": "^0.18.0",
50-
"@solana/spl-account-compression": "^0.1.4",
51-
"@metaplex-foundation/cusper": "^0.0.2",
50+
"@metaplex-foundation/solita": "0.19.1",
5251
"@project-serum/anchor": "0.24.2",
52+
"@solana/spl-account-compression": "^0.1.4",
5353
"@solana/spl-token": "^0.1.8",
5454
"@solana/web3.js": "^1.50.1",
5555
"js-sha3": "^0.8.0"
@@ -58,19 +58,18 @@
5858
"@metaplex-foundation/amman": "0.10.0",
5959
"@metaplex-foundation/mpl-token-metadata": "^2.2.0",
6060
"@metaplex-foundation/rustbin": "^0.3.1",
61-
"@metaplex-foundation/solita": "^0.12.2",
62-
"@solana/spl-account-compression": "^0.1.0",
63-
"typescript-collections": "^1.3.3",
64-
"eslint-config-prettier": "^8.3.0",
65-
"eslint-plugin-prettier": "^4.0.0",
66-
"@typescript-eslint/eslint-plugin": "^5.4.0",
67-
"@typescript-eslint/parser": "^5.4.0",
61+
"@metaplex-foundation/solita": "0.19.1",
62+
"@solana/spl-account-compression": "^0.1.4",
6863
"@types/chai": "^4.3.0",
6964
"@types/jest": "^29.1.1",
7065
"@types/mocha": "^9.0.0",
7166
"@types/tape": "^4.13.2",
67+
"@typescript-eslint/eslint-plugin": "^5.4.0",
68+
"@typescript-eslint/parser": "^5.4.0",
7269
"chai": "^4.3.4",
7370
"eslint": "^8.3.0",
71+
"eslint-config-prettier": "^8.3.0",
72+
"eslint-plugin-prettier": "^4.0.0",
7473
"jest": "^29.1.2",
7574
"mocha": "^9.0.3",
7675
"prettier": "^2.5.1",
@@ -82,6 +81,7 @@
8281
"ts-jest-resolver": "^2.0.0",
8382
"ts-mocha": "^10.0.0",
8483
"typedoc": "^0.23.10",
85-
"typescript": "^4.3.5"
84+
"typescript": "^4.3.5",
85+
"typescript-collections": "^1.3.3"
8686
}
8787
}

bubblegum/js/src/generated/types/InstructionName.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export enum InstructionName {
2626
VerifyCollection,
2727
UnverifyCollection,
2828
SetAndVerifyCollection,
29+
MintToCollectionV1,
2930
}
3031

3132
/**

bubblegum/js/yarn.lock

Lines changed: 706 additions & 689 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)