tnp-config 19.0.18 → 19.0.20

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-config/browser",
3
- "version": "19.0.18",
3
+ "version": "19.0.20",
4
4
  "module": "fesm2022/tnp-config.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-config/client",
3
- "version": "19.0.18",
3
+ "version": "19.0.20",
4
4
  "module": "fesm2022/tnp-config.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const PROJECT_NPM_NAME = "tnp-config";
3
- export declare const CURRENT_PACKAGE_VERSION = "19.0.18";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.20";
@@ -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-config';
7
- exports.CURRENT_PACKAGE_VERSION = '19.0.18';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.20';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "tnp-config",
3
- "version": "19.0.18",
3
+ "version": "19.0.20",
4
4
  "scripts": {
5
- "taon init": "taon init",
6
- "taon start": "taon start",
7
5
  "taon build:lib": "taon build:lib",
8
- "taon build:watch:lib": "taon build:watch:lib",
9
6
  "taon build:watch:app": "taon build:watch:app",
10
7
  "taon build:watch:electron": "taon build:watch:electron",
8
+ "taon build:watch:lib": "taon build:watch:lib",
9
+ "taon clear": "taon clear",
11
10
  "taon docs": "taon docs",
12
11
  "taon docs:watch": "taon docs:watch",
13
- "taon clear": "taon clear",
12
+ "taon init": "taon init",
13
+ "taon migration:create": "taon migration:create",
14
+ "taon migration:revert": "taon migration:revert",
15
+ "taon migration:run": "taon migration:run",
14
16
  "taon release": "taon release",
15
17
  "taon release:auto": "taon release:auto",
16
18
  "taon release:install:locally": "taon release:install:locally",
17
- "taon migration:create": "taon migration:create",
18
- "taon migration:run": "taon migration:run",
19
- "taon migration:revert": "taon migration:revert",
20
- "taon vscode:temp:show": "taon vscode:temp:show",
21
- "taon vscode:temp:hide": "taon vscode:temp:hide"
19
+ "taon start": "taon start",
20
+ "taon vscode:temp:hide": "taon vscode:temp:hide",
21
+ "taon vscode:temp:show": "taon vscode:temp:show"
22
22
  },
23
23
  "license": "MIT",
24
24
  "author": "Dariusz Filipiak",
@@ -9,9 +9,9 @@
9
9
  "only": []
10
10
  },
11
11
  "ports": {
12
- "ngNormalAppPort": 4237,
13
- "ngWebsqlAppPort": 4238,
14
- "nodeBeAppPort": 4119
12
+ "ngNormalAppPort": 4205,
13
+ "ngWebsqlAppPort": 4206,
14
+ "nodeBeAppPort": 4103
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.18"
33
+ "resolvedNewVersion": "19.0.20"
34
34
  },
35
35
  "copyToManager": {},
36
36
  "buildInfo": {
37
- "date": "2025-05-20T23:27:15.000Z",
38
- "hash": "2a3377faceb74354a9f42ff02abdd93beb146307"
37
+ "date": "2025-05-22T17:11:21.000Z",
38
+ "hash": "236873156d17a9399cdaaa9a112921c1ce34fee5"
39
39
  },
40
40
  "currentProjectName": "tnp-config",
41
41
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-config/websql",
3
- "version": "19.0.18",
3
+ "version": "19.0.20",
4
4
  "module": "fesm2022/tnp-config.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {