@substrate/playground-client
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -14,6 +14,7 @@ export interface Playground { | ||
githubClientId: string; | ||
sessionDefaults: SessionDefaults; | ||
session: SessionDefaults; | ||
} | ||
export interface SessionDefaults { | ||
duration: number; | ||
maxDuration: number; | ||
poolAffinity: string; | ||
@@ -54,2 +55,3 @@ maxSessionsPerPod: string; | ||
duration: number; | ||
maxDuration: number; | ||
node: string; | ||
@@ -56,0 +58,0 @@ } |
@@ -14,6 +14,7 @@ export interface Playground { | ||
githubClientId: string; | ||
sessionDefaults: SessionDefaults; | ||
session: SessionDefaults; | ||
} | ||
export interface SessionDefaults { | ||
duration: number; | ||
maxDuration: number; | ||
poolAffinity: string; | ||
@@ -54,2 +55,3 @@ maxSessionsPerPod: string; | ||
duration: number; | ||
maxDuration: number; | ||
node: string; | ||
@@ -56,0 +58,0 @@ } |
{ | ||
"name": "@substrate/playground-client", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "An isomorphic client for Substrate Playground", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
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
51049
1124