@living-architecture/riviere-cli 0.3.5 → 0.3.6

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
@@ -24037,7 +24037,9 @@ function handleEnrichmentError(error46) {
24037
24037
  handleComponentNotFoundError(error46);
24038
24038
  }
24039
24039
  function createEnrichCommand() {
24040
- return new Command10("enrich").description("Enrich a DomainOp component with semantic information").addHelpText(
24040
+ return new Command10("enrich").description(
24041
+ "Enrich a DomainOp component with semantic information. Note: Enrichment is additive \u2014 running multiple times accumulates values."
24042
+ ).addHelpText(
24041
24043
  "after",
24042
24044
  `
24043
24045
  Examples:
package/dist/index.js CHANGED
@@ -24053,7 +24053,9 @@ function handleEnrichmentError(error46) {
24053
24053
  handleComponentNotFoundError(error46);
24054
24054
  }
24055
24055
  function createEnrichCommand() {
24056
- return new Command10("enrich").description("Enrich a DomainOp component with semantic information").addHelpText(
24056
+ return new Command10("enrich").description(
24057
+ "Enrich a DomainOp component with semantic information. Note: Enrichment is additive \u2014 running multiple times accumulates values."
24058
+ ).addHelpText(
24057
24059
  "after",
24058
24060
  `
24059
24061
  Examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@living-architecture/riviere-cli",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
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.8",
31
- "@living-architecture/riviere-schema": "0.2.5",
32
- "@living-architecture/riviere-query": "0.2.7"
30
+ "@living-architecture/riviere-query": "0.2.8",
31
+ "@living-architecture/riviere-builder": "0.2.9",
32
+ "@living-architecture/riviere-schema": "0.2.6"
33
33
  }
34
34
  }