@helyx/cli 0.1.3 → 0.1.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/CHANGELOG.md +5 -0
- package/package.json +2 -2
- package/self-host-catalogue.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.4 - 2026-07-23
|
|
4
|
+
|
|
5
|
+
- Generate self-hosted projects with the interaction-timeout fix and refreshed
|
|
6
|
+
Suggestions vote totals.
|
|
7
|
+
|
|
3
8
|
## 0.1.3 - 2026-07-23
|
|
4
9
|
|
|
5
10
|
- Add safe first-run environment setup, local `.env` loading and clearer Node.js, Docker Compose and managed-host guidance.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helyx/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Command-line tools for running and generating self-hosted Helyx deployments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"helyx",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"build": "tsc -b"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@helyx/bot": "0.1.
|
|
55
|
+
"@helyx/bot": "0.1.3",
|
|
56
56
|
"@helyx/config": "0.1.2",
|
|
57
57
|
"@helyx/database": "0.1.1",
|
|
58
58
|
"semver": "7.8.5",
|
package/self-host-catalogue.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"catalogueVersion":
|
|
3
|
+
"catalogueVersion": 8,
|
|
4
4
|
"core": {
|
|
5
5
|
"package": "@helyx/bot",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.3",
|
|
7
7
|
"availability": "published"
|
|
8
8
|
},
|
|
9
9
|
"generator": {
|
|
10
10
|
"package": "@helyx/cli",
|
|
11
|
-
"version": "0.1.
|
|
11
|
+
"version": "0.1.4",
|
|
12
12
|
"command": "helyx",
|
|
13
13
|
"availability": "published"
|
|
14
14
|
},
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
{
|
|
17
17
|
"id": "helyx.feedback",
|
|
18
18
|
"package": "@helyx/module-feedback",
|
|
19
|
-
"version": "1.0.
|
|
19
|
+
"version": "1.0.3",
|
|
20
20
|
"name": "Feedback",
|
|
21
21
|
"description": "Collect structured member feedback in a channel you choose.",
|
|
22
22
|
"category": "Community",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
{
|
|
26
26
|
"id": "helyx.welcome",
|
|
27
27
|
"package": "@helyx/module-welcome",
|
|
28
|
-
"version": "1.0.
|
|
28
|
+
"version": "1.0.3",
|
|
29
29
|
"name": "Welcome",
|
|
30
30
|
"description": "Greet new members and optionally give them a starting role.",
|
|
31
31
|
"category": "Community",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
{
|
|
35
35
|
"id": "helyx.suggestions",
|
|
36
36
|
"package": "@helyx/module-suggestions",
|
|
37
|
-
"version": "1.0.
|
|
37
|
+
"version": "1.0.3",
|
|
38
38
|
"name": "Suggestions",
|
|
39
39
|
"description": "Collect community ideas with reaction or button voting.",
|
|
40
40
|
"category": "Community",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
{
|
|
215
215
|
"id": "helyx.logging",
|
|
216
216
|
"package": "@helyx/module-logging",
|
|
217
|
-
"version": "1.0.
|
|
217
|
+
"version": "1.0.3",
|
|
218
218
|
"name": "Logging",
|
|
219
219
|
"description": "Post selected Helyx module activity to one server channel.",
|
|
220
220
|
"category": "Insights",
|