File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-iframe-commands-demo" ,
3
3
"private" : true ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.1.0 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " VITE_DEMO_SRC='./lite/index.html' VITE_TITLE='Lite' vite" ,
15
15
"start:local" : " VITE_DEMO_SRC='http://localhost:8888' VITE_TITLE='Local' vite --port 8080"
16
16
},
17
17
"dependencies" : {
18
- "jupyter-iframe-commands-host" : " ^0.0.1 "
18
+ "jupyter-iframe-commands-host" : " ^0.1.0 "
19
19
},
20
20
"devDependencies" : {
21
21
"typescript" : " ~5.6.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-iframe-commands-root" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"private" : true ,
5
5
"description" : " A JupyterLab extension to facilitate integration with a host page via an IFrame" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-iframe-commands" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " \" A JupyterLab extension to facilitate integration with a host page via an IFrame\" " ,
5
5
"homepage" : " https://github.com/TileDB-Inc/jupyter-iframe-commands#readme" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-iframe-commands-host" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " \" A JupyterLab extension to facilitate integration with a host page via an IFrame\" " ,
5
5
"homepage" : " https://github.com/TileDB-Inc/jupyter-iframe-commands#readme" ,
6
6
"bugs" : {
43
43
},
44
44
"dependencies" : {
45
45
"comlink" : " ^4.4.2" ,
46
- "jupyter-iframe-commands" : " 0.0.1 "
46
+ "jupyter-iframe-commands" : " ^0.1.0 "
47
47
}
48
48
}
Original file line number Diff line number Diff line change @@ -5875,18 +5875,18 @@ __metadata:
5875
5875
version : 0.0.0-use.local
5876
5876
resolution : " jupyter-iframe-commands-demo@workspace:demo"
5877
5877
dependencies :
5878
- jupyter-iframe-commands-host : ^0.0.1
5878
+ jupyter-iframe-commands-host : ^0.1.0
5879
5879
typescript : ~5.6.2
5880
5880
vite : ^6.0.1
5881
5881
languageName : unknown
5882
5882
linkType : soft
5883
5883
5884
- " jupyter-iframe-commands-host@^0.0.1 , jupyter-iframe-commands-host@workspace:packages/host " :
5884
+ " jupyter-iframe-commands-host@^0.1.0 , jupyter-iframe-commands-host@workspace:packages/host " :
5885
5885
version : 0.0.0-use.local
5886
5886
resolution : " jupyter-iframe-commands-host@workspace:packages/host"
5887
5887
dependencies :
5888
5888
comlink : ^4.4.2
5889
- jupyter-iframe-commands : 0.0.1
5889
+ jupyter-iframe-commands : ^0.1.0
5890
5890
languageName : unknown
5891
5891
linkType : soft
5892
5892
@@ -5920,7 +5920,7 @@ __metadata:
5920
5920
languageName : unknown
5921
5921
linkType : soft
5922
5922
5923
- " jupyter-iframe-commands@0.0.1 , jupyter-iframe-commands@workspace:packages/extension " :
5923
+ " jupyter-iframe-commands@^0.1.0 , jupyter-iframe-commands@workspace:packages/extension " :
5924
5924
version : 0.0.0-use.local
5925
5925
resolution : " jupyter-iframe-commands@workspace:packages/extension"
5926
5926
dependencies :
You can’t perform that action at this time.
0 commit comments