Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi77 committed Aug 8, 2024
1 parent fdfab0a commit 2f4d2fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guibo-types",
"version": "1.1.7",
"version": "1.1.8",
"description": "Typescript data structures for the GUIBO platform interfaces",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/content/bundle_metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface BundleMetadata {
customId?: string;
account?: string;
name?: string;
names?: Record<string, string>;
description?: string;
image?: string;
statusText?: string;
Expand Down

0 comments on commit 2f4d2fc

Please sign in to comment.