@reqlan/cli 0.5.1 → 0.5.2
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/README.md +9 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -44,6 +44,15 @@ The ideas index is shared application memory at `<workspace>/.reqlan/ideas-index
|
|
|
44
44
|
|
|
45
45
|
## Changelog
|
|
46
46
|
|
|
47
|
+
### 0.5.2
|
|
48
|
+
|
|
49
|
+
#### Patch Changes
|
|
50
|
+
|
|
51
|
+
- fc3cdb6: fix cicd and release.
|
|
52
|
+
- Updated dependencies [fc3cdb6]
|
|
53
|
+
- @reqlan/analytical@0.8.2
|
|
54
|
+
- @reqlan/language@1.8.2
|
|
55
|
+
|
|
47
56
|
### 0.5.1
|
|
48
57
|
|
|
49
58
|
#### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reqlan/cli",
|
|
3
3
|
"description": "CLI for parsing, analysing, and exporting reqlan requirement graphs",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
7
7
|
"repository": {
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"clipanion": "3.2.1",
|
|
28
28
|
"langium": "~4.3.0",
|
|
29
|
-
"@reqlan/analytical": "0.8.
|
|
30
|
-
"@reqlan/language": "1.8.
|
|
29
|
+
"@reqlan/analytical": "0.8.2",
|
|
30
|
+
"@reqlan/language": "1.8.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"shx": "~0.4.0"
|