tsbuffer-validator
Advanced tools
Comparing version 2.0.7 to 2.0.8
/*! | ||
* TSBuffer Validator v2.0.7 | ||
* TSBuffer Validator v2.0.8 | ||
* ----------------------------------------- | ||
* MIT LICENSE | ||
* KingWorks (C) Copyright 2021 | ||
* KingWorks (C) Copyright 2022 | ||
* https://github.com/k8w/tsbuffer-validator | ||
@@ -7,0 +7,0 @@ */ |
{ | ||
"name": "tsbuffer-validator", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Validator for TSBuffer values", | ||
"main": "index.cjs", | ||
"main": "index.js", | ||
"exports": { | ||
"require": "./index.cjs", | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
@@ -44,3 +44,3 @@ }, | ||
"k8w-extend-native": "^1.4.6", | ||
"tsbuffer-schema": "^2.0.8", | ||
"tsbuffer-schema": "^2.1.1", | ||
"tslib": "^2.3.1" | ||
@@ -64,4 +64,4 @@ }, | ||
"devDependencies": { | ||
"@microsoft/api-documenter": "^7.13.65", | ||
"@microsoft/api-extractor": "^7.18.17", | ||
"@microsoft/api-documenter": "^7.14.1", | ||
"@microsoft/api-extractor": "^7.19.4", | ||
"@types/mocha": "^8.2.3", | ||
@@ -71,7 +71,7 @@ "@types/node": "^15.14.9", | ||
"nyc": "^15.1.0", | ||
"rollup": "^2.59.0", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"rollup": "^2.63.0", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.4.4" | ||
"typescript": "^4.5.4" | ||
} | ||
} |
# TSBuffer Validator | ||
Runtime type validator for [TSBuffer](https://github.com/k8w/tsbuffer) |
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
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
106548
Updatedtsbuffer-schema@^2.1.1