@eclipse-glsp/protocol
Advanced tools
Comparing version 2.3.0-next.312 to 2.3.0-next.314
@@ -20,4 +20,3 @@ /******************************************************************************** | ||
export * from './event'; | ||
export * from './test-util'; | ||
export * from './type-util'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -36,4 +36,6 @@ "use strict"; | ||
__exportStar(require("./event"), exports); | ||
__exportStar(require("./test-util"), exports); | ||
// we do not export test-util to avoid a dependency on test frameworks such as chai | ||
// however, adopters can still access the file by accessing it through the complete path | ||
// export * from './test-util'; | ||
__exportStar(require("./type-util"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@eclipse-glsp/protocol", | ||
"version": "2.3.0-next.312+ffba8f8", | ||
"version": "2.3.0-next.314+03ec8b6", | ||
"description": "The protocol definition for client-server communication in GLSP", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ffba8f8f33771c6dd32310b743eac0150ffe4717" | ||
"gitHead": "03ec8b6bb668e3ac83e8f5a4850aa595af3818cc" | ||
} |
@@ -20,3 +20,5 @@ /******************************************************************************** | ||
export * from './event'; | ||
export * from './test-util'; | ||
// we do not export test-util to avoid a dependency on test frameworks such as chai | ||
// however, adopters can still access the file by accessing it through the complete path | ||
// export * from './test-util'; | ||
export * from './type-util'; |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 5 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 5 instances in 1 package
1270019
19512