@eclipse-glsp/protocol
Advanced tools
Comparing version 2.2.0-next.348 to 2.2.0-next.349
@@ -88,3 +88,3 @@ "use strict"; | ||
if (duplicates.length > 0) { | ||
const culprits = duplicates.map(m => m.featureId).join(', '); | ||
const culprits = duplicates.map(m => m.featureId.toString()).join(', '); | ||
throw new Error(`Could not resolve container configuration. Non-unique feature ids found in container configuration: ${culprits}`); | ||
@@ -91,0 +91,0 @@ } |
{ | ||
"name": "@eclipse-glsp/protocol", | ||
"version": "2.2.0-next.348+062e335", | ||
"version": "2.2.0-next.349+663c6df", | ||
"description": "The protocol definition for client-server communication in GLSP", | ||
@@ -61,3 +61,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "062e335f87616776156de18698d9fb3b6c4ef1e4" | ||
"gitHead": "663c6dffd70a911cba8c34d800866ce18f664281" | ||
} |
@@ -88,3 +88,3 @@ /******************************************************************************** | ||
if (duplicates.length > 0) { | ||
const culprits = duplicates.map(m => m.featureId).join(', '); | ||
const culprits = duplicates.map(m => m.featureId.toString()).join(', '); | ||
throw new Error(`Could not resolve container configuration. Non-unique feature ids found in container configuration: ${culprits}`); | ||
@@ -91,0 +91,0 @@ } |
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 3 instances 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 3 instances in 1 package
1115945