2021-09-11 13:46:31 +00:00
|
|
|
name: belatuk_pub_sub
|
2023-12-12 01:30:25 +00:00
|
|
|
version: 6.2.0
|
2021-09-11 13:46:31 +00:00
|
|
|
description: Keep application instances in sync with a simple pub/sub API.
|
|
|
|
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pub_sub
|
|
|
|
environment:
|
2023-05-15 16:04:04 +00:00
|
|
|
sdk: '>=3.0.0 <4.0.0'
|
2021-09-11 13:46:31 +00:00
|
|
|
dependencies:
|
|
|
|
json_rpc_2: ^3.0.0
|
|
|
|
stream_channel: ^2.1.0
|
2023-09-23 03:02:18 +00:00
|
|
|
uuid: ^4.0.0
|
2023-05-15 16:04:04 +00:00
|
|
|
collection: ^1.17.0
|
2021-09-11 13:46:31 +00:00
|
|
|
dev_dependencies:
|
2023-05-15 16:04:04 +00:00
|
|
|
test: ^1.24.0
|
2023-11-16 15:52:43 +00:00
|
|
|
lints: ^3.0.0
|