@living-architecture/riviere-cli 0.9.22 → 0.9.23

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.
Files changed (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +6 -6
package/dist/bin.js CHANGED
@@ -30431,7 +30431,7 @@ function parsePackageJson(pkg) {
30431
30431
  }
30432
30432
  function loadPackageJson() {
30433
30433
  if (true) {
30434
- return { version: "0.9.21" };
30434
+ return { version: "0.9.22" };
30435
30435
  }
30436
30436
  const require2 = createRequire2(import.meta.url);
30437
30437
  return parsePackageJson(require2("../../package.json"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@living-architecture/riviere-cli",
3
- "version": "0.9.22",
3
+ "version": "0.9.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,10 +32,10 @@
32
32
  "glob": "^11.0.2",
33
33
  "ts-morph": "^24.0.0",
34
34
  "yaml": "^2.7.0",
35
- "@living-architecture/riviere-builder": "0.8.5",
36
- "@living-architecture/riviere-extract-ts": "0.4.20",
37
- "@living-architecture/riviere-extract-config": "0.5.16",
38
- "@living-architecture/riviere-query": "0.6.16",
39
- "@living-architecture/riviere-schema": "0.6.16"
35
+ "@living-architecture/riviere-builder": "0.8.6",
36
+ "@living-architecture/riviere-extract-ts": "0.4.21",
37
+ "@living-architecture/riviere-query": "0.6.17",
38
+ "@living-architecture/riviere-schema": "0.6.17",
39
+ "@living-architecture/riviere-extract-config": "0.5.17"
40
40
  }
41
41
  }