chain-client-sdk-dart/pubspec.yaml
flemming-it db13bdb4a7
Some checks failed
Security / Security check (push) Failing after 1s
feat(client): reloadAuth() wrapper
Studio + pilot apps can now trigger a hub-side TokenStore
swap without restarting the daemon:

  await client.reloadAuth();  // returns new token count

Throws when the new config is invalid; the existing store
stays in place server-side so a botched rotation can't lock
the operator out.

Bindings regenerated for the new
HubAdmin.ReloadAuth + ReloadAuthResponse + LoggedEvent
.caller_name proto additions.

dart analyze clean; dart test green (4 tests).

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-05-29 18:40:20 +02:00

17 lines
371 B
YAML

name: fai_client_sdk
description: gRPC client SDK for the F∆I Platform hub. Used by F∆I Studio and Tier-3 domain apps.
version: 0.17.1
publish_to: 'none'
repository: https://git.flemming.ai/fai/client-sdk-dart
environment:
sdk: ^3.11.0-200.1.beta
dependencies:
grpc: ^5.0.0
protobuf: ^6.0.0
fixnum: ^1.1.0
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6