perf: http body;perf: create by json;perf: create by curl (#3570)
* perf: http body * feat: create app by json (#3557) * feat: create app by json * fix build * perf: create by json;perf: create by curl * fix: ts --------- Co-authored-by: heheer <heheer@sealos.io>
Showing
packages/global/common/string/http.ts
0 → 100644
| ... | @@ -14,7 +14,8 @@ | ... | @@ -14,7 +14,8 @@ |
| "openai": "4.61.0", | "openai": "4.61.0", | ||
| "openapi-types": "^12.1.3", | "openapi-types": "^12.1.3", | ||
| "json5": "^2.2.3", | "json5": "^2.2.3", | ||
| "timezones-list": "^3.0.2" | "timezones-list": "^3.0.2", | ||
| "@bany/curl-to-json": "^1.2.8" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/js-yaml": "^4.0.9", | "@types/js-yaml": "^4.0.9", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -10,7 +10,6 @@ | ... | @@ -10,7 +10,6 @@ |
| "test": "jest" | "test": "jest" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@bany/curl-to-json": "^1.2.8", | |||
| "@chakra-ui/anatomy": "2.2.1", | "@chakra-ui/anatomy": "2.2.1", | ||
| "@chakra-ui/icons": "2.1.1", | "@chakra-ui/icons": "2.1.1", | ||
| "@chakra-ui/next-js": "2.1.5", | "@chakra-ui/next-js": "2.1.5", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment