@tatumio/shared-abstract-sdk
Advanced tools
Comparing version 2.0.1-alpha.233 to 2.0.1-alpha.234
{ | ||
"name": "@tatumio/shared-abstract-sdk", | ||
"version": "2.0.1-alpha.233", | ||
"version": "2.0.1-alpha.234", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@tatumio/api-client": "2.0.1-alpha.233", | ||
"@tatumio/api-client": "2.0.1-alpha.234", | ||
"axios": "^0.24.0", | ||
@@ -11,0 +11,0 @@ "form-data": "^4.0.0", |
@@ -13,3 +13,3 @@ import { SignatureId } from '@tatumio/api-client'; | ||
}, K extends SignatureId & { | ||
from: string; | ||
from?: string; | ||
}>(input: P | K): input is K; | ||
@@ -16,0 +16,0 @@ export declare type WithoutChain<T extends { |
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
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
65033
+ Added@tatumio/api-client@2.0.1-alpha.234(transitive)
- Removed@tatumio/api-client@2.0.1-alpha.233(transitive)