tnp 13.1.147 → 13.1.148
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/index.js +10 -6
- 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.dummy1673242324704 = void 0;
|
|
4
|
+
function dummy1673242324704() { }
|
|
5
|
+
exports.dummy1673242324704 = dummy1673242324704;
|
|
6
6
|
//# sourceMappingURL=app.js.map
|
package/index.js
CHANGED
|
@@ -362407,14 +362407,15 @@ function pathResolved() {
|
|
|
362407
362407
|
tnp_core_1.fse.mkdirpSync(tnp_core_1.path.dirname(morphiPathUserInUserDir));
|
|
362408
362408
|
}
|
|
362409
362409
|
try {
|
|
362410
|
-
tnp_core_1.child_process.execSync("".concat(frameworkName, " env:install --skipCoreCheck"));
|
|
362410
|
+
tnp_core_1.child_process.execSync("".concat(frameworkName, " env:install --skipCoreCheck"), { stdio: [0, 1, 2] });
|
|
362411
362411
|
}
|
|
362412
362412
|
catch (error) {
|
|
362413
362413
|
tnp_core_3.Helpers.error("[".concat(frameworkName, "][config] Not able to install local global environment"), false, true);
|
|
362414
362414
|
}
|
|
362415
362415
|
try {
|
|
362416
362416
|
tnp_core_1.child_process.execSync("git clone ".concat(urlMorphi), {
|
|
362417
|
-
cwd: tnp_core_1.path.dirname(morphiPathUserInUserDir)
|
|
362417
|
+
cwd: tnp_core_1.path.dirname(morphiPathUserInUserDir),
|
|
362418
|
+
stdio: [0, 1, 2],
|
|
362418
362419
|
});
|
|
362419
362420
|
tnp_core_3.Helpers.remove(morhiVscode);
|
|
362420
362421
|
}
|
|
@@ -362424,7 +362425,9 @@ function pathResolved() {
|
|
|
362424
362425
|
}
|
|
362425
362426
|
if (!global.skipCoreCheck) {
|
|
362426
362427
|
try {
|
|
362427
|
-
tnp_core_1.child_process.execSync("".concat(frameworkName, " init:core --skipCoreCheck")
|
|
362428
|
+
tnp_core_1.child_process.execSync("".concat(frameworkName, " init:core --skipCoreCheck"), {
|
|
362429
|
+
stdio: [0, 1, 2]
|
|
362430
|
+
});
|
|
362428
362431
|
}
|
|
362429
362432
|
catch (error) {
|
|
362430
362433
|
tnp_core_3.Helpers.error("[".concat(frameworkName, "][config] Not able to install local global environment"), false, true);
|
|
@@ -362702,7 +362705,7 @@ exports.config = {
|
|
|
362702
362705
|
}
|
|
362703
362706
|
return pathResolved(dirnameForTnp, "".concat(firedevProjectsRelative, "/container").concat(version, "/").concat(libType).concat(version));
|
|
362704
362707
|
}
|
|
362705
|
-
return pathResolved(dirnameForTnp, "".concat(firedevProjectsRelative, "/container").concat(version, "/
|
|
362708
|
+
return pathResolved(dirnameForTnp, "".concat(firedevProjectsRelative, "/container").concat(version, "/").concat(libType).concat(version));
|
|
362706
362709
|
},
|
|
362707
362710
|
singlefileproject: pathResolved(dirnameForTnp, "".concat(firedevProjectsRelative, "/container").concat(version, "/single-file-project").concat(version))
|
|
362708
362711
|
};
|
|
@@ -581518,7 +581521,7 @@ function $INIT_CORE() {
|
|
|
581518
581521
|
tnp_helpers_1.Helpers.taskStarted("".concat(tnp_config_1.config.frameworkName, " initing core projects"));
|
|
581519
581522
|
allCoreProject = [];
|
|
581520
581523
|
tnp_config_1.config.coreProjectVersions.forEach(function (v) {
|
|
581521
|
-
var corePorjectsTypes = ['
|
|
581524
|
+
var corePorjectsTypes = ['isomorphic-lib'];
|
|
581522
581525
|
if (['v3', 'v1'].includes(v)) {
|
|
581523
581526
|
corePorjectsTypes = ['isomorphic-lib'];
|
|
581524
581527
|
}
|
|
@@ -581551,7 +581554,8 @@ function $INIT_CORE() {
|
|
|
581551
581554
|
index++;
|
|
581552
581555
|
return [3 /*break*/, 1];
|
|
581553
581556
|
case 4:
|
|
581554
|
-
tnp_helpers_1.Helpers.taskDone();
|
|
581557
|
+
tnp_helpers_1.Helpers.taskDone('DONE');
|
|
581558
|
+
process.exit(0);
|
|
581555
581559
|
return [2 /*return*/];
|
|
581556
581560
|
}
|
|
581557
581561
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnp",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.148",
|
|
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": "8c505d824449c649c300475773858600f6c3bddc",
|
|
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.148",
|
|
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": "8c505d824449c649c300475773858600f6c3bddc",
|
|
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": 2671,
|
|
808
|
+
"date": "2023-01-09T05:05:16.000Z",
|
|
809
|
+
"hash": "bd8e5fa227aff4ddff58d169d6cebe216f2d50ab",
|
|
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.148",
|
|
818
818
|
"currentProjectIsStrictSite": false,
|
|
819
819
|
"currentProjectIsDependencySite": false,
|
|
820
820
|
"currentProjectIsStatic": false,
|