tnp-helpers 19.0.15 → 19.0.17
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/tnp-helpers.mjs +1 -1
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/client/fesm2022/tnp-helpers.mjs +1 -1
- package/client/fesm2022/tnp-helpers.mjs.map +1 -1
- package/client/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/client/lib/build-info._auto-generated_.d.ts +1 -1
- package/client/package.json +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-udp-ports.context.d.ts +2 -2
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/old/base-component.js +2 -2
- package/lib/old/base-formly-component.js +2 -2
- package/lib/old/dual-component-ctrl.js +2 -2
- package/package.json +19 -2
- package/tmp-environment.json +6 -6
- package/websql/fesm2022/tnp-helpers.mjs +1 -1
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { Taon } from 'taon/browser';
|
|
|
3
3
|
export type PortStatus = 'unassigned' | 'assigned' | 'assigned-not-registered' | 'assigned-taken-by-os';
|
|
4
4
|
export declare const PortStatusArr: PortStatus[];
|
|
5
5
|
export declare class Port extends Taon.Base.Entity {
|
|
6
|
-
static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList' | 'relation' | 'relations'>): Port & Omit<Port, "
|
|
6
|
+
static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList' | 'relation' | 'relations'>): Port & Omit<Port, "_" | "version" | "clone" | "titleOnList" | "relation" | "relations">;
|
|
7
7
|
static getTitleForFreePort(port: Number): string;
|
|
8
8
|
get titleOnList(): string;
|
|
9
9
|
port: number;
|
package/client/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1747784078650 = dummy1747784078650;
|
|
4
|
+
function dummy1747784078650() { }
|
|
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" | "
|
|
5
|
+
static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList' | 'relation' | 'relations'>): Port & Omit<Port, "_" | "version" | "clone" | "titleOnList" | "relation" | "relations">;
|
|
6
6
|
static getTitleForFreePort(port: Number): string;
|
|
7
7
|
get titleOnList(): string;
|
|
8
8
|
port: number;
|
|
@@ -19,7 +19,7 @@ export declare const PortsContextTemplate: () => {
|
|
|
19
19
|
onlyMigrationRevertToTimestamp?: number;
|
|
20
20
|
}) => Promise<import("taon").EndpointContext>;
|
|
21
21
|
readonly realtime: {
|
|
22
|
-
readonly client: import("taon/
|
|
23
|
-
readonly server: import("taon/
|
|
22
|
+
readonly client: import("taon/lib/realtime/realtime-client").RealtimeClient;
|
|
23
|
+
readonly server: import("taon/lib/realtime/realtime-server").RealtimeServer;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
|
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
5
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6
6
|
exports.PROJECT_NPM_NAME = 'tnp-helpers';
|
|
7
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
|
7
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.17';
|
|
8
8
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
9
9
|
//# 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.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1747784078772 = dummy1747784078772;
|
|
4
|
+
function dummy1747784078772() { }
|
|
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.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1747784078224 = dummy1747784078224;
|
|
4
|
+
function dummy1747784078224() { }
|
|
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.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1747784078226 = dummy1747784078226;
|
|
4
|
+
function dummy1747784078226() { }
|
|
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.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1747784078230 = dummy1747784078230;
|
|
4
|
+
function dummy1747784078230() { }
|
|
5
5
|
//# sourceMappingURL=dual-component-ctrl.js.map
|
package/package.json
CHANGED
|
@@ -1,9 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnp-helpers",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.17",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"docs": "python3 -m mkdocs",
|
|
6
|
-
"mkdocs": "python3 -m mkdocs"
|
|
6
|
+
"mkdocs": "python3 -m mkdocs",
|
|
7
|
+
"taon init": "taon init",
|
|
8
|
+
"taon start": "taon start",
|
|
9
|
+
"taon build:lib": "taon build:lib",
|
|
10
|
+
"taon build:watch:lib": "taon build:watch:lib",
|
|
11
|
+
"taon build:watch:app": "taon build:watch:app",
|
|
12
|
+
"taon build:watch:electron": "taon build:watch:electron",
|
|
13
|
+
"taon docs": "taon docs",
|
|
14
|
+
"taon docs:watch": "taon docs:watch",
|
|
15
|
+
"taon clear": "taon clear",
|
|
16
|
+
"taon release": "taon release",
|
|
17
|
+
"taon release:auto": "taon release:auto",
|
|
18
|
+
"taon release:install:locally": "taon release:install:locally",
|
|
19
|
+
"taon migration:create": "taon migration:create",
|
|
20
|
+
"taon migration:run": "taon migration:run",
|
|
21
|
+
"taon migration:revert": "taon migration:revert",
|
|
22
|
+
"taon vscode:temp:show": "taon vscode:temp:show",
|
|
23
|
+
"taon vscode:temp:hide": "taon vscode:temp:hide"
|
|
7
24
|
},
|
|
8
25
|
"license": "MIT",
|
|
9
26
|
"author": "",
|
package/tmp-environment.json
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"only": []
|
|
10
10
|
},
|
|
11
11
|
"ports": {
|
|
12
|
-
"ngNormalAppPort":
|
|
13
|
-
"ngWebsqlAppPort":
|
|
14
|
-
"nodeBeAppPort":
|
|
12
|
+
"ngNormalAppPort": 4241,
|
|
13
|
+
"ngWebsqlAppPort": 4242,
|
|
14
|
+
"nodeBeAppPort": 4121
|
|
15
15
|
},
|
|
16
16
|
"init": {},
|
|
17
17
|
"build": {
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"releaseType": "manual",
|
|
31
31
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
32
32
|
"envName": "__",
|
|
33
|
-
"resolvedNewVersion": "19.0.
|
|
33
|
+
"resolvedNewVersion": "19.0.17"
|
|
34
34
|
},
|
|
35
35
|
"copyToManager": {},
|
|
36
36
|
"buildInfo": {
|
|
37
|
-
"date": "2025-05-
|
|
38
|
-
"hash": "
|
|
37
|
+
"date": "2025-05-20T23:27:21.000Z",
|
|
38
|
+
"hash": "50f52e3eb6c5983e3edf5922c7836af21be7b63c"
|
|
39
39
|
},
|
|
40
40
|
"currentProjectName": "tnp-helpers",
|
|
41
41
|
"currentProjectType": "isomorphic-lib",
|
|
@@ -5827,7 +5827,7 @@ class PortsWorker extends BaseCliWorker {
|
|
|
5827
5827
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5828
5828
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
5829
5829
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
5830
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
5830
|
+
const CURRENT_PACKAGE_VERSION = '19.0.17';
|
|
5831
5831
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5832
5832
|
|
|
5833
5833
|
//#endregion
|