@adminide-stack/core
Advanced tools
Comparing version 7.0.4-alpha.54 to 7.0.4-alpha.68
@@ -19,1 +19,3 @@ export * from './enum'; | ||
export * from './platform'; | ||
export * from './reduxStore'; | ||
export * from './error-state'; |
export type IPlatformState = { | ||
orgName: string; | ||
teamName: string; | ||
teamName?: string; | ||
loading: boolean; | ||
initialized: boolean; | ||
}; |
{ | ||
"name": "@adminide-stack/core", | ||
"version": "7.0.4-alpha.54", | ||
"version": "7.0.4-alpha.68", | ||
"description": "AdminIDE core for higher packages to depend on", | ||
@@ -39,3 +39,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "900985fcd25e548c3780fff5c286b2530da45f51" | ||
"gitHead": "01e1433c60c1dc6a8b82e92db045ff71ad316480" | ||
} |
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
1493495
193
34624