tnp 13.1.134 → 13.1.136
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 +5 -0
- 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.dummy1673070447567 = void 0;
|
|
4
|
+
function dummy1673070447567() { }
|
|
5
|
+
exports.dummy1673070447567 = dummy1673070447567;
|
|
6
6
|
//# sourceMappingURL=app.js.map
|
package/index.js
CHANGED
|
@@ -362624,6 +362624,11 @@ else {
|
|
|
362624
362624
|
global.dirnameForFiredev = dirnameForTnp;
|
|
362625
362625
|
// console.log('dirnameForTnp after', dirnameForTnp)
|
|
362626
362626
|
// process.exit(0)
|
|
362627
|
+
if (tnp_core_1.path.basename(dirnameForTnp) === 'node_modules') {
|
|
362628
|
+
dirnameForTnp = (0, tnp_core_1.crossPlatformPath)(tnp_core_1.path.join(dirnameForTnp, 'tnp'));
|
|
362629
|
+
}
|
|
362630
|
+
// TOD0
|
|
362631
|
+
console.log("[tnp-config] dirnameForTnp : ".concat(dirnameForTnp));
|
|
362627
362632
|
// process.exit(0)
|
|
362628
362633
|
//#endregion
|
|
362629
362634
|
//#region @backend
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnp",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.136",
|
|
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": "ae599cd15210fd7e040ab6ac42fa0d52b226d7c8",
|
|
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.136",
|
|
563
563
|
"bin": {
|
|
564
564
|
"tnp": "bin/tnp",
|
|
565
565
|
"tnp-debug": "bin/tnp-debug",
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
"watch": "1.0.2",
|
|
798
798
|
"zone.js": "~0.11.4"
|
|
799
799
|
},
|
|
800
|
-
"lastBuildTagHash": "
|
|
800
|
+
"lastBuildTagHash": "ae599cd15210fd7e040ab6ac42fa0d52b226d7c8",
|
|
801
801
|
"scripts": {
|
|
802
802
|
"activate": "npm i --force && firedev dedupe && npx tsc && firedev link && tnp bd"
|
|
803
803
|
},
|
|
@@ -806,9 +806,9 @@
|
|
|
806
806
|
"devDependencies": {}
|
|
807
807
|
},
|
|
808
808
|
"build": {
|
|
809
|
-
"number":
|
|
810
|
-
"date": "2023-01-07T05:
|
|
811
|
-
"hash": "
|
|
809
|
+
"number": 2647,
|
|
810
|
+
"date": "2023-01-07T05:47:22.000Z",
|
|
811
|
+
"hash": "1905e33daaeaedab055c244dab0f81bf75814519",
|
|
812
812
|
"options": {}
|
|
813
813
|
},
|
|
814
814
|
"currentProjectName": "tnp",
|
|
@@ -816,7 +816,7 @@
|
|
|
816
816
|
"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\"]}]}",
|
|
817
817
|
"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\"}]}",
|
|
818
818
|
"currentProjectType": "isomorphic-lib",
|
|
819
|
-
"currentFrameworkVersion": "13.1.
|
|
819
|
+
"currentFrameworkVersion": "13.1.136",
|
|
820
820
|
"currentProjectIsStrictSite": false,
|
|
821
821
|
"currentProjectIsDependencySite": false,
|
|
822
822
|
"currentProjectIsStatic": false,
|