@eclipse-emfcloud/modelserver-plugin-ext
Advanced tools
Comparing version 0.2.0-next.9fc5830.19 to 0.2.0-next.b2780ef.32
@@ -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.9fc5830.19+9fc5830", | ||
"version": "0.2.0-next.b2780ef.32+b2780ef", | ||
"description": "Plug-in extension framework for the Model Server.", | ||
@@ -25,3 +25,4 @@ "license": "(EPL-2.0 OR MIT)", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
@@ -51,6 +52,6 @@ "dependencies": { | ||
"lint:fix": "eslint --fix --ext .ts,.tsx ./src", | ||
"build": "tsc", | ||
"build": "tsc && yarn lint", | ||
"watch": "tsc -w" | ||
}, | ||
"gitHead": "9fc583029b021b7ac8a9a55e5790b720c559a068" | ||
"gitHead": "b2780ef42cb27b0f72283c41a480f99c15150295" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
68108
58
883