@living-architecture/riviere-cli 0.3.2 → 0.3.3

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/dist/bin.js CHANGED
@@ -7098,7 +7098,7 @@ var riviere_schema_default = {
7098
7098
  sourceLocation: { $ref: "#/definitions/sourceLocation" },
7099
7099
  customTypeName: { type: "string", description: "Name of the custom type (must match a key in metadata.customTypes)", minLength: 1 }
7100
7100
  },
7101
- additionalProperties: false
7101
+ additionalProperties: true
7102
7102
  },
7103
7103
  link: {
7104
7104
  type: "object",
@@ -22786,7 +22786,7 @@ var RiviereBuilder = class _RiviereBuilder {
22786
22786
  module: input.module,
22787
22787
  sourceLocation: input.sourceLocation,
22788
22788
  ...input.description !== void 0 && { description: input.description },
22789
- ...input.metadata !== void 0 && { metadata: input.metadata }
22789
+ ...input.metadata
22790
22790
  };
22791
22791
  return this.registerComponent(component);
22792
22792
  }
package/dist/index.js CHANGED
@@ -7097,7 +7097,7 @@ var riviere_schema_default = {
7097
7097
  sourceLocation: { $ref: "#/definitions/sourceLocation" },
7098
7098
  customTypeName: { type: "string", description: "Name of the custom type (must match a key in metadata.customTypes)", minLength: 1 }
7099
7099
  },
7100
- additionalProperties: false
7100
+ additionalProperties: true
7101
7101
  },
7102
7102
  link: {
7103
7103
  type: "object",
@@ -22785,7 +22785,7 @@ var RiviereBuilder = class _RiviereBuilder {
22785
22785
  module: input.module,
22786
22786
  sourceLocation: input.sourceLocation,
22787
22787
  ...input.description !== void 0 && { description: input.description },
22788
- ...input.metadata !== void 0 && { metadata: input.metadata }
22788
+ ...input.metadata
22789
22789
  };
22790
22790
  return this.registerComponent(component);
22791
22791
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@living-architecture/riviere-cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,8 +27,8 @@
27
27
  "dependencies": {
28
28
  "commander": "^14.0.2",
29
29
  "tslib": "^2.3.0",
30
- "@living-architecture/riviere-builder": "0.2.6",
31
- "@living-architecture/riviere-schema": "0.2.4",
32
- "@living-architecture/riviere-query": "0.2.6"
30
+ "@living-architecture/riviere-builder": "0.2.7",
31
+ "@living-architecture/riviere-schema": "0.2.5",
32
+ "@living-architecture/riviere-query": "0.2.7"
33
33
  }
34
34
  }