@blockfrost/blockfrost-js
Advanced tools
Comparing version 5.7.0-beta.0 to 5.7.0
@@ -1,18 +0,4 @@ | ||
type State = 'queued' | 'pinned' | 'unpinned' | 'failed' | 'gc'; | ||
export type AddResponse = { | ||
name: string; | ||
ipfs_hash: string; | ||
size: number; | ||
}; | ||
export type PinResponse = { | ||
ipfs_hash: string; | ||
state: State; | ||
}; | ||
export type ListResponse = { | ||
time_created: number; | ||
time_pinned: number; | ||
ipfs_hash: string; | ||
size: string; | ||
state: State; | ||
}; | ||
export {}; | ||
import { paths } from '@blockfrost/openapi'; | ||
export type PinResponse = paths['/ipfs/pin/add/{IPFS_path}']['post']['responses']['200']['content']['application/json']; | ||
export type AddResponse = paths['/ipfs/add']['post']['responses']['200']['content']['application/json']; | ||
export type ListResponse = paths['/ipfs/pin/list']['get']['responses']['200']['content']['application/json']; |
{ | ||
"name": "@blockfrost/blockfrost-js", | ||
"version": "5.7.0-beta.0", | ||
"version": "5.7.0", | ||
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@blockfrost/openapi": "0.1.67", | ||
"@blockfrost/openapi": "0.1.70-beta.0", | ||
"@emurgo/cardano-serialization-lib-nodejs": "^11.5.0", | ||
@@ -33,0 +33,0 @@ "@emurgo/cip14-js": "3.0.1", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
270122
1
5763
+ Added@blockfrost/openapi@0.1.70-beta.0(transitive)
+ Added@isaacs/cliui@8.0.2(transitive)
+ Addedansi-regex@5.0.16.1.0(transitive)
+ Addedansi-styles@4.3.06.2.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedglob@11.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjackspeak@4.0.2(transitive)
+ Addedlru-cache@11.0.2(transitive)
+ Addedminimatch@10.0.1(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpath-scurry@2.0.0(transitive)
+ Addedrimraf@6.0.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@6.0.17.1.0(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)
- Removed@blockfrost/openapi@0.1.67(transitive)