tsbuffer-schema
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "tsbuffer-schema", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "TSBuffer schema declarations", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"scripts": { | ||
"bp": "npm run build && cd dist && npm publish && cd ..", | ||
"bp": "tsc --noEmit && npm run build && cd dist && npm publish && cd ..", | ||
"build": "rm -rf dist && tsc -d && cp package.json README.md LICENSE dist/" | ||
@@ -11,0 +11,0 @@ }, |
@@ -8,3 +8,3 @@ import BaseSchema from '../BaseSchema'; | ||
extends?: ReferenceTypeSchema; | ||
fields: { | ||
properties: { | ||
id: number; | ||
@@ -11,0 +11,0 @@ name: string; |
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
23720