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.46e550b.20 to 0.2.0-next.4f5c0b2.23

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.

{
"name": "@eclipse-emfcloud/modelserver-plugin-ext",
"version": "0.2.0-next.46e550b.20+46e550b",
"version": "0.2.0-next.4f5c0b2.23+4f5c0b2",
"description": "Plug-in extension framework for the Model Server.",

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

},
"gitHead": "46e550b857dd3546d19725118e16f119fcd7ef7c"
"gitHead": "4f5c0b2c2af215e9afb7199fb9b45490f6ed49be"
}

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