tnp 13.1.146 → 13.1.147
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/app.js +3 -3
- package/bin/start.js +6 -1
- package/package.json +2 -2
- package/tmp-environment.json +6 -6
package/app.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1673240609944 = void 0;
|
|
4
|
+
function dummy1673240609944() { }
|
|
5
|
+
exports.dummy1673240609944 = dummy1673240609944;
|
|
6
6
|
//# sourceMappingURL=app.js.map
|
package/bin/start.js
CHANGED
|
@@ -39,7 +39,12 @@ global.useWebpackBackendBuild = (typeof process.argv.find(a => a.startsWith('-we
|
|
|
39
39
|
global.skipCoreCheck = (typeof process.argv.find(a => a.startsWith('--skipCoreCheck')) !== 'undefined');
|
|
40
40
|
const verboseLevelExists = (typeof process.argv.find(a => a.startsWith('-verbose=')) !== 'undefined');
|
|
41
41
|
global.verboseLevel = (verboseLevelExists ? Number(
|
|
42
|
-
process.argv.find(a =>
|
|
42
|
+
process.argv.find(a => {
|
|
43
|
+
const v = a.startsWith('-verbose=');
|
|
44
|
+
if(v) {
|
|
45
|
+
return v.replace('-verbose=', '');
|
|
46
|
+
}
|
|
47
|
+
})
|
|
43
48
|
) : 0) || 0;
|
|
44
49
|
|
|
45
50
|
if (!verbose && verboseLevelExists) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnp",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.147",
|
|
4
4
|
"bin": {
|
|
5
5
|
"tnp": "bin/tnp",
|
|
6
6
|
"tnp-debug": "bin/tnp-debug",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"ora": "3.4.0"
|
|
11
11
|
},
|
|
12
|
-
"lastBuildTagHash": "
|
|
12
|
+
"lastBuildTagHash": "ac00ca50a5c7e544a636787f93feb7f166fb4e5d",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"activate": "npm i --force && firedev dedupe && npx tsc && firedev link && tnp bd"
|
|
15
15
|
},
|
package/tmp-environment.json
CHANGED
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
"private": false
|
|
560
560
|
},
|
|
561
561
|
"name": "tnp",
|
|
562
|
-
"version": "13.1.
|
|
562
|
+
"version": "13.1.147",
|
|
563
563
|
"bin": {
|
|
564
564
|
"tnp": "bin/tnp",
|
|
565
565
|
"tnp-debug": "bin/tnp-debug",
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
"progress": "2.0.3",
|
|
573
573
|
"tnp-db": "~13.1.7"
|
|
574
574
|
},
|
|
575
|
-
"lastBuildTagHash": "
|
|
575
|
+
"lastBuildTagHash": "ac00ca50a5c7e544a636787f93feb7f166fb4e5d",
|
|
576
576
|
"scripts": {
|
|
577
577
|
"activate": "npm i --force && firedev dedupe && npx tsc && firedev link && tnp bd"
|
|
578
578
|
},
|
|
@@ -804,9 +804,9 @@
|
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
"build": {
|
|
807
|
-
"number":
|
|
808
|
-
"date": "2023-01-09T04:
|
|
809
|
-
"hash": "
|
|
807
|
+
"number": 2668,
|
|
808
|
+
"date": "2023-01-09T04:57:52.000Z",
|
|
809
|
+
"hash": "f8b837810d90a33e32acdba3e12808c6f37f2ce1",
|
|
810
810
|
"options": {}
|
|
811
811
|
},
|
|
812
812
|
"currentProjectName": "tnp",
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22tnp%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
815
815
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
816
816
|
"currentProjectType": "isomorphic-lib",
|
|
817
|
-
"currentFrameworkVersion": "13.1.
|
|
817
|
+
"currentFrameworkVersion": "13.1.147",
|
|
818
818
|
"currentProjectIsStrictSite": false,
|
|
819
819
|
"currentProjectIsDependencySite": false,
|
|
820
820
|
"currentProjectIsStatic": false,
|