@substrate/playground-client
Advanced tools
Comparing version 1.9.15 to 1.9.16
@@ -14,2 +14,3 @@ export interface IdentifiedResource { | ||
session: SessionDefaults; | ||
userRoles: Record<string, string>; | ||
} | ||
@@ -117,2 +118,4 @@ export interface SessionDefaults { | ||
export declare type RepositoryVersionState = { | ||
type: "Init"; | ||
} | { | ||
type: "Cloning"; | ||
@@ -127,2 +130,5 @@ progress: number; | ||
devcontainerJson: string; | ||
} | { | ||
type: "Failed"; | ||
message: string; | ||
}; | ||
@@ -129,0 +135,0 @@ export interface RepositoryRuntimeConfiguration { |
@@ -14,2 +14,3 @@ export interface IdentifiedResource { | ||
session: SessionDefaults; | ||
userRoles: Record<string, string>; | ||
} | ||
@@ -117,2 +118,4 @@ export interface SessionDefaults { | ||
export declare type RepositoryVersionState = { | ||
type: "Init"; | ||
} | { | ||
type: "Cloning"; | ||
@@ -127,2 +130,5 @@ progress: number; | ||
devcontainerJson: string; | ||
} | { | ||
type: "Failed"; | ||
message: string; | ||
}; | ||
@@ -129,0 +135,0 @@ export interface RepositoryRuntimeConfiguration { |
{ | ||
"name": "@substrate/playground-client", | ||
"version": "1.9.15", | ||
"version": "1.9.16", | ||
"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
94417
1920