65fc17a516
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
643 B
YAML
25 lines
643 B
YAML
name: shorebird_code_push_protocol
|
|
description: Library which contains common interfaces used by Shorebird CodePush
|
|
version: 0.1.0+1
|
|
repository: https://github.com/shorebirdtech/shorebird
|
|
resolution: workspace
|
|
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.9.0 <4.0.0"
|
|
|
|
dependencies:
|
|
collection: ^1.19.1
|
|
meta: ^1.16.0
|
|
|
|
dev_dependencies:
|
|
mocktail: ^1.0.5
|
|
# Only used by `tool/gen.dart` to regenerate lib/src/ from the OpenAPI
|
|
# spec. Pinned to a git commit until space_gen publishes to pub.dev.
|
|
space_gen:
|
|
git:
|
|
url: https://github.com/eseidel/space_gen.git
|
|
ref: 58b4410a9b25bf58e3f76a4ae979cad52d4909cc
|
|
test: ^1.31.1
|