@adminide-stack/core 1.1.1-alpha.301 → 1.1.1-alpha.302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ import { IEnvironmentService } from './environment';
|
|
7
7
|
import { IRegistry } from './workbench-exports';
|
8
8
|
export interface IClientService {
|
9
9
|
readonly configurationService: IClientConfigurationService;
|
10
|
+
readonly permissionService?: IClientConfigurationService;
|
10
11
|
readonly contextKeyService: IContextKeyService;
|
11
12
|
readonly organizationContextService: IOrganizationContextService;
|
12
13
|
readonly lifecycleService: ILifecycleService;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adminide-stack/core",
|
3
|
-
"version": "1.1.1-alpha.
|
3
|
+
"version": "1.1.1-alpha.302",
|
4
4
|
"description": "AdminIDE core for higher packages to depend on",
|
5
5
|
"license": "ISC",
|
6
6
|
"author": "CDMBase LLC",
|
@@ -52,5 +52,5 @@
|
|
52
52
|
"typescript": {
|
53
53
|
"definition": "lib/index.d.ts"
|
54
54
|
},
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "d57bf2a33cc0fd80bb0fd3ecab6d8474517d8c4f"
|
56
56
|
}
|