|
1 | 1 | {
|
2 | 2 | "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", |
5 | 5 | "description": "SDK for MPL Bubblegum contract",
|
6 | 6 | "main": "dist/src/index.js",
|
7 | 7 | "types": "dist/src/index.d.ts",
|
|
44 | 44 | "@metaplex-foundation/amman": "0.12.0",
|
45 | 45 | "@metaplex-foundation/beet": "0.7.1",
|
46 | 46 | "@metaplex-foundation/beet-solana": "0.4.0",
|
| 47 | + "@metaplex-foundation/cusper": "^0.0.2", |
47 | 48 | "@metaplex-foundation/mpl-token-metadata": "^2.3.3",
|
48 | 49 | "@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", |
52 | 51 | "@project-serum/anchor": "0.24.2",
|
| 52 | + "@solana/spl-account-compression": "^0.1.4", |
53 | 53 | "@solana/spl-token": "^0.1.8",
|
54 | 54 | "@solana/web3.js": "^1.50.1",
|
55 | 55 | "js-sha3": "^0.8.0"
|
|
58 | 58 | "@metaplex-foundation/amman": "0.10.0",
|
59 | 59 | "@metaplex-foundation/mpl-token-metadata": "^2.2.0",
|
60 | 60 | "@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", |
68 | 63 | "@types/chai": "^4.3.0",
|
69 | 64 | "@types/jest": "^29.1.1",
|
70 | 65 | "@types/mocha": "^9.0.0",
|
71 | 66 | "@types/tape": "^4.13.2",
|
| 67 | + "@typescript-eslint/eslint-plugin": "^5.4.0", |
| 68 | + "@typescript-eslint/parser": "^5.4.0", |
72 | 69 | "chai": "^4.3.4",
|
73 | 70 | "eslint": "^8.3.0",
|
| 71 | + "eslint-config-prettier": "^8.3.0", |
| 72 | + "eslint-plugin-prettier": "^4.0.0", |
74 | 73 | "jest": "^29.1.2",
|
75 | 74 | "mocha": "^9.0.3",
|
76 | 75 | "prettier": "^2.5.1",
|
|
82 | 81 | "ts-jest-resolver": "^2.0.0",
|
83 | 82 | "ts-mocha": "^10.0.0",
|
84 | 83 | "typedoc": "^0.23.10",
|
85 |
| - "typescript": "^4.3.5" |
| 84 | + "typescript": "^4.3.5", |
| 85 | + "typescript-collections": "^1.3.3" |
86 | 86 | }
|
87 | 87 | }
|
0 commit comments