Skip to content

Commit

Permalink
v15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 16, 2024
1 parent 9218d67 commit c83cbb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"update-dark": "node index update --dir=dark -i",
"update-light": "node index update --dir=light -i"
},
"version": "15.0.0"
"version": "15.0.1"
}
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "128.0"
"strict_min_version": "115.0"
}
},
"commands": {
Expand Down Expand Up @@ -57,5 +57,5 @@
"default_panel": "html/sidebar.html",
"default_title": "__MSG_extensionShortName__"
},
"version": "15.0.0"
"version": "15.0.1"
}
10 changes: 2 additions & 8 deletions types/src/mjs/menu-items.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,6 @@ declare const _default: {
};
};
};
'sep-3': {
id: string;
type: string;
contexts: string[];
viewTypes: string[];
};
reloadAllTabs: {
id: string;
title: string;
Expand Down Expand Up @@ -315,7 +309,7 @@ declare const _default: {
enabled: boolean;
visible: boolean;
};
'sep-4': {
'sep-3': {
id: string;
type: string;
contexts: string[];
Expand Down Expand Up @@ -451,7 +445,7 @@ declare const _default: {
};
};
};
'sep-5': {
'sep-4': {
id: string;
type: string;
contexts: string[];
Expand Down

0 comments on commit c83cbb6

Please sign in to comment.