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
package/browser/package.json
CHANGED
|
@@ -2517,7 +2517,17 @@ class RealtimeCore {
|
|
|
2517
2517
|
/* */
|
|
2518
2518
|
/* */
|
|
2519
2519
|
//#endregion
|
|
2520
|
-
let
|
|
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 {
|