@aptly-as/types
Advanced tools
Comparing version 2.5.14 to 2.5.15
@@ -93,3 +93,3 @@ import { AptlyAlgorithmSchema } from './algorithm.js'; | ||
unitVat?: number; | ||
algorithm: ID | AptlyAlgorithmSchema<ID>; | ||
algorithm: ID | AptlyAlgorithmSchema<ID> | null; | ||
standard: boolean; | ||
@@ -96,0 +96,0 @@ standardVariant?: ID; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.5.14", | ||
"version": "2.5.15", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "type": "module", |
109405