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 35
35
r"^\.(github)/"
36
36
# Exclude images.
37
37
r"|\.(?:png|jpg|jpeg|gif|ttf|woff|otf|eot|woff2|ico|svg)$"
38
+ # Exclude tgz files
39
+ r"|\.(?:tgz)$"
38
40
# Exclude files, because they make it obvious which product they relate to.
39
41
r"|(LICENSE|NOTICES|CODE_OF_CONDUCT\.md|README\.md)$"
40
42
# Exclude files, because they do not support comments
Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"dependencies" : {
7
7
"@bokeh/bokehjs" : " ^3.7.3" ,
8
+ "@streamlit/component-v2-lib" : " ./streamlit-component-v2-lib-0.1.0.tgz" ,
8
9
"color2k" : " ^2.0.3" ,
9
10
"react" : " ^18.3.1" ,
10
11
"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:
507
507
languageName : node
508
508
linkType : hard
509
509
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
+
510
517
" @swc/core-darwin-arm64@npm:1.12.7 " :
511
518
version : 1.12.7
512
519
resolution : " @swc/core-darwin-arm64@npm:1.12.7"
@@ -2857,6 +2864,7 @@ __metadata:
2857
2864
resolution : " streamlit_bokeh@workspace:."
2858
2865
dependencies :
2859
2866
" @bokeh/bokehjs " : " npm:^3.7.3"
2867
+ " @streamlit/component-v2-lib " : ./streamlit-component-v2-lib-0.1.0.tgz
2860
2868
" @types/jest " : " npm:^24.0.0"
2861
2869
" @types/lodash " : " npm:^4.14.150"
2862
2870
" @types/node " : " npm:^22.14.1"
You can’t perform that action at this time.
0 commit comments