@living-architecture/riviere-cli 0.9.18 → 0.9.19
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 +1 -1
- package/package.json +6 -6
package/dist/bin.js
CHANGED
|
@@ -31668,7 +31668,7 @@ function parsePackageJson(pkg) {
|
|
|
31668
31668
|
}
|
|
31669
31669
|
function loadPackageJson() {
|
|
31670
31670
|
if (true) {
|
|
31671
|
-
return { version: "0.9.
|
|
31671
|
+
return { version: "0.9.18" };
|
|
31672
31672
|
}
|
|
31673
31673
|
const require2 = createRequire2(import.meta.url);
|
|
31674
31674
|
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.
|
|
3
|
+
"version": "0.9.19",
|
|
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-
|
|
36
|
-
"@living-architecture/riviere-
|
|
37
|
-
"@living-architecture/riviere-extract-ts": "0.4.
|
|
38
|
-
"@living-architecture/riviere-
|
|
39
|
-
"@living-architecture/riviere-query": "0.6.
|
|
35
|
+
"@living-architecture/riviere-builder": "0.8.2",
|
|
36
|
+
"@living-architecture/riviere-extract-config": "0.5.14",
|
|
37
|
+
"@living-architecture/riviere-extract-ts": "0.4.17",
|
|
38
|
+
"@living-architecture/riviere-schema": "0.6.14",
|
|
39
|
+
"@living-architecture/riviere-query": "0.6.14"
|
|
40
40
|
}
|
|
41
41
|
}
|