@reqlan/cli 0.2.0 → 0.2.4
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 +34 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -44,6 +44,40 @@ The ideas index is shared application memory at `<workspace>/.reqlan/ideas-index
|
|
|
44
44
|
|
|
45
45
|
## Changelog
|
|
46
46
|
|
|
47
|
+
### 0.2.4
|
|
48
|
+
|
|
49
|
+
#### Patch Changes
|
|
50
|
+
|
|
51
|
+
- 3e940a2: cicd trigger.
|
|
52
|
+
- Updated dependencies [3e940a2]
|
|
53
|
+
- @reqlan/analytical@0.5.4
|
|
54
|
+
- @reqlan/language@1.5.3
|
|
55
|
+
|
|
56
|
+
### 0.2.3
|
|
57
|
+
|
|
58
|
+
#### Patch Changes
|
|
59
|
+
|
|
60
|
+
- 9586a97: package publish trigger
|
|
61
|
+
- Updated dependencies [9586a97]
|
|
62
|
+
- @reqlan/analytical@0.5.3
|
|
63
|
+
- @reqlan/language@1.5.2
|
|
64
|
+
|
|
65
|
+
### 0.2.2
|
|
66
|
+
|
|
67
|
+
#### Patch Changes
|
|
68
|
+
|
|
69
|
+
- b905cd0: update npm deployement.
|
|
70
|
+
- Updated dependencies [b905cd0]
|
|
71
|
+
- @reqlan/analytical@0.5.2
|
|
72
|
+
- @reqlan/language@1.5.1
|
|
73
|
+
|
|
74
|
+
### 0.2.1
|
|
75
|
+
|
|
76
|
+
#### Patch Changes
|
|
77
|
+
|
|
78
|
+
- Updated dependencies [4f86d2b]
|
|
79
|
+
- @reqlan/analytical@0.5.1
|
|
80
|
+
|
|
47
81
|
### 0.2.0
|
|
48
82
|
|
|
49
83
|
#### Minor 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.2.
|
|
4
|
+
"version": "0.2.4",
|
|
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.5.
|
|
30
|
-
"@reqlan/language": "1.5.
|
|
29
|
+
"@reqlan/analytical": "0.5.4",
|
|
30
|
+
"@reqlan/language": "1.5.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"shx": "~0.4.0"
|