tnp-helpers 19.0.72 → 19.0.73

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 = "19.0.72";
21
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.73";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-helpers/browser",
3
- "version": "19.0.72",
3
+ "version": "19.0.73",
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.dummy1765042856150 = dummy1765042856150;
4
- function dummy1765042856150() { }
3
+ exports.dummy1765050175162 = dummy1765050175162;
4
+ function dummy1765050175162() { }
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" | "relation" | "relations" | "titleOnList">;
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;
@@ -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 = "19.0.72";
20
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.73";
@@ -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 = '19.0.72';
24
+ exports.CURRENT_PACKAGE_VERSION = '19.0.73';
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.dummy1765042856295 = dummy1765042856295;
4
- function dummy1765042856295() { }
3
+ exports.dummy1765050175311 = dummy1765050175311;
4
+ function dummy1765050175311() { }
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.dummy1765042855333 = dummy1765042855333;
4
- function dummy1765042855333() { }
3
+ exports.dummy1765050174332 = dummy1765050174332;
4
+ function dummy1765050174332() { }
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.dummy1765042855336 = dummy1765042855336;
4
- function dummy1765042855336() { }
3
+ exports.dummy1765050174336 = dummy1765050174336;
4
+ function dummy1765050174336() { }
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.dummy1765042855343 = dummy1765042855343;
4
- function dummy1765042855343() { }
3
+ exports.dummy1765050174343 = dummy1765050174343;
4
+ function dummy1765050174343() { }
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": "19.0.72",
3
+ "version": "19.0.73",
4
4
  "scripts": {
5
5
  "docs": "python3 -m mkdocs",
6
6
  "mkdocs": "python3 -m mkdocs",
@@ -26,7 +26,14 @@
26
26
  "author": "Dariusz Filipiak",
27
27
  "private": false,
28
28
  "homepage": "https://github.com/darekf77/tnp-helpers#readme",
29
- "dependencies": {},
29
+ "dependencies": {
30
+ "tnp-models": "~19.0.0",
31
+ "task.js": "^0.1.5",
32
+ "json10-writer": "~19.0.0",
33
+ "lowdb": "7.0.1",
34
+ "typescript": "5.7.2",
35
+ "incremental-compiler": "~19.0.0"
36
+ },
30
37
  "description": "Description for tnp-helpers. Hello world!",
31
38
  "main": "dist/app.electron.js",
32
39
  "optionalDependencies": {},
@@ -7436,7 +7436,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
7436
7436
  /**
7437
7437
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
7438
7438
  */
7439
- const CURRENT_PACKAGE_VERSION = '19.0.72';
7439
+ const CURRENT_PACKAGE_VERSION = '19.0.73';
7440
7440
  // THIS FILE IS GENERATED - DO NOT MODIFY
7441
7441
 
7442
7442
  //#endregion