@reqlan/cli 0.3.1 → 0.3.3

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/README.md +15 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -44,6 +44,21 @@ The ideas index is shared application memory at `<workspace>/.reqlan/ideas-index
44
44
 
45
45
  ## Changelog
46
46
 
47
+ ### 0.3.3
48
+
49
+ #### Patch Changes
50
+
51
+ - Updated dependencies [674da15]
52
+ - @reqlan/analytical@0.6.3
53
+
54
+ ### 0.3.2
55
+
56
+ #### Patch Changes
57
+
58
+ - Updated dependencies [eb9da11]
59
+ - @reqlan/language@1.6.2
60
+ - @reqlan/analytical@0.6.2
61
+
47
62
  ### 0.3.1
48
63
 
49
64
  #### 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.3.1",
4
+ "version": "0.3.3",
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/language": "1.6.1",
30
- "@reqlan/analytical": "0.6.1"
29
+ "@reqlan/analytical": "0.6.3",
30
+ "@reqlan/language": "1.6.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "shx": "~0.4.0"