taon 19.0.52 → 19.0.53

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.
@@ -7,15 +7,12 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare abstract class BaseAngularsService {
9
9
  protected readonly currentContext: TaonContext;
10
- protected readonly CURRENT_HOST_BACKEND_PORT: number | undefined;
11
10
  constructor();
11
+ injectController<T>(ctor: new (...args: any[]) => T,
12
12
  /**
13
- * @deprecated
14
- * Returns the host URL for the backend service
15
- * that is running on localhost (normal NodeJS/ExpressJS mode).
13
+ * optional override context
16
14
  */
17
- get host(): string;
18
- injectController<T>(ctor: new (...args: any[]) => T): T;
15
+ overrideCurrentContext?: TaonContext): T;
19
16
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseAngularsService, never>;
20
17
  static ɵprov: i0.ɵɵInjectableDeclaration<BaseAngularsService>;
21
18
  }
@@ -65,7 +65,7 @@ export declare class EndpointContext {
65
65
  /**
66
66
  * Inside docker there is not need for https secure server
67
67
  */
68
- private isRunningInsideDocker;
68
+ readonly isRunningInsideDocker: boolean;
69
69
  constructor(originalConfig: Models.ContextOptions<any, any, any, any, any, any, any, any>, configFn: (env: any) => Models.ContextOptions<any, any, any, any, any, any, any, any>);
70
70
  init(options?: {
71
71
  initFromRecrusiveContextResovle?: boolean;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taon/websql",
3
- "version": "19.0.52",
3
+ "version": "19.0.53",
4
4
  "module": "fesm2022/taon.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {