@metaplex-foundation/digital-asset-standard-api
Advanced tools
Comparing version 1.0.4-alpha.1 to 1.0.4-alpha.2
@@ -188,8 +188,14 @@ import { Nullable, PublicKey } from '@metaplex-foundation/umi'; | ||
/** | ||
* Plugins on asset that were unknown at the time of indexing. | ||
* Plugins on the asset/collection that were unknown at the time of indexing. | ||
* Contact your DAS provider to update their core indexing version if this field is being populated. | ||
* If you have a newer version of mpl-core-das installed, that library will also try to deserialize the plugin | ||
* If you have an up-to-date version of mpl-core-das installed, that library will also try to deserialize the plugin | ||
*/ | ||
unknown_plugins?: Record<string, any>[]; | ||
/** | ||
* External plugin adapters on the asset/collection that were unknown at the time of indexing. | ||
* Contact your DAS provider to update their core indexing version if this field is being populated. | ||
* If you have an up-to-date version of mpl-core-das installed, that library will also try to deserialize the plugin | ||
*/ | ||
unknown_external_plugins?: Record<string, any>[]; | ||
/** | ||
* Additional fields that are indexed for Core assets or collections | ||
@@ -196,0 +202,0 @@ */ |
{ | ||
"name": "@metaplex-foundation/digital-asset-standard-api", | ||
"version": "1.0.4-alpha.1", | ||
"version": "1.0.4-alpha.2", | ||
"description": "Open-source specification for interacting with digital assets on Solana", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
42595
583
0