@eclipse-emfcloud/coffee-server-example
Advanced tools
Comparing version 0.2.0-next.961a1a0.14 to 0.2.0-next.ce04993.18
@@ -51,3 +51,5 @@ "use strict"; | ||
require('@eclipse-emfcloud/coffee-custom-validators-example/lib/example-validators-module'), | ||
require('@eclipse-emfcloud/coffee-triggers-example/lib/example-triggers-module') | ||
require('@eclipse-emfcloud/coffee-triggers-example/lib/example-triggers-module'), | ||
require('@eclipse-emfcloud/coffee-custom-routes-example/lib/example-routes-module'), | ||
require('@eclipse-emfcloud/coffee-custom-middleware-example/lib/example-middleware-module') | ||
]; | ||
@@ -54,0 +56,0 @@ const result = modules.map(module => module.default); |
{ | ||
"name": "@eclipse-emfcloud/coffee-server-example", | ||
"version": "0.2.0-next.961a1a0.14+961a1a0", | ||
"version": "0.2.0-next.ce04993.18+ce04993", | ||
"description": "Example Model Server deployment for the Coffee Model.", | ||
@@ -27,3 +27,3 @@ "license": "(EPL-2.0 OR MIT)", | ||
"dependencies": { | ||
"@eclipse-emfcloud/modelserver-node": "0.2.0-next.961a1a0.14+961a1a0", | ||
"@eclipse-emfcloud/modelserver-node": "0.2.0-next.ce04993.18+ce04993", | ||
"inversify": "^5.1.1", | ||
@@ -50,7 +50,5 @@ "yargs": "^17.3.1" | ||
"watch": "tsc -w", | ||
"start": "node lib/app.js --port=8082 --upstream=8081", | ||
"publish:latest": "yarn publish --tag latest", | ||
"publish:next": "yarn publish --new-version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" --tag next" | ||
"start": "node lib/app.js --port=8082 --upstream=8081" | ||
}, | ||
"gitHead": "961a1a0a56f7b36f4731b4a8e18be366c7d05d01" | ||
"gitHead": "ce04993de916e356ac692284e7bb9ff5ca0f9218" | ||
} |
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
23835
68