@smallstack/common
Advanced tools
Comparing version 0.7.86 to 0.7.87
@@ -54,2 +54,3 @@ import { API, RestfulAPI } from "../api/API"; | ||
regExp?: RegExp; | ||
i18nKey?: string; | ||
} | ||
@@ -56,0 +57,0 @@ export interface TypeModel { |
@@ -6,3 +6,2 @@ import { Type, TypeModelSchemaEntry } from "./Type"; | ||
private typesystem; | ||
private configurationService; | ||
constructor(); | ||
@@ -9,0 +8,0 @@ validateType(type: Type, doc: any, options?: TypeValidatorOptions): ValidationResult; |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.86", | ||
"version": "0.7.87", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js", |
Sorry, the diff of this file is too big to display
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
357332