Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-emfcloud/modelserver-plugin-ext

Package Overview
Dependencies
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-emfcloud/modelserver-plugin-ext - npm Package Compare versions

Comparing version 0.2.0-next.80aaf5f.15 to 0.2.0-next.8645d4b.27

lib/route-provider.d.ts

3

lib/command-provider.d.ts

@@ -33,2 +33,3 @@ /********************************************************************************

*
* @param modelUri the URI of the model being edited.
* @param customCommand the custom command to translate to _Upstream Model Server_ primitives

@@ -38,4 +39,4 @@ * @returns either a command to substitute for the custom command (perhaps a compound command) or a

*/
getCommands(customCommand: ModelServerCommand): MaybePromise<ModelServerCommand | Transaction>;
getCommands(modelUri: string, customCommand: ModelServerCommand): MaybePromise<ModelServerCommand | Transaction>;
}
//# sourceMappingURL=command-provider.d.ts.map

@@ -24,6 +24,7 @@ /********************************************************************************

*
* @param modelUri the URI of the model being edited.
* @param command a command to be executed on the model
* @return the result of the command's execution
*/
execute(command: ModelServerCommand): Promise<ModelUpdateResult>;
execute(modelUri: string, command: ModelServerCommand): Promise<ModelUpdateResult>;
/**

@@ -30,0 +31,0 @@ * Apply a JSON patch to the model.

@@ -16,2 +16,3 @@ /********************************************************************************

export * from './plugin';
export * from './route-provider';
export * from './trigger-provider';

@@ -18,0 +19,0 @@ export * from './util';

@@ -32,2 +32,3 @@ "use strict";

__exportStar(require("./plugin"), exports);
__exportStar(require("./route-provider"), exports);
__exportStar(require("./trigger-provider"), exports);

@@ -34,0 +35,0 @@ __exportStar(require("./util"), exports);

{
"name": "@eclipse-emfcloud/modelserver-plugin-ext",
"version": "0.2.0-next.80aaf5f.15+80aaf5f",
"version": "0.2.0-next.8645d4b.27+8645d4b",
"description": "Plug-in extension framework for the Model Server.",

@@ -29,2 +29,3 @@ "license": "(EPL-2.0 OR MIT)",

"@eclipse-emfcloud/modelserver-client": "next",
"express-ws": "^5.0.2",
"fast-json-patch": "^3.1.0",

@@ -53,3 +54,3 @@ "inversify": "^5.1.1",

},
"gitHead": "80aaf5f6655b8599c44be0692f67b8b8a4483303"
"gitHead": "8645d4be4d399914237f4b7deae61ba652e7575d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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