@helyx/cli 0.1.1 → 0.1.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/CHANGELOG.md +4 -0
- package/package.json +5 -5
- package/self-host-catalogue.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.2 - 2026-07-23
|
|
4
|
+
|
|
5
|
+
- Identify the included Helyx Source Available Licence as `HSAL 1.0` and align public core dependencies.
|
|
6
|
+
|
|
3
7
|
## 0.1.1 - 2026-07-23
|
|
4
8
|
|
|
5
9
|
- Run npm through its JavaScript entry point when available so starter generation works reliably on supported Windows and Node.js versions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helyx/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Command-line tools for running and generating self-hosted Helyx deployments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"helyx",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"self-hosted"
|
|
10
10
|
],
|
|
11
11
|
"private": false,
|
|
12
|
-
"license": "
|
|
12
|
+
"license": "HSAL 1.0",
|
|
13
13
|
"homepage": "https://helyx.gg/",
|
|
14
14
|
"bugs": {
|
|
15
15
|
"url": "https://github.com/ZyC0R3/Helyx/issues"
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"build": "tsc -b"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@helyx/bot": "0.1.
|
|
56
|
-
"@helyx/config": "0.1.
|
|
57
|
-
"@helyx/database": "0.1.
|
|
55
|
+
"@helyx/bot": "0.1.2",
|
|
56
|
+
"@helyx/config": "0.1.2",
|
|
57
|
+
"@helyx/database": "0.1.1",
|
|
58
58
|
"semver": "7.8.5",
|
|
59
59
|
"zod": "4.4.3"
|
|
60
60
|
},
|
package/self-host-catalogue.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"catalogueVersion":
|
|
3
|
+
"catalogueVersion": 6,
|
|
4
4
|
"core": {
|
|
5
5
|
"package": "@helyx/bot",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.2",
|
|
7
7
|
"availability": "published"
|
|
8
8
|
},
|
|
9
9
|
"generator": {
|
|
10
10
|
"package": "@helyx/cli",
|
|
11
|
-
"version": "0.1.
|
|
11
|
+
"version": "0.1.2",
|
|
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.2",
|
|
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.2",
|
|
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.2",
|
|
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.2",
|
|
218
218
|
"name": "Logging",
|
|
219
219
|
"description": "Post selected Helyx module activity to one server channel.",
|
|
220
220
|
"category": "Insights",
|