@reqlan/cli 0.7.11 → 0.7.12
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 +10 -0
- package/README.template.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,10 +40,20 @@ The ideas index is shared application memory at `<workspace>/.reqlan/ideas-index
|
|
|
40
40
|
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=reqlan.reqlan-extension)
|
|
41
41
|
- [Open VSX](https://open-vsx.org/extension/reqlan/reqlan-extension)
|
|
42
42
|
- [GitHub repository](https://github.com/littletuna4/reqlan)
|
|
43
|
+
- [Discord](https://discord.gg/R487KDVfmA)
|
|
44
|
+
- [Sponsor](https://github.com/sponsors/littletuna4)
|
|
43
45
|
- [Contact](mailto:reqlan@reqlan.com)
|
|
44
46
|
|
|
45
47
|
## Changelog
|
|
46
48
|
|
|
49
|
+
### 0.7.12
|
|
50
|
+
|
|
51
|
+
#### Patch Changes
|
|
52
|
+
|
|
53
|
+
- 9571467: Update site; and a few little bug fixes
|
|
54
|
+
- Updated dependencies [9571467]
|
|
55
|
+
- @reqlan/analytical@1.11.3
|
|
56
|
+
|
|
47
57
|
### 0.7.11
|
|
48
58
|
|
|
49
59
|
#### Patch Changes
|
package/README.template.md
CHANGED
|
@@ -40,6 +40,8 @@ The ideas index is shared application memory at `<workspace>/.reqlan/ideas-index
|
|
|
40
40
|
- [{{VSC_LABEL}}]({{VSC_URL}})
|
|
41
41
|
- [{{OPENVSX_LABEL}}]({{OPENVSX_URL}})
|
|
42
42
|
- [GitHub repository]({{GITHUB_URL}})
|
|
43
|
+
- [{{DISCORD_LABEL}}]({{DISCORD_URL}})
|
|
44
|
+
- [{{SPONSOR_LABEL}}]({{SPONSOR_URL}})
|
|
43
45
|
- [Contact]({{EMAIL_URL}})
|
|
44
46
|
|
|
45
47
|
## Changelog
|
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.7.
|
|
4
|
+
"version": "0.7.12",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
7
7
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"clipanion": "3.2.1",
|
|
28
|
-
"@reqlan/analytical": "1.11.
|
|
28
|
+
"@reqlan/analytical": "1.11.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"shx": "~0.4.0",
|