@veramo/did-discovery
Advanced tools
Comparing version 5.6.1-next.43 to 5.6.1-next.44
import { IAgentContext, IAgentPlugin } from '@veramo/core-types'; | ||
import { IDIDDiscovery, IDIDDiscoveryDiscoverDidArgs, IDIDDiscoveryDiscoverDidResult } from './types'; | ||
import { IDIDDiscovery, IDIDDiscoveryDiscoverDidArgs, IDIDDiscoveryDiscoverDidResult } from './types.js'; | ||
import { AbstractDidDiscoveryProvider } from './abstract-did-discovery-provider.js'; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@veramo/did-discovery", | ||
"description": "Veramo DID discovery plugin", | ||
"version": "5.6.1-next.43+aa95af00c", | ||
"version": "5.6.1-next.44+8e3b94cf9", | ||
"main": "build/index.js", | ||
@@ -20,3 +20,3 @@ "exports": { | ||
"dependencies": { | ||
"@veramo/core-types": "^5.6.1-next.43+aa95af00c", | ||
"@veramo/core-types": "^5.6.1-next.44+8e3b94cf9", | ||
"debug": "^4.3.3" | ||
@@ -56,3 +56,3 @@ }, | ||
"type": "module", | ||
"gitHead": "aa95af00ce755ae0022b4b17ae8c996e0b970842" | ||
"gitHead": "8e3b94cf997619d7adcb5cb8827e0f55ff88cdb5" | ||
} |
@@ -8,3 +8,3 @@ import { IAgentContext, IAgentPlugin } from '@veramo/core-types' | ||
IDIDDiscoveryDiscoverDidResult, | ||
} from './types' | ||
} from './types.js' | ||
import { AbstractDidDiscoveryProvider } from './abstract-did-discovery-provider.js' | ||
@@ -11,0 +11,0 @@ import { schema } from './plugin.schema.js' |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
43137