tnp-config 19.0.16 → 19.0.18

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.16",
3
+ "version": "19.0.18",
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.16",
3
+ "version": "19.0.18",
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.16";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.18";
@@ -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.16';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.18';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# sourceMappingURL=build-info._auto-generated_.js.map
package/package.json CHANGED
@@ -1,6 +1,25 @@
1
1
  {
2
2
  "name": "tnp-config",
3
- "version": "19.0.16",
3
+ "version": "19.0.18",
4
+ "scripts": {
5
+ "taon init": "taon init",
6
+ "taon start": "taon start",
7
+ "taon build:lib": "taon build:lib",
8
+ "taon build:watch:lib": "taon build:watch:lib",
9
+ "taon build:watch:app": "taon build:watch:app",
10
+ "taon build:watch:electron": "taon build:watch:electron",
11
+ "taon docs": "taon docs",
12
+ "taon docs:watch": "taon docs:watch",
13
+ "taon clear": "taon clear",
14
+ "taon release": "taon release",
15
+ "taon release:auto": "taon release:auto",
16
+ "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"
22
+ },
4
23
  "license": "MIT",
5
24
  "author": "Dariusz Filipiak",
6
25
  "private": false,
@@ -9,9 +9,9 @@
9
9
  "only": []
10
10
  },
11
11
  "ports": {
12
- "ngNormalAppPort": 4234,
13
- "ngWebsqlAppPort": 4235,
14
- "nodeBeAppPort": 4117
12
+ "ngNormalAppPort": 4237,
13
+ "ngWebsqlAppPort": 4238,
14
+ "nodeBeAppPort": 4119
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.16"
33
+ "resolvedNewVersion": "19.0.18"
34
34
  },
35
35
  "copyToManager": {},
36
36
  "buildInfo": {
37
- "date": "2025-05-19T20:44:29.000Z",
38
- "hash": "233cac5d4605a17b764d749bda584fc182b34ea0"
37
+ "date": "2025-05-20T23:27:15.000Z",
38
+ "hash": "2a3377faceb74354a9f42ff02abdd93beb146307"
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.16",
3
+ "version": "19.0.18",
4
4
  "module": "fesm2022/tnp-config.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {