@navios/core 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navios/core",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "author": {
5
5
  "name": "Oleksandr Hanzha",
6
6
  "email": "alex@granted.name"
@@ -35,7 +35,7 @@ export class AttributeFactory {
35
35
  static createAttribute(token: symbol): ClassAttribute
36
36
  static createAttribute<T extends ZodType>(
37
37
  token: symbol,
38
- value: z.input<T>,
38
+ schema: T,
39
39
  ): ClassSchemaAttribute<T>
40
40
  static createAttribute(token: symbol, schema?: ZodType) {
41
41
  const res =