taon 21.0.51 → 21.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/browser",
3
- "version": "21.0.51",
3
+ "version": "21.0.52",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -2517,7 +2517,17 @@ class RealtimeCore {
2517
2517
  /* */
2518
2518
  /* */
2519
2519
  //#endregion
2520
- let express = {};
2520
+ let bodyParser;
2521
+ let cookieParser;
2522
+ let cors;
2523
+ let express;
2524
+ let methodOverride;
2525
+ let expressSession;
2526
+ /* */
2527
+ /* */
2528
+ /* */
2529
+ /* */
2530
+ /* */
2521
2531
  /* */
2522
2532
  /* */
2523
2533
  class EndpointContext {