tnp-helpers 21.0.2 → 21.0.3

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.
@@ -18,4 +18,4 @@ export declare const PROJECT_NPM_NAME = "tnp-helpers";
18
18
  /**
19
19
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
20
20
  */
21
- export declare const CURRENT_PACKAGE_VERSION = "21.0.2";
21
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.3";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-helpers/browser",
3
- "version": "21.0.2",
3
+ "version": "21.0.3",
4
4
  "module": "fesm2022/tnp-helpers.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766323445822 = dummy1766323445822;
4
- function dummy1766323445822() { }
3
+ exports.dummy1766327569467 = dummy1766327569467;
4
+ function dummy1766327569467() { }
5
5
  //# sourceMappingURL=not-assignable-port.entity.js.map
@@ -2,7 +2,7 @@ import { Taon } from 'taon';
2
2
  export type PortStatus = 'unassigned' | 'assigned' | 'assigned-not-registered' | 'assigned-taken-by-os';
3
3
  export declare const PortStatusArr: PortStatus[];
4
4
  export declare class Port extends Taon.Base.Entity {
5
- static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList' | 'relation' | 'relations'>): Port & Omit<Port, "_" | "version" | "clone" | "titleOnList" | "relation" | "relations">;
5
+ static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList' | 'relation' | 'relations'>): Port & Omit<Port, "_" | "version" | "relation" | "relations" | "clone" | "titleOnList">;
6
6
  static getTitleForFreePort(port: Number): string;
7
7
  get titleOnList(): string;
8
8
  port: number;
@@ -1 +1,19 @@
1
- export declare const TaonPortsContextTemplate: any;
1
+ export declare const TaonPortsContextTemplate: () => {
2
+ readonly contextName: string;
3
+ readonly appId: string;
4
+ cloneAsRemote: (cloneOpt?: {
5
+ overrideRemoteHost?: string;
6
+ }) => /*elided*/ any;
7
+ cloneAsNormal: (cloneOpt?: {
8
+ overrideHost?: string;
9
+ }) => /*elided*/ any;
10
+ __ref(): Promise<import("taon").EndpointContext>;
11
+ readonly __refSync: import("taon").EndpointContext;
12
+ getClassInstance<T>(ctor: new (...args: any[]) => T): T;
13
+ getClass<T>(ctor: new (...args: any[]) => T): new (...args: any[]) => T;
14
+ initialize: (overrideOptions?: import("taon").Models.TaonInitializeParams) => Promise<import("taon").EndpointContext>;
15
+ readonly realtime: {
16
+ readonly client: import("taon/source/realtime/realtime-client").RealtimeClient;
17
+ readonly server: import("taon/source/realtime/realtime-server").RealtimeServer;
18
+ };
19
+ };
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "tnp-helpers";
17
17
  /**
18
18
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
19
  */
20
- export declare const CURRENT_PACKAGE_VERSION = "21.0.2";
20
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.3";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'tnp-helpers';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '21.0.2';
24
+ exports.CURRENT_PACKAGE_VERSION = '21.0.3';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766323446039 = dummy1766323446039;
4
- function dummy1766323446039() { }
3
+ exports.dummy1766327569659 = dummy1766327569659;
4
+ function dummy1766327569659() { }
5
5
  //# sourceMappingURL=angular.helper.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766323444575 = dummy1766323444575;
4
- function dummy1766323444575() { }
3
+ exports.dummy1766327568401 = dummy1766327568401;
4
+ function dummy1766327568401() { }
5
5
  //# sourceMappingURL=base-component.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766323444580 = dummy1766323444580;
4
- function dummy1766323444580() { }
3
+ exports.dummy1766327568405 = dummy1766327568405;
4
+ function dummy1766327568405() { }
5
5
  //# sourceMappingURL=base-formly-component.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1766323444588 = dummy1766323444588;
4
- function dummy1766323444588() { }
3
+ exports.dummy1766327568415 = dummy1766327568415;
4
+ function dummy1766327568415() { }
5
5
  //# sourceMappingURL=dual-component-ctrl.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-helpers",
3
- "version": "21.0.2",
3
+ "version": "21.0.3",
4
4
  "scripts": {
5
5
  "docs": "python3 -m mkdocs",
6
6
  "mkdocs": "python3 -m mkdocs",
@@ -27,7 +27,6 @@
27
27
  "private": false,
28
28
  "homepage": "https://github.com/darekf77/tnp-helpers#readme",
29
29
  "dependencies": {
30
- "tnp-models": "~21.0.0",
31
30
  "task.js": "^0.1.5",
32
31
  "json10-writer": "~21.0.0",
33
32
  "lowdb": "7.0.1",
@@ -7594,7 +7594,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
7594
7594
  /**
7595
7595
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
7596
7596
  */
7597
- const CURRENT_PACKAGE_VERSION = '21.0.2';
7597
+ const CURRENT_PACKAGE_VERSION = '21.0.3';
7598
7598
  // THIS FILE IS GENERATED - DO NOT MODIFY
7599
7599
 
7600
7600
  //#endregion