@kodadot1/minipfs
Advanced tools
Comparing version 0.4.0-rc.0 to 0.4.1-rc.0
@@ -37,2 +37,3 @@ import { FetchOptions } from 'ofetch'; | ||
declare const IPFS_PREFIX = "ipfs://"; | ||
declare const IPNS_PREFIX = "ipns://"; | ||
declare const HTTP_REGEX: RegExp; | ||
@@ -44,3 +45,3 @@ declare const ARWEAVE_REGEX: RegExp; | ||
declare const PINATA_GATEWAY: HTTPS_URI; | ||
type IPFSProviders = 'pinata' | 'cloudflare' | 'ipfs' | 'dweb' | 'kodadot' | 'kodadot_beta' | 'rmrk' | 'fleek' | 'nftstorage' | 'aragon' | 'cf' | 'infura' | 'gateway' | 'filebase_kodadot' | 'infura_dedicated_2' | 'infura_kodadot1'; | ||
type IPFSProviders = 'cloudflare' | 'ipfs' | 'dweb' | 'kodadot' | 'kodadot_beta' | 'rmrk' | 'fleek' | 'nftstorage' | 'aragon' | 'cf' | 'infura' | 'gateway' | 'filebase_kodadot' | 'infura_dedicated_2' | 'infura_kodadot1'; | ||
type AvailableProviders = IPFSProviders[]; | ||
@@ -65,2 +66,2 @@ declare const ipfsProviders: Record<IPFSProviders, HTTPS_URI>; | ||
export { $obtain, $purify, ARWEAVE_REGEX, ARWEAVE_URI, AvailableProviders, Callback, FetchCallback, Formatter, HTTPS_URI, HTTP_REGEX, IPFS, IPFSProviders, IPFS_FS_PREFIX, IPFS_HASH, IPFS_NS_PREFIX, IPFS_PATH, IPFS_PREFIX, IPFS_REGEX, IPFS_URI, IPNS_PATH, MetadataMap, PINATA_GATEWAY, SMART_IPFS_REGEX, SanitizedOutput, URI, UnwrapCallback, canBeIPFS, competition, extractIPFS, getGatewayURI, getProperURI, getProviderList, ipfsProviders, isCID, isDefaultPinataProvider, isFetchable, isFullPath, isHTTP, isPath, obtain, obtainFast, obtainMedia, obtainMimeType, obtainSafe, sanitize, toArweavePath, toIPFSPath }; | ||
export { $obtain, $purify, ARWEAVE_REGEX, ARWEAVE_URI, AvailableProviders, Callback, FetchCallback, Formatter, HTTPS_URI, HTTP_REGEX, IPFS, IPFSProviders, IPFS_FS_PREFIX, IPFS_HASH, IPFS_NS_PREFIX, IPFS_PATH, IPFS_PREFIX, IPFS_REGEX, IPFS_URI, IPNS_PATH, IPNS_PREFIX, MetadataMap, PINATA_GATEWAY, SMART_IPFS_REGEX, SanitizedOutput, URI, UnwrapCallback, canBeIPFS, competition, extractIPFS, getGatewayURI, getProperURI, getProviderList, ipfsProviders, isCID, isDefaultPinataProvider, isFetchable, isFullPath, isHTTP, isPath, obtain, obtainFast, obtainMedia, obtainMimeType, obtainSafe, sanitize, toArweavePath, toIPFSPath }; |
{ | ||
"name": "@kodadot1/minipfs", | ||
"version": "0.4.0-rc.0", | ||
"version": "0.4.1-rc.0", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "repository": "kodadot/packages", | ||
"dependencies": { | ||
"ofetch": "^1.1.1" | ||
"ofetch": "^1.3.3" | ||
}, | ||
@@ -28,3 +28,3 @@ "devDependencies": { | ||
"c8": "latest", | ||
"changelogen": "^0.5.4", | ||
"changelogen": "^0.5.5", | ||
"eslint": "latest", | ||
@@ -31,0 +31,0 @@ "typescript": "latest", |
Sorry, the diff of this file is not supported yet
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
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
29267
712
Updatedofetch@^1.3.3