fix(client): add missing session package for Bert.alert()
Some checks failed
build-image / build (push) Failing after 3m10s

themeteorchef:bert's Bert.alert() calls Session.set('bertAlert', ...)
internally, but the session package was never declared in
.meteor/packages — only reactive-var/tracker were. Every Bert.alert()
call (subscribe/unsubscribe success and error paths, ViewSubscription,
SubscriptionEditor) threw "ReferenceError: Session is not defined",
which crashed the DDP method result callback and silently ate whatever
UI update was supposed to happen next.
This commit is contained in:
vjrj 2026-07-30 11:31:53 +02:00
parent 775461f7b2
commit 685af89f20
2 changed files with 2 additions and 0 deletions

View file

@ -98,6 +98,7 @@ retry@1.1.1
reywood:publish-composite@1.6.0
routepolicy@1.1.2
service-configuration@1.3.5
session@1.2.3
sha@1.0.10
shell-server@0.6.1
simple:json-routes@3.0.0