Skip to content

Commit 1df768d

Browse files
authored
[fix] [sdk] upgrade form-data version (#13)
* doc: readme ci badge * ci: remove workflow_dispatch * fix(cozeloop-ai): upgrade form-data dep
1 parent d93255a commit 1df768d

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: ['ci/**', 'main']
66
pull_request:
77
branches: ['main']
8-
workflow_dispatch:
98

109
jobs:
1110
build:

.github/workflows/semantic-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
style
3333
test
3434
chore
35+
bump
3536
# sdk: cozeloop-ai, cozeloop-langchain, etc
3637
# infra: rush update, {eslint,ts,vitest}-config, prettier etc
3738
# tools: ci-tools, etc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CozeLoop Monorepo
22

33
[![codecov](https://codecov.io/gh/coze-dev/cozeloop-js/branch/main/graph/badge.svg)](https://codecov.io/gh/coze-dev/cozeloop-js)
4-
[![CI](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yml)
4+
[![CI](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yaml/badge.svg)](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yaml)
55

66
English | [简体中文](./README.zh-CN.md)
77

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CozeLoop Monorepo
22

33
[![codecov](https://codecov.io/gh/coze-dev/cozeloop-js/branch/main/graph/badge.svg)](https://codecov.io/gh/coze-dev/cozeloop-js)
4-
[![CI](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yml)
4+
[![CI](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yaml/badge.svg)](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yaml)
55

66
[English](./README.md) | 简体中文
77

common/config/rush/pnpm-lock.yaml

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

packages/cozeloop-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@opentelemetry/sdk-node": "~0.57.2",
5555
"@opentelemetry/sdk-trace-base": "~1.30.1",
5656
"@opentelemetry/sdk-trace-node": "~1.30.1",
57-
"form-data": "^4.0.2",
57+
"form-data": "^4.0.4",
5858
"jsonwebtoken": "^9.0.2",
5959
"nanoid": "^3.x",
6060
"node-fetch": "^2.x",

0 commit comments

Comments
 (0)