@substrate/playground-client
Advanced tools
Comparing version 1.8.8 to 1.8.9
@@ -92,3 +92,3 @@ export interface IdentifiedResource { | ||
} | ||
export interface Template { | ||
export interface Template extends IdentifiedResource { | ||
name: string; | ||
@@ -95,0 +95,0 @@ image: string; |
@@ -92,3 +92,3 @@ export interface IdentifiedResource { | ||
} | ||
export interface Template { | ||
export interface Template extends IdentifiedResource { | ||
name: string; | ||
@@ -95,0 +95,0 @@ image: string; |
{ | ||
"name": "@substrate/playground-client", | ||
"version": "1.8.8", | ||
"version": "1.8.9", | ||
"description": "An isomorphic client for Substrate Playground", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
80607