File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/modules/redesign/parsers Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " lss-manager-v4" ,
3- "version" : " 4.7.12+20251219.0606 " ,
3+ "version" : " 4.7.12+20251219.1558 " ,
44 "license" : " CC-BY-NC-SA-4.0" ,
55 "scripts" : {
66 "quickbuild" : " ./build/build.sh --quick" ,
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export default <RedesignParser<ProfileWindow>>(async ({
123123 buildings : await fetch ( `/building/buildings_json?user_to_load_id=${ id } ` )
124124 . then ( res => res . json ( ) )
125125 . then < Building [ ] > ( p => p . buildings ?? [ ] )
126- . then ( b => b . filter ( ( { user_id} ) => user_id === id ) ) ,
126+ . then ( b => b . filter ( ( { user_id } ) => user_id === id ) ) ,
127127 ignored : ! ! doc . querySelector < HTMLAnchorElement > (
128128 'a[href^="/ignoriert/entfernen/"]'
129129 ) ,
Original file line number Diff line number Diff line change @@ -4356,11 +4356,11 @@ __metadata:
43564356 linkType : hard
43574357
43584358" baseline-browser-mapping@npm:^2.9.0 " :
4359- version : 2.9.10
4360- resolution : " baseline-browser-mapping@npm:2.9.10 "
4359+ version : 2.9.11
4360+ resolution : " baseline-browser-mapping@npm:2.9.11 "
43614361 bin :
43624362 baseline-browser-mapping : dist/cli.js
4363- checksum : 10c0/e8021a03d7ec00583c83054993a7192dae5065b25de2b2763420116553aeff8297e5ad643c94549f2310f436df0511ade80c7a889251c03af11e68eecbff1fae
4363+ checksum : 10c0/eba49fcc1b33ab994aeeb73a4848f2670e06a0886dd5b903689ae6f60d47e7f1bea9262dbb2548c48179e858f7eda2b82ddf941ae783b862f4dcc51085a246f2
43644364 languageName : node
43654365 linkType : hard
43664366
You can’t perform that action at this time.
0 commit comments