@helyx/bot 0.1.0 → 0.1.1

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 +9 -0
  2. package/package.json +3 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## 0.1.1 - 2026-07-23
4
+
5
+ - Align the runtime with the published Config `0.1.1` contract used by the self-host release set.
6
+
7
+ ## 0.1.0 - 2026-07-22
8
+
9
+ - 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.1",
4
4
  "description": "Production Discord runtime for the modular Helyx platform.",
5
5
  "keywords": [
6
6
  "helyx",
@@ -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,7 +48,7 @@
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/config": "0.1.1",
51
52
  "@helyx/core": "0.1.0",
52
53
  "@helyx/database": "0.1.0",
53
54
  "@helyx/framework": "0.1.0",