@appweaver/client 1.4.0 → 1.4.1

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.
@@ -61,6 +61,7 @@ async function generateTypes(schema, options = {}) {
61
61
  emptyObjectsUnknown: true,
62
62
  enum: true,
63
63
  enumValues: true,
64
+ defaultNonNullable: false,
64
65
  transformProperty: (property, schemaObject) => {
65
66
  const validationTags = [];
66
67
  // Add validation JSDoc tags based on schema constraints
@@ -22,6 +22,7 @@ export async function generateTypes(schema, options = {}) {
22
22
  emptyObjectsUnknown: true,
23
23
  enum: true,
24
24
  enumValues: true,
25
+ defaultNonNullable: false,
25
26
  transformProperty: (property, schemaObject) => {
26
27
  const validationTags = [];
27
28
  // Add validation JSDoc tags based on schema constraints
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appweaver/client",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Appweaver - the backend framework for AI-first development (@client)",
5
5
  "author": "Luka Matosevic",
6
6
  "license": "MIT",