@towns-protocol/proto 0.0.323 → 0.0.324
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/dist/gen/apps_pb.d.ts +1 -1
- package/package.json +2 -2
package/dist/gen/apps_pb.d.ts
CHANGED
@@ -532,7 +532,7 @@ export type AppMetadata = Message<"river.AppMetadata"> & {
|
|
532
532
|
slashCommands: SlashCommand[];
|
533
533
|
/**
|
534
534
|
* display_name is the friendly name shown in chat conversations (e.g., "My Helpful Bot").
|
535
|
-
* Must be non-empty
|
535
|
+
* Must be non-empty.
|
536
536
|
*
|
537
537
|
* @generated from field: string display_name = 7;
|
538
538
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@towns-protocol/proto",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.324",
|
4
4
|
"packageManager": "yarn@3.8.0",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"publishConfig": {
|
38
38
|
"access": "public"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "70942c8b11667f8e591738d034f9b2b86510a51c"
|
41
41
|
}
|