tnp 13.1.151 → 13.1.152
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 +1 -1
- package/index.js +2 -2
- 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.dummy1673253490457 = void 0;
|
|
4
|
+
function dummy1673253490457() { }
|
|
5
|
+
exports.dummy1673253490457 = dummy1673253490457;
|
|
6
6
|
//# sourceMappingURL=app.js.map
|
package/bin/start.js
CHANGED
|
@@ -146,7 +146,7 @@ if (startSpinner) {
|
|
|
146
146
|
};
|
|
147
147
|
|
|
148
148
|
const cwd = process.cwd();
|
|
149
|
-
const argsToCHildProc = (`${orgArgvForChild.slice(2).join(' ')}
|
|
149
|
+
const argsToCHildProc = (`${orgArgvForChild.slice(2).join(' ')} ${global.verbose ? '-verbose': ''} ${global.skipCoreCheck ? '--skipCoreCheck':''} `
|
|
150
150
|
+ `${spinnerOnInArgs ? '-spinner' : (spinnerOffInArgs ? '-spinner=off' : '')} ${childprocsecretarg}`).split(' ');
|
|
151
151
|
|
|
152
152
|
const proc = child_process.fork(crossPlatofrmPath(__filename), argsToCHildProc, {
|
package/index.js
CHANGED
|
@@ -570515,7 +570515,7 @@ function prepareCommand(pkg, remove, useYarn, project) {
|
|
|
570515
570515
|
}
|
|
570516
570516
|
else {
|
|
570517
570517
|
// --no-progress
|
|
570518
|
-
var argsForFasterInstall = "--force --ignore-engines --
|
|
570518
|
+
var argsForFasterInstall = "--force --ignore-engines --silent --no-audit "
|
|
570519
570519
|
+ " ".concat(noPackageLock, " ");
|
|
570520
570520
|
command = "npm ".concat(install, " ").concat(pkg ? pkg.name : '', " ")
|
|
570521
570521
|
+ " ".concat((pkg && pkg.installType) ? pkg.installType : '', " ")
|
|
@@ -581574,7 +581574,7 @@ function $INIT_CORE() {
|
|
|
581574
581574
|
}
|
|
581575
581575
|
function $UPDATE(args) {
|
|
581576
581576
|
if (tnp_config_1.config.frameworkName === 'firedev') {
|
|
581577
|
-
tnp_helpers_1.Helpers.run('npm i -g firedev').sync();
|
|
581577
|
+
tnp_helpers_1.Helpers.run('npm i -g firedev --force').sync();
|
|
581578
581578
|
var morphiPathUserInUserDir = tnp_config_1.config.morphiPathUserInUserDir;
|
|
581579
581579
|
try {
|
|
581580
581580
|
tnp_helpers_1.Helpers.run("git reset --hard && git pull origin master", { cwd: morphiPathUserInUserDir }).sync();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnp",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.152",
|
|
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": "85ccdca0d8950465a7118c3ae9a717893d9c3522",
|
|
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.152",
|
|
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": "85ccdca0d8950465a7118c3ae9a717893d9c3522",
|
|
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-
|
|
809
|
-
"hash": "
|
|
807
|
+
"number": 2684,
|
|
808
|
+
"date": "2023-01-09T08:38:04.000Z",
|
|
809
|
+
"hash": "34aed05e3284b5ee0e1c500cfb5ba67a07082332",
|
|
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.152",
|
|
818
818
|
"currentProjectIsStrictSite": false,
|
|
819
819
|
"currentProjectIsDependencySite": false,
|
|
820
820
|
"currentProjectIsStatic": false,
|