Socket
Socket
Sign inDemoInstall

@workbench-stack/core

Package Overview
Dependencies
Maintainers
4
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workbench-stack/core - npm Package Compare versions

Comparing version 0.0.27-alpha.211 to 0.0.27-alpha.212

lib/interfaces/workspace/workspace-configuration-service.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.27-alpha.212](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.211...v0.0.27-alpha.212) (2020-04-30)
**Note:** Version bump only for package @workbench-stack/core
## [0.0.27-alpha.211](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.210...v0.0.27-alpha.211) (2020-04-30)

@@ -8,0 +16,0 @@

3

lib/interfaces/services.d.ts

@@ -8,3 +8,3 @@ import { ICodeEditorService, IEditorService, IModelService, IModeService } from './editor';

import { ILifecycleService } from './lifecycle';
import { IJSONEditingService } from './configuration';
import { IJSONEditingService, IClientConfigurationService } from './configuration';
/**

@@ -15,2 +15,3 @@ * Services that are available for the workbench. It does contains some external services included from

export interface IClientService {
readonly configurationservice: IClientConfigurationService;
readonly editorService: IEditorService;

@@ -17,0 +18,0 @@ readonly treeViews?: any;

{
"name": "@workbench-stack/core",
"version": "0.0.27-alpha.211",
"version": "0.0.27-alpha.212",
"description": "Workbench core for higher packages to depend on",

@@ -47,3 +47,3 @@ "main": "lib/index.js",

},
"gitHead": "06867351ac43a4c763d0eed7a1997cf8f76a1d95"
"gitHead": "6e9044a875f485525a7aa1afb686995978e68cc9"
}

@@ -9,3 +9,3 @@

import { ILifecycleService } from './lifecycle';
import { IJSONEditingService } from './configuration';
import { IJSONEditingService, IClientConfigurationService } from './configuration';

@@ -17,3 +17,3 @@ /**

export interface IClientService {
// readonly configuration: ISettingsService<ISettings>;
readonly configurationservice: IClientConfigurationService;
readonly editorService: IEditorService;

@@ -20,0 +20,0 @@ readonly treeViews?: any; // add types for tree view registry

@@ -19,2 +19,3 @@ /* tslint:disable */

@injectable()
export abstract class AbstractWorkspaceService extends Disposable implements IConfigurationService, IClientWorkspaceContextService {

@@ -21,0 +22,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc