@substrate/playground-client
Advanced tools
Comparing version 1.9.10 to 1.9.11
@@ -9,3 +9,3 @@ export interface IdentifiedResource { | ||
configuration: Configuration; | ||
userId?: User['id']; | ||
user?: User; | ||
} | ||
@@ -12,0 +12,0 @@ export interface Configuration { |
@@ -9,3 +9,3 @@ export interface IdentifiedResource { | ||
configuration: Configuration; | ||
userId?: User['id']; | ||
user?: User; | ||
} | ||
@@ -12,0 +12,0 @@ export interface Configuration { |
{ | ||
"name": "@substrate/playground-client", | ||
"version": "1.9.10", | ||
"version": "1.9.11", | ||
"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
85828