tsbuffer-schema
Advanced tools
Comparing version 2.0.8 to 2.0.9
/*! | ||
* TSBuffer Schema v2.0.8 | ||
* TSBuffer Schema v2.0.9 | ||
* ----------------------------------------- | ||
@@ -493,3 +493,5 @@ * MIT LICENSE | ||
*/ | ||
[schemaId: string]: TSBufferSchema; | ||
[schemaId: string]: TSBufferSchema & { | ||
comment?: string; | ||
}; | ||
} | ||
@@ -496,0 +498,0 @@ |
/*! | ||
* TSBuffer Schema v2.0.8 | ||
* TSBuffer Schema v2.0.9 | ||
* ----------------------------------------- | ||
@@ -4,0 +4,0 @@ * MIT LICENSE |
{ | ||
"name": "tsbuffer-schema", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "TSBuffer schema declarations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
19529
592