File tree Expand file tree Collapse file tree 5 files changed +11
-58
lines changed Expand file tree Collapse file tree 5 files changed +11
-58
lines changed Original file line number Diff line number Diff line change 3535 r"^\.(github)/"
3636 # Exclude images.
3737 r"|\.(?:png|jpg|jpeg|gif|ttf|woff|otf|eot|woff2|ico|svg)$"
38+ # Exclude tgz files
39+ r"|\.(?:tgz)$"
3840 # Exclude files, because they make it obvious which product they relate to.
3941 r"|(LICENSE|NOTICES|CODE_OF_CONDUCT\.md|README\.md)$"
4042 # Exclude files, because they do not support comments
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "dependencies" : {
77 "@bokeh/bokehjs" : " ^3.7.3" ,
8+ "@streamlit/component-v2-lib" : " ./streamlit-component-v2-lib-0.1.0.tgz" ,
89 "color2k" : " ^2.0.3" ,
910 "react" : " ^18.3.1" ,
1011 "react-dom" : " ^18.3.1" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -507,6 +507,13 @@ __metadata:
507507 languageName : node
508508 linkType : hard
509509
510+ " @streamlit/component-v2-lib@file:./streamlit-component-v2-lib-0.1.0.tgz::locator=streamlit_bokeh%40workspace%3A. " :
511+ version : 0.1.0
512+ resolution : " @streamlit/component-v2-lib@file:./streamlit-component-v2-lib-0.1.0.tgz#./streamlit-component-v2-lib-0.1.0.tgz::hash=a30113&locator=streamlit_bokeh%40workspace%3A."
513+ checksum : 10c0/7b5deb3f409bbcbf0c19fabc0869a5500f1a0ca27bc24c9a316de6c7b6f4e2b445e4967e82bfff7e96feddc3d57175336464820e1baaa1da208e1a360120bd31
514+ languageName : node
515+ linkType : hard
516+
510517" @swc/core-darwin-arm64@npm:1.12.7 " :
511518 version : 1.12.7
512519 resolution : " @swc/core-darwin-arm64@npm:1.12.7"
@@ -2857,6 +2864,7 @@ __metadata:
28572864 resolution : " streamlit_bokeh@workspace:."
28582865 dependencies :
28592866 " @bokeh/bokehjs " : " npm:^3.7.3"
2867+ " @streamlit/component-v2-lib " : ./streamlit-component-v2-lib-0.1.0.tgz
28602868 " @types/jest " : " npm:^24.0.0"
28612869 " @types/lodash " : " npm:^4.14.150"
28622870 " @types/node " : " npm:^22.14.1"
You can’t perform that action at this time.
0 commit comments