@textile/core-storage
Advanced tools
Comparing version 0.0.7 to 0.0.9
@@ -14,3 +14,3 @@ /// <reference types="node" /> | ||
*/ | ||
export declare type Status = "Unknown" | "Batching" | "Preparing" | "Auctioning" | "DealMaking" | "Success" | "Error"; | ||
declare type Status = "Unknown" | "Batching" | "Preparing" | "Auctioning" | "DealMaking" | "Success" | "Error"; | ||
/** | ||
@@ -90,1 +90,2 @@ * Request is a request for storing data in a Provider. | ||
export declare function create({ token, host }: StorageConfig): StorageAPI; | ||
export {}; |
{ | ||
"name": "@textile/core-storage", | ||
"version": "0.0.7", | ||
"version": "0.0.9", | ||
"description": "Core interfaces for Textile's Filecoin bridge system", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -15,3 +15,3 @@ import type { Readable } from "stream"; | ||
*/ | ||
export type Status = | ||
type Status = | ||
| "Unknown" | ||
@@ -18,0 +18,0 @@ | "Batching" |
718
36005