mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
Update dependencies
This commit is contained in:
@@ -297,7 +297,7 @@ class Curl extends Equatable {
|
||||
|
||||
void appendCont(String seg) {
|
||||
cmd += '\\';
|
||||
cmd += '\n ' + seg + ' ';
|
||||
cmd += '\n $seg ';
|
||||
}
|
||||
|
||||
// Headers
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: curl_parser
|
||||
description: Parse cURL command to Dart object and convert Dart object to cURL command.
|
||||
version: 0.1.3
|
||||
version: 0.1.4-dev
|
||||
homepage: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
||||
repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser
|
||||
issue_tracker: https://github.com/foss42/apidash/issues
|
||||
@@ -19,7 +19,8 @@ environment:
|
||||
dependencies:
|
||||
args: ^2.5.0
|
||||
equatable: ^2.0.5
|
||||
seed: ^0.0.3
|
||||
seed:
|
||||
path: ../seed
|
||||
shlex: ^2.0.2
|
||||
|
||||
dev_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user