@helyx/bot 0.1.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +10 -9
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # Changelog
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
+
7
+ ## 0.1.1 - 2026-07-23
8
+
9
+ - Align the runtime with the published Config `0.1.1` contract used by the self-host release set.
10
+
11
+ ## 0.1.0 - 2026-07-22
12
+
13
+ - Initial public Helyx bot runtime release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helyx/bot",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Production Discord runtime for the modular Helyx platform.",
5
5
  "keywords": [
6
6
  "helyx",
@@ -9,7 +9,7 @@
9
9
  "modular"
10
10
  ],
11
11
  "private": false,
12
- "license": "SEE LICENSE IN LICENSE",
12
+ "license": "HSAL 1.0",
13
13
  "homepage": "https://helyx.gg/",
14
14
  "bugs": {
15
15
  "url": "https://github.com/ZyC0R3/Helyx/issues"
@@ -32,6 +32,7 @@
32
32
  "dist",
33
33
  "!dist/*.tsbuildinfo",
34
34
  "!dist/**/*.map",
35
+ "CHANGELOG.md",
35
36
  "README.md",
36
37
  "LICENSE"
37
38
  ],
@@ -47,13 +48,13 @@
47
48
  "start": "node --env-file-if-exists=../../.env dist/index.js"
48
49
  },
49
50
  "dependencies": {
50
- "@helyx/config": "0.1.0",
51
- "@helyx/core": "0.1.0",
52
- "@helyx/database": "0.1.0",
53
- "@helyx/framework": "0.1.0",
54
- "@helyx/module-manifest": "0.1.0",
55
- "@helyx/platform": "0.1.0",
56
- "@helyx/sdk": "0.2.0",
51
+ "@helyx/config": "0.1.2",
52
+ "@helyx/core": "0.1.1",
53
+ "@helyx/database": "0.1.1",
54
+ "@helyx/framework": "0.1.1",
55
+ "@helyx/module-manifest": "0.1.1",
56
+ "@helyx/platform": "0.1.1",
57
+ "@helyx/sdk": "0.2.1",
57
58
  "discord.js": "14.27.0",
58
59
  "fastify": "5.10.0",
59
60
  "pino": "10.3.1",