Skip to content

Commit

Permalink
remove unused remove collection plugin type field (#123)
Browse files Browse the repository at this point in the history
* bump version v1-alpha

* remove unused type
nhanphan authored May 13, 2024
1 parent c7d78b9 commit e2ff79b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/mpl-core",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Digital Assets",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ import { isExternalPluginAdapterType } from '../../plugins/externalPluginAdapter

export type RemoveCollectionPluginArgs = Omit<
Parameters<typeof removeCollectionPluginV1>[1],
'plugin'
'plugin' | 'pluginType'
> & {
plugin:
| {

0 comments on commit e2ff79b

Please sign in to comment.