Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 62d6744

Browse files
committed
0.1.76
1 parent 4f2753e commit 62d6744

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/awsgluenotebooks-extensions",
3-
"version": "0.1.75",
3+
"version": "0.1.76",
44
"description": "A JupyterLab extension.",
55
"keywords": [
66
"amazon",

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ const extension: JupyterFrontEndPlugin<void> = {
174174
INotebookTracker,
175175
ICommandPalette,
176176
IThemeManager,
177-
ITranslator
177+
ITranslator,
178+
IStateDB
178179
],
179180
activate: activate
180181
};

0 commit comments

Comments
 (0)