Skip to content

Commit fe29cdf

Browse files
authored
Merge pull request #1480 from nextcloud/update-master-version
2 parents a4e8f5f + 9e4fe32 commit fe29cdf

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

β€Ž.github/workflows/npm-audit-fix.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
24+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2525

2626
name: npm-audit-fix-${{ matrix.branches }}
2727

β€Ž.github/workflows/update-nextcloud-ocp.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
23+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2424

2525
name: update-nextcloud-ocp-${{ matrix.branches }}
2626

β€Žappinfo/info.xmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Log Reader</name>
1111
<summary>A log reader for Nextcloud</summary>
1212
<description>Log reader for Nextcloud</description>
13-
<version>4.0.0</version>
13+
<version>5.0.0-dev.0</version>
1414
<licence>agpl</licence>
1515
<author>Robin Appelman</author>
1616
<author>Ferdinand Thiessen</author>
@@ -30,7 +30,7 @@
3030
</screenshot>
3131

3232
<dependencies>
33-
<nextcloud min-version="31" max-version="31" />
33+
<nextcloud min-version="32" max-version="32" />
3434
</dependencies>
3535

3636
<commands>
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/*! third party licenses: js/vendor.LICENSE.txt */
2-
import{g as h}from"./logreader-main.mjs";var l=function(a){for(var c=0,n=1,o=2,b=3,e=c,s=0,u=null,t=[],r=0;r<a.length;++r)switch(e){case c:switch(a[r]){case"{":++s,e=n,u=r;break}break;case n:switch(a[r]){case"{":++s;break;case"}":--s,s===0&&(e=c,t.push({start:u,end:r+1}));break;case'"':e=o;break}break;case o:switch(a[r]){case'"':e=n;break;case"\\":e=b;break}break;case b:e=o;break}var i={jsons:[],remainder:a.substring(t[t.length-1].end)};return t.forEach(function(k){i.jsons.push(a.substring(k.start,k.end))}),i};const d=h(l),g=Object.freeze(Object.defineProperty({__proto__:null,default:d},Symbol.toStringTag,{value:"Module"}));export{g as S};
2+
import{g as d}from"./logreader-main.mjs";var h=function(a){for(var c=0,n=1,o=2,b=3,e=c,s=0,u=null,t=[],r=0;r<a.length;++r)switch(e){case c:switch(a[r]){case"{":++s,e=n,u=r;break}break;case n:switch(a[r]){case"{":++s;break;case"}":--s,s===0&&(e=c,t.push({start:u,end:r+1}));break;case'"':e=o;break}break;case o:switch(a[r]){case'"':e=n;break;case"\\":e=b;break}break;case b:e=o;break}var i={jsons:[],remainder:a.substring(t[t.length-1].end)};return t.forEach(function(k){i.jsons.push(a.substring(k.start,k.end))}),i};const l=d(h),g=Object.freeze(Object.defineProperty({__proto__:null,default:l},Symbol.toStringTag,{value:"Module"}));export{g as S};
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/logreader-main.mjsβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@
9292
"browserslist": [
9393
"extends @nextcloud/browserslist-config"
9494
],
95-
"version": "4.0.0"
95+
"version": "5.0.0-dev.0"
9696
}

0 commit comments

Comments
Β (0)