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.
- package/browser/fesm2022/taon-browser.mjs +11 -1
- package/browser/fesm2022/taon-browser.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser-prod/fesm2022/taon-browser.mjs +11 -1
- package/browser-prod/fesm2022/taon-browser.mjs.map +1 -1
- package/browser-prod/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/endpoint-context.d.ts +1 -1
- package/lib/endpoint-context.js +11 -6
- package/lib/endpoint-context.js.map +1 -1
- package/lib/package.json +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib-prod/build-info._auto-generated_.ts +1 -1
- package/lib-prod/endpoint-context.ts +12 -7
- package/lib-prod/package.json +1 -1
- package/lib-prod/ui/index.ts +1 -1
- package/lib-prod/ui/taon-admin-mode-configuration/index.ts +1 -1
- package/package.json +1 -1
- package/websql/fesm2022/taon-websql.mjs +11 -1
- package/websql/fesm2022/taon-websql.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql-prod/fesm2022/taon-websql.mjs +11 -1
- package/websql-prod/fesm2022/taon-websql.mjs.map +1 -1
- package/websql-prod/package.json +1 -1
|
@@ -2524,7 +2524,17 @@ class RealtimeCore {
|
|
|
2524
2524
|
/* */
|
|
2525
2525
|
/* */
|
|
2526
2526
|
//#endregion
|
|
2527
|
-
let
|
|
2527
|
+
let bodyParser;
|
|
2528
|
+
let cookieParser;
|
|
2529
|
+
let cors;
|
|
2530
|
+
let express;
|
|
2531
|
+
let methodOverride;
|
|
2532
|
+
let expressSession;
|
|
2533
|
+
/* */
|
|
2534
|
+
/* */
|
|
2535
|
+
/* */
|
|
2536
|
+
/* */
|
|
2537
|
+
/* */
|
|
2528
2538
|
/* */
|
|
2529
2539
|
/* */
|
|
2530
2540
|
class EndpointContext {
|