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.
package/browser/package.json
CHANGED
package/client/package.json
CHANGED
@@ -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.
|
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.
|
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
|
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
|
18
|
-
"taon
|
19
|
-
"taon
|
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",
|
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": 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.
|
33
|
+
"resolvedNewVersion": "19.0.20"
|
34
34
|
},
|
35
35
|
"copyToManager": {},
|
36
36
|
"buildInfo": {
|
37
|
-
"date": "2025-05-
|
38
|
-
"hash": "
|
37
|
+
"date": "2025-05-22T17:11:21.000Z",
|
38
|
+
"hash": "236873156d17a9399cdaaa9a112921c1ce34fee5"
|
39
39
|
},
|
40
40
|
"currentProjectName": "tnp-config",
|
41
41
|
"currentProjectType": "isomorphic-lib",
|