From 8353de1626f82cfd356f881abfbb501e07763633 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 4 Mar 2024 15:44:50 -0800 Subject: [PATCH 1/2] Include a description and version number in web_socket pubspec --- pkgs/web_socket/pubspec.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/web_socket/pubspec.yaml b/pkgs/web_socket/pubspec.yaml index f2ad2e24a5..78ec62ed26 100644 --- a/pkgs/web_socket/pubspec.yaml +++ b/pkgs/web_socket/pubspec.yaml @@ -1,8 +1,9 @@ name: web_socket -description: "TODO: enter a descirption here" +description: >- + Any easy-to-use library for communicating with WebSockets + that has multiple implementations. repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket - -publish_to: none +version: 0.1.0 environment: sdk: ^3.3.0 From 0b773c3cf7b5614795af76c438cbe557716ae85a Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 4 Mar 2024 16:24:35 -0800 Subject: [PATCH 2/2] Update pubspec.yaml --- pkgs/web_socket/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/web_socket/pubspec.yaml b/pkgs/web_socket/pubspec.yaml index 78ec62ed26..f3f89809e6 100644 --- a/pkgs/web_socket/pubspec.yaml +++ b/pkgs/web_socket/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Any easy-to-use library for communicating with WebSockets that has multiple implementations. repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket -version: 0.1.0 +version: 0.1.0-wip environment: sdk: ^3.3.0