incremental-compiler 13.1.10 → 13.1.11
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/lib/compiler-manager.backend.js +1 -1
- package/package.json +2 -2
- package/tmp-environment.json +22 -22
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.dummy1673971660058 = void 0;
|
4
|
+
function dummy1673971660058() { }
|
5
|
+
exports.dummy1673971660058 = dummy1673971660058;
|
6
6
|
//# sourceMappingURL=app.js.map
|
@@ -258,7 +258,7 @@ var CompilerManager = /** @class */ (function () {
|
|
258
258
|
// console.log(`Cilent added "${CLASS.getNameFromObject(client)}" folders`, client.folderPath)
|
259
259
|
var existed = this.clients.find(function (c) { return c === client; });
|
260
260
|
if (existed) {
|
261
|
-
tnp_core_2.Helpers.
|
261
|
+
tnp_core_2.Helpers.log("Client \"".concat(typescript_class_helpers_1.CLASS.getNameFromObject(client), "\" alread added")); // TODO @LAST
|
262
262
|
}
|
263
263
|
this.clients.push(client);
|
264
264
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "incremental-compiler",
|
3
|
-
"version": "13.1.
|
3
|
+
"version": "13.1.11",
|
4
4
|
"license": "MIT",
|
5
5
|
"dependencies": {
|
6
6
|
"@types/chokidar": "2.1.3",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"typescript-class-helpers": "~13.1.9"
|
15
15
|
},
|
16
16
|
"private": false,
|
17
|
-
"lastBuildTagHash": "
|
17
|
+
"lastBuildTagHash": "663308699cfe57108476fcf2b55f678d42ee70a5",
|
18
18
|
"main": "index.js",
|
19
19
|
"devDependencies": {}
|
20
20
|
}
|
package/tmp-environment.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "13.1.
|
52
|
+
"version": "13.1.11",
|
53
53
|
"license": "MIT",
|
54
54
|
"dependencies": {
|
55
55
|
"@types/chokidar": "2.1.3",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"typescript-class-helpers": "~13.1.9"
|
64
64
|
},
|
65
65
|
"private": false,
|
66
|
-
"lastBuildTagHash": "
|
66
|
+
"lastBuildTagHash": "663308699cfe57108476fcf2b55f678d42ee70a5",
|
67
67
|
"main": "index.js",
|
68
68
|
"devDependencies": {
|
69
69
|
"@angular-devkit/build-angular": "~13.3.9",
|
@@ -130,9 +130,9 @@
|
|
130
130
|
"@types/vinyl": "2.0.2",
|
131
131
|
"@types/watch": "1.0.0",
|
132
132
|
"accepts": "1.3.4",
|
133
|
-
"any-project-cli": "~13.1.
|
133
|
+
"any-project-cli": "~13.1.18",
|
134
134
|
"axios": "0.17.1",
|
135
|
-
"background-worker-process": "~13.1.
|
135
|
+
"background-worker-process": "~13.1.32",
|
136
136
|
"bcryptjs": "2.4.3",
|
137
137
|
"better-sqlite3": "7.6.2",
|
138
138
|
"body-parser": "1.18.2",
|
@@ -170,10 +170,10 @@
|
|
170
170
|
"fbgraph": "1.4.1",
|
171
171
|
"file-loader": "1.1.5",
|
172
172
|
"firedev": "^13",
|
173
|
-
"firedev-crud": "~13.1.
|
174
|
-
"firedev-crud-deamon": "~13.1.
|
175
|
-
"firedev-ports": "~13.1.
|
176
|
-
"firedev-storage": "~13.1.
|
173
|
+
"firedev-crud": "~13.1.37",
|
174
|
+
"firedev-crud-deamon": "~13.1.27",
|
175
|
+
"firedev-ports": "~13.1.31",
|
176
|
+
"firedev-storage": "~13.1.23",
|
177
177
|
"firedev-typeorm": "~13.1.11",
|
178
178
|
"fkill": "6.1.0",
|
179
179
|
"font-awesome": "4.7.0",
|
@@ -183,7 +183,7 @@
|
|
183
183
|
"http-proxy": "1.16.2",
|
184
184
|
"http-proxy-middleware": "0.19.1",
|
185
185
|
"http-server": "0.11.1",
|
186
|
-
"incremental-compiler": "~13.1.
|
186
|
+
"incremental-compiler": "~13.1.10",
|
187
187
|
"inquirer": "7.3.3",
|
188
188
|
"inquirer-autocomplete-prompt": "1.3.0",
|
189
189
|
"is-elevated": "3.0.0",
|
@@ -193,7 +193,7 @@
|
|
193
193
|
"jscodeshift": "0.6.3",
|
194
194
|
"json-stringify-safe": "5.0.1",
|
195
195
|
"json10": "~13.1.30",
|
196
|
-
"json10-writer": "~13.1.
|
196
|
+
"json10-writer": "~13.1.28",
|
197
197
|
"json5": "2.1.3",
|
198
198
|
"json5-writer": "0.2.0",
|
199
199
|
"karma": "6.3.0",
|
@@ -218,10 +218,10 @@
|
|
218
218
|
"mkdirp": "0.5.1",
|
219
219
|
"mocha": "5.2.0",
|
220
220
|
"moment": "2.22.2",
|
221
|
-
"morphi": "~13.1.
|
221
|
+
"morphi": "~13.1.32",
|
222
222
|
"ng-packagr": "13.0.0",
|
223
223
|
"ng-talkback": "~13.1.19",
|
224
|
-
"ng2-logger": "~13.1.
|
224
|
+
"ng2-logger": "~13.1.9",
|
225
225
|
"ng2-rest": "~13.1.8",
|
226
226
|
"ng4-icons": "~13.1.21",
|
227
227
|
"ng4-modal": "~13.1.23",
|
@@ -267,12 +267,12 @@
|
|
267
267
|
"sudo-block": "3.0.0",
|
268
268
|
"systeminformation": "3.45.7",
|
269
269
|
"task.js": "0.1.5",
|
270
|
-
"tnp-cli": "~13.1.
|
271
|
-
"tnp-config": "~13.1.
|
272
|
-
"tnp-core": "~13.1.
|
273
|
-
"tnp-db": "~13.1.
|
274
|
-
"tnp-helpers": "~13.1.
|
275
|
-
"tnp-models": "~13.1.
|
270
|
+
"tnp-cli": "~13.1.41",
|
271
|
+
"tnp-config": "~13.1.54",
|
272
|
+
"tnp-core": "~13.1.58",
|
273
|
+
"tnp-db": "~13.1.7",
|
274
|
+
"tnp-helpers": "~13.1.11",
|
275
|
+
"tnp-models": "~13.1.9",
|
276
276
|
"tnp-ui": "~13.1.27",
|
277
277
|
"ts-debug": "1.3.0",
|
278
278
|
"ts-loader": "2.3.1",
|
@@ -290,9 +290,9 @@
|
|
290
290
|
}
|
291
291
|
},
|
292
292
|
"build": {
|
293
|
-
"number":
|
294
|
-
"date": "2023-01-
|
295
|
-
"hash": "
|
293
|
+
"number": 303,
|
294
|
+
"date": "2023-01-17T16:07:33.000Z",
|
295
|
+
"hash": "5f632b164f1efb17e8726623ceb5bb03268e19da",
|
296
296
|
"options": {}
|
297
297
|
},
|
298
298
|
"currentProjectName": "incremental-compiler",
|
@@ -300,7 +300,7 @@
|
|
300
300
|
"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%22incremental-compiler%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\"]}]}",
|
301
301
|
"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\"}]}",
|
302
302
|
"currentProjectType": "isomorphic-lib",
|
303
|
-
"currentFrameworkVersion": "13.1.
|
303
|
+
"currentFrameworkVersion": "13.1.153",
|
304
304
|
"currentProjectIsStrictSite": false,
|
305
305
|
"currentProjectIsDependencySite": false,
|
306
306
|
"currentProjectIsStatic": false,
|