@chime-io/plugin-claude 1.0.1-beta.20260410023949 → 1.0.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.
- package/CHANGELOG.json +25 -0
- package/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@chime-io/plugin-claude",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.0.1",
|
|
6
|
+
"tag": "@chime-io/plugin-claude_v1.0.1",
|
|
7
|
+
"date": "Fri, 10 Apr 2026 02:39:54 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "intro claude plugin"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@chime-io/channel-telegram\" to `1.0.5`"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Updating dependency \"@chime-io/core\" to `1.0.5`"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chime-io/plugin-claude",
|
|
3
|
-
"version": "1.0.1
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@chime-io/channel-telegram": "1.0.5
|
|
9
|
-
"@chime-io/core": "1.0.5
|
|
8
|
+
"@chime-io/channel-telegram": "1.0.5",
|
|
9
|
+
"@chime-io/core": "1.0.5"
|
|
10
10
|
},
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|