tnp-config 19.0.15 → 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.
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.18';
|
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,30 @@
|
|
1
1
|
{
|
2
2
|
"name": "tnp-config",
|
3
|
-
"version": "19.0.
|
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,
|
7
26
|
"dependencies": {},
|
27
|
+
"main": "dist/app.electron.js",
|
8
28
|
"bin": {},
|
9
29
|
"peerDependencies": {}
|
10
30
|
}
|
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": 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.
|
33
|
+
"resolvedNewVersion": "19.0.18"
|
34
34
|
},
|
35
35
|
"copyToManager": {},
|
36
36
|
"buildInfo": {
|
37
|
-
"date": "2025-05-
|
38
|
-
"hash": "
|
37
|
+
"date": "2025-05-20T23:27:15.000Z",
|
38
|
+
"hash": "2a3377faceb74354a9f42ff02abdd93beb146307"
|
39
39
|
},
|
40
40
|
"currentProjectName": "tnp-config",
|
41
41
|
"currentProjectType": "isomorphic-lib",
|