@sphereon/ssi-types
Advanced tools
Comparing version 0.8.1-next.18 to 0.8.1-next.20
@@ -42,3 +42,3 @@ import { PresentationSubmission } from './pex'; | ||
requiredRevealStatements?: string[]; | ||
[x: string]: unknown; | ||
[x: string]: any; | ||
} | ||
@@ -45,0 +45,0 @@ export interface ICredentialStatus { |
{ | ||
"name": "@sphereon/ssi-types", | ||
"description": "SSI Common Types", | ||
"version": "0.8.1-next.18+71e09b8", | ||
"version": "0.8.1-next.20+5f951d8", | ||
"main": "dist/index.js", | ||
@@ -40,3 +40,3 @@ "types": "dist/index.d.ts", | ||
], | ||
"gitHead": "71e09b8e8cfa8237d8e3d0a6b0be0ed4f3beff48" | ||
"gitHead": "5f951d8bf776fb33efc6102b61f452b66a8563a6" | ||
} |
@@ -56,3 +56,4 @@ import { PresentationSubmission } from './pex' | ||
requiredRevealStatements?: string[] // The parts of the proof that must be revealed in a derived proof | ||
[x: string]: unknown | ||
[x: string]: any // Any because we want to be able to access value1.value2.value3, which unknown does not allow for without a cast | ||
} | ||
@@ -59,0 +60,0 @@ |
Sorry, the diff of this file is not supported yet
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
82149