Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit12effce

Browse files
authored
fix: change branch size max length to 200 (#195)
1 parent05dbcd0 commit12effce

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

‎packages/bundlemon-markdown-output/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"bytes":"^3.1.0",
30-
"bundlemon-utils":"^1.2.0"
30+
"bundlemon-utils":"^1.2.1"
3131
},
3232
"devDependencies": {
3333
"@types/bytes":"^3.1.0",

‎packages/bundlemon-utils/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"bundlemon-utils",
3-
"version":"1.2.0",
3+
"version":"1.2.1",
44
"description":"",
55
"keywords": [],
66
"author":"Liron Er",

‎packages/bundlemon-utils/src/types.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface CommitRecordPayload {
3939
groups:FileDetails[];
4040
/**
4141
*@minLength 1
42-
*@maxLength100
42+
*@maxLength200
4343
*/
4444
branch:string;
4545
/**
@@ -50,7 +50,7 @@ export interface CommitRecordPayload {
5050
commitSha:string;
5151
/**
5252
*@minLength 1
53-
*@maxLength100
53+
*@maxLength200
5454
*/
5555
baseBranch?:string;
5656
/**

‎packages/bundlemon/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"axios":"^1.1.3",
3939
"axios-retry":"^3.3.1",
4040
"brotli-size":"^4.0.0",
41-
"bundlemon-utils":"^1.2.0",
41+
"bundlemon-utils":"^1.2.1",
4242
"bytes":"^3.1.2",
4343
"chalk":"^4.0.0",
4444
"commander":"^9.4.0",

‎service/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@octokit/auth-app":"^6.0.0",
2727
"@octokit/rest":"^20.0.1",
2828
"bundlemon-markdown-output":"^1.0.0",
29-
"bundlemon-utils":"^1.2.0",
29+
"bundlemon-utils":"^1.2.1",
3030
"bytes":"^3.1.2",
3131
"env-var":"^7.3.1",
3232
"fastify":"^4.21.0",

‎website/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@mui/icons-material":"^5.14.13",
1919
"@mui/lab":"^5.0.0-alpha.148",
2020
"@mui/material":"^5.14.13",
21-
"bundlemon-utils":"^1.2.0",
21+
"bundlemon-utils":"^1.2.1",
2222
"material-react-table":"^1.15.0",
2323
"mobx":"^6.10.2",
2424
"mobx-react-lite":"^4.0.5",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp