@towns-protocol/proto 0.0.323 → 0.0.325

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.
@@ -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 and unique across all bots.
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.323",
3
+ "version": "0.0.325",
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": "218f1c29b2fc49f5eed288ec70e7bbb78a59f39c"
40
+ "gitHead": "c5e2b2b3101ec1d9676f3b31cddf4b9b9ac41e77"
41
41
  }