@substrate/playground-client
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -35,10 +35,2 @@ export interface IdentifiedResource { | ||
} | ||
export interface WorkspaceStateRunning { | ||
startTime: number; | ||
node: Node; | ||
} | ||
export interface WorkspaceStateFailed { | ||
message: string; | ||
reason: string; | ||
} | ||
export declare type WorkspaceState = { | ||
@@ -49,2 +41,4 @@ tag: "Deploying"; | ||
startTime: number; | ||
node: Node; | ||
runtime: RepositoryRuntimeConfiguration; | ||
} | { | ||
@@ -51,0 +45,0 @@ tag: "Paused"; |
@@ -35,10 +35,2 @@ export interface IdentifiedResource { | ||
} | ||
export interface WorkspaceStateRunning { | ||
startTime: number; | ||
node: Node; | ||
} | ||
export interface WorkspaceStateFailed { | ||
message: string; | ||
reason: string; | ||
} | ||
export declare type WorkspaceState = { | ||
@@ -49,2 +41,4 @@ tag: "Deploying"; | ||
startTime: number; | ||
node: Node; | ||
runtime: RepositoryRuntimeConfiguration; | ||
} | { | ||
@@ -51,0 +45,0 @@ tag: "Paused"; |
{ | ||
"name": "@substrate/playground-client", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "An isomorphic client for Substrate Playground", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
72660
1583