Skip to content

Commit 02593d8

Browse files
committed
feat(new tool): curl converter
Generate curl version for common coding languages Fix CorentinTh#830
1 parent b430bae commit 02593d8

File tree

9 files changed

+394
-10
lines changed

9 files changed

+394
-10
lines changed

components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ declare module '@vue/runtime-core' {
6464
'CTextCopyable.demo': typeof import('./src/ui/c-text-copyable/c-text-copyable.demo.vue')['default']
6565
CTooltip: typeof import('./src/ui/c-tooltip/c-tooltip.vue')['default']
6666
'CTooltip.demo': typeof import('./src/ui/c-tooltip/c-tooltip.demo.vue')['default']
67+
CurlConverter: typeof import('./src/tools/curl-converter/curl-converter.vue')['default']
6768
DateTimeConverter: typeof import('./src/tools/date-time-converter/date-time-converter.vue')['default']
6869
'DemoHome.page': typeof import('./src/ui/demo/demo-home.page.vue')['default']
6970
DemoWrapper: typeof import('./src/ui/demo/demo-wrapper.vue')['default']

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"cron-validator": "^1.3.1",
5656
"cronstrue": "^2.26.0",
5757
"crypto-js": "^4.1.1",
58+
"curlconverter": "^4.10.1",
5859
"date-fns": "^2.29.3",
5960
"dompurify": "^3.0.6",
6061
"emojilib": "^3.0.10",
@@ -133,6 +134,7 @@
133134
"unplugin-vue-components": "^0.25.0",
134135
"vite": "^4.4.9",
135136
"vite-plugin-pwa": "^0.16.0",
137+
"vite-plugin-top-level-await": "^1.4.2",
136138
"vite-plugin-vue-markdown": "^0.23.5",
137139
"vite-svg-loader": "^4.0.0",
138140
"vitest": "^0.34.0",

0 commit comments

Comments
 (0)