@eclipse-emfcloud/coffee-triggers-example
Advanced tools
Comparing version 0.2.0-next.b2780ef.32 to 0.2.0-next.b2ea1fa.44
@@ -66,3 +66,3 @@ "use strict"; | ||
// new changes from those, so that's how we do it here | ||
const model = await this.modelServerClient.get(modelURI); | ||
const model = await this.modelServerClient.get(modelURI.toString()); | ||
const result = []; | ||
@@ -76,3 +76,3 @@ // Take only the last change to any given duration in case of multiple (such as | ||
this.logger.debug('Rounding up duration %d of object at %s', op.value, op.path); | ||
result.push((0, modelserver_client_1.replace)(modelURI, element, 'duration', roundUp(op.value, 10))); | ||
result.push((0, modelserver_client_1.replace)(modelURI.toString(), element, 'duration', roundUp(op.value, 10))); | ||
} | ||
@@ -79,0 +79,0 @@ }); |
{ | ||
"name": "@eclipse-emfcloud/coffee-triggers-example", | ||
"version": "0.2.0-next.b2780ef.32+b2780ef", | ||
"version": "0.2.0-next.b2ea1fa.44+b2ea1fa", | ||
"description": "Example server-side triggers plug-in for the Model Server.", | ||
@@ -27,3 +27,3 @@ "license": "(EPL-2.0 OR MIT)", | ||
"dependencies": { | ||
"@eclipse-emfcloud/modelserver-plugin-ext": "0.2.0-next.b2780ef.32+b2780ef", | ||
"@eclipse-emfcloud/modelserver-plugin-ext": "0.2.0-next.b2ea1fa.44+b2ea1fa", | ||
"inversify": "^5.1.1" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "b2780ef42cb27b0f72283c41a480f99c15150295" | ||
"gitHead": "b2ea1fa70505fee10fce2ccd321462a0e6a99386" | ||
} |
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
34199