Skip to content

Commit

Permalink
docs: Set the description short.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jan 19, 2023
1 parent 1a9c546 commit 9bc17f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/katana_functions/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,14 @@ packages:
name: katana
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.10+1"
version: "0.15.10+2"
katana_functions:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.1.2"
version: "1.1.6"
lints:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_functions/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ packages:
name: katana
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.10+1"
version: "0.15.10+2"
matcher:
dependency: transitive
description:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023 mathru. All rights reserved.

/// Provides an adapter for use with Firebase Functions. Provides an interface to execute server-side processing in a type-safe manner. Actual processing on the server side is done by importing a separate adapter.
/// Provides an adapter for use with Firebase Functions. Provides an interface to execute server-side processing in a type-safe manner.
///
/// To use, import `package:katana_functions_firebase/katana_functions_firebase.dart`.
///
Expand Down
6 changes: 3 additions & 3 deletions packages/katana_functions_firebase/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,21 +197,21 @@ packages:
name: katana
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.10+1"
version: "0.15.10+2"
katana_firebase:
dependency: "direct main"
description:
name: katana_firebase
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.4"
version: "1.1.5"
katana_functions:
dependency: "direct main"
description:
name: katana_functions
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.3"
version: "1.1.6"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_functions_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: katana_functions_firebase
description: Provides an adapter for use with Firebase Functions. Provides an interface to execute server-side processing in a type-safe manner. Actual processing on the server side is done by importing a separate adapter.
description: Provides an adapter for use with Firebase Functions. Provides an interface to execute server-side processing in a type-safe manner.
version: 1.1.7
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_functions_firebase
Expand Down

0 comments on commit 9bc17f6

Please sign in to comment.