tnp-config 19.0.15 → 19.0.16

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.15",
3
+ "version": "19.0.16",
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.15",
3
+ "version": "19.0.16",
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.15";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.16";
@@ -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.15';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.16';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "tnp-config",
3
- "version": "19.0.15",
3
+ "version": "19.0.16",
4
4
  "license": "MIT",
5
5
  "author": "Dariusz Filipiak",
6
6
  "private": false,
7
7
  "dependencies": {},
8
+ "main": "dist/app.electron.js",
8
9
  "bin": {},
9
10
  "peerDependencies": {}
10
11
  }
@@ -9,9 +9,9 @@
9
9
  "only": []
10
10
  },
11
11
  "ports": {
12
- "ngNormalAppPort": 4241,
13
- "ngWebsqlAppPort": 4242,
14
- "nodeBeAppPort": 4113
12
+ "ngNormalAppPort": 4234,
13
+ "ngWebsqlAppPort": 4235,
14
+ "nodeBeAppPort": 4117
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.15"
33
+ "resolvedNewVersion": "19.0.16"
34
34
  },
35
35
  "copyToManager": {},
36
36
  "buildInfo": {
37
- "date": "2025-05-17T01:13:36.000Z",
38
- "hash": "16bf5dc382c4aaac4d245c2cf193e5e825cd8e1c"
37
+ "date": "2025-05-19T20:44:29.000Z",
38
+ "hash": "233cac5d4605a17b764d749bda584fc182b34ea0"
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.15",
3
+ "version": "19.0.16",
4
4
  "module": "fesm2022/tnp-config.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {