@chime-io/channel-telegram 1.0.5-beta.20260410023949 → 1.0.5

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.json CHANGED
@@ -1,6 +1,23 @@
1
1
  {
2
2
  "name": "@chime-io/channel-telegram",
3
3
  "entries": [
4
+ {
5
+ "version": "1.0.5",
6
+ "tag": "@chime-io/channel-telegram_v1.0.5",
7
+ "date": "Fri, 10 Apr 2026 02:39:54 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "empty"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@chime-io/core\" to `1.0.5`"
17
+ }
18
+ ]
19
+ }
20
+ },
4
21
  {
5
22
  "version": "1.0.4",
6
23
  "tag": "@chime-io/channel-telegram_v1.0.4",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @chime-io/channel-telegram
2
2
 
3
- This log was last generated on Thu, 09 Apr 2026 14:10:06 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 10 Apr 2026 02:39:54 GMT and should not be manually modified.
4
+
5
+ ## 1.0.5
6
+ Fri, 10 Apr 2026 02:39:54 GMT
7
+
8
+ ### Patches
9
+
10
+ - empty
4
11
 
5
12
  ## 1.0.4
6
13
  Thu, 09 Apr 2026 14:10:06 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chime-io/channel-telegram",
3
- "version": "1.0.5-beta.20260410023949",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@chime-io/core": "1.0.5-beta.20260410023949"
14
+ "@chime-io/core": "1.0.5"
15
15
  },
16
16
  "publishConfig": {
17
17
  "access": "public"