File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ build-prod: ## build-prod
33
33
git clean -fdx
34
34
python -m build
35
35
36
- publish : clean build # # publish
36
+ publish-npm : clean build # # publish
37
37
($( CONDA_ACTIVATE) ${ENV_NAME} ; \
38
38
npm publish )
39
39
echo open https://www.npmjs.com/package/@datalayer/jupyter-lexical
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datalayer/jupyter-lexical" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Jupyter UI for Lexical" ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @datalayer/jupyter-react" ,
3
- "version" : " 0.19.1 " ,
3
+ "version" : " 0.19.2 " ,
4
4
"description" : " Jupyter React - React.js components 100% compatible with Jupyter." ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const NotebookCellToolbar = () => {
21
21
< JupyterReactTheme >
22
22
< Notebook
23
23
nbformat = { nbformat as INotebookContent }
24
- plugins = { [ extension ] }
24
+ extensions = { [ extension ] }
25
25
id = "notebook-cell-toolbar-id"
26
26
height = "calc(100vh - 2.6rem)" // (Height - Toolbar Height).
27
27
cellSidebarMargin = { 160 }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const NotebookExtension = () => {
21
21
< JupyterReactTheme >
22
22
< Notebook
23
23
nbformat = { nbformat as INotebookContent }
24
- plugins = { [ extension ] }
24
+ extensions = { [ extension ] }
25
25
id = "notebook-extension-id"
26
26
height = "calc(100vh - 2.6rem)" // (Height - Toolbar Height).
27
27
cellSidebarMargin = { 160 }
You can’t perform that action at this time.
0 commit comments