node-cli-tester 13.1.16 → 13.1.17
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.d.ts +1 -1
- package/app.js +4 -4
- package/index.js +1 -1
- package/lib/base-project-structure.backend.js +1 -1
- package/lib/cli-test.backend.js +1 -1
- package/lib/index.js +1 -1
- package/lib/meta-content-md.backend.js +1 -1
- package/lib/node-cli-tester.js +1 -1
- package/lib/spec-templates.backend.js +1 -1
- package/lib/start.backend.js +1 -1
- package/package.json +3 -3
- package/tmp-environment.json +36 -36
package/app.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1669188370697(): void;
|
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.
|
|
6
|
-
//# sourceMappingURL=/Users/
|
|
3
|
+
exports.dummy1669188370697 = void 0;
|
|
4
|
+
function dummy1669188370697() { }
|
|
5
|
+
exports.dummy1669188370697 = dummy1669188370697;
|
|
6
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/app.js.map
|
package/index.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./lib"), exports);
|
|
5
|
-
//# sourceMappingURL=/Users/
|
|
5
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/index.js.map
|
|
@@ -82,4 +82,4 @@ var BaseProjectStructure = /** @class */ (function () {
|
|
|
82
82
|
return BaseProjectStructure;
|
|
83
83
|
}());
|
|
84
84
|
exports.BaseProjectStructure = BaseProjectStructure;
|
|
85
|
-
//# sourceMappingURL=/Users/
|
|
85
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/lib/base-project-structure.backend.js.map
|
package/lib/cli-test.backend.js
CHANGED
|
@@ -167,4 +167,4 @@ var CliTest = /** @class */ (function () {
|
|
|
167
167
|
return CliTest;
|
|
168
168
|
}());
|
|
169
169
|
exports.CliTest = CliTest;
|
|
170
|
-
//# sourceMappingURL=/Users/
|
|
170
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/lib/cli-test.backend.js.map
|
package/lib/index.js
CHANGED
|
@@ -11,4 +11,4 @@ Object.defineProperty(exports, "CliTest", { enumerable: true, get: function () {
|
|
|
11
11
|
var start_backend_1 = require("./start.backend");
|
|
12
12
|
Object.defineProperty(exports, "run", { enumerable: true, get: function () { return start_backend_1.run; } });
|
|
13
13
|
//#endregion
|
|
14
|
-
//# sourceMappingURL=/Users/
|
|
14
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/lib/index.js.map
|
|
@@ -294,4 +294,4 @@ function resolveFoundedProject(originalAnyTypeFiles, editorCwd, foundProjectFn)
|
|
|
294
294
|
}
|
|
295
295
|
//#endregion
|
|
296
296
|
//#endregion
|
|
297
|
-
//# sourceMappingURL=/Users/
|
|
297
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/lib/meta-content-md.backend.js.map
|
package/lib/node-cli-tester.js
CHANGED
|
@@ -285,4 +285,4 @@ var NodeCliTester = /** @class */ (function () {
|
|
|
285
285
|
return NodeCliTester;
|
|
286
286
|
}());
|
|
287
287
|
exports.NodeCliTester = NodeCliTester;
|
|
288
|
-
//# sourceMappingURL=/Users/
|
|
288
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/lib/node-cli-tester.js.map
|
|
@@ -47,4 +47,4 @@ var TestTemplates = /** @class */ (function () {
|
|
|
47
47
|
return TestTemplates;
|
|
48
48
|
}());
|
|
49
49
|
exports.TestTemplates = TestTemplates;
|
|
50
|
-
//# sourceMappingURL=/Users/
|
|
50
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/lib/spec-templates.backend.js.map
|
package/lib/start.backend.js
CHANGED
|
@@ -50,4 +50,4 @@ function parseArr(a) {
|
|
|
50
50
|
}
|
|
51
51
|
return a;
|
|
52
52
|
}
|
|
53
|
-
//# sourceMappingURL=/Users/
|
|
53
|
+
//# sourceMappingURL=/Users/dariusz/projects/npm/node-cli-tester/tmp-bundle-release/bundle/project/node-cli-tester/bundle-nocutsrc/lib/start.backend.js.map
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-cli-tester",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.17",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"tnp-helpers": "~13.1.
|
|
7
|
+
"tnp-helpers": "~13.1.3"
|
|
8
8
|
},
|
|
9
9
|
"bin": {
|
|
10
10
|
"node-cli-tester": "bin/node-cli-tester",
|
|
11
11
|
"node-cli-tester-debug": "bin/node-cli-tester-debug"
|
|
12
12
|
},
|
|
13
|
-
"lastBuildTagHash": "
|
|
13
|
+
"lastBuildTagHash": "144d7e20f35273112dc52e0adff692092a690048",
|
|
14
14
|
"private": false,
|
|
15
15
|
"devDependencies": {}
|
|
16
16
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"workerPlugins": {}
|
|
40
40
|
},
|
|
41
41
|
"name": "node-cli-tester",
|
|
42
|
-
"version": "13.1.
|
|
42
|
+
"version": "13.1.17",
|
|
43
43
|
"license": "UNLICENSED",
|
|
44
44
|
"main": "index.js",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"tnp-helpers": "~13.1.
|
|
46
|
+
"tnp-helpers": "~13.1.3"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
49
49
|
"node-cli-tester": "bin/node-cli-tester",
|
|
50
50
|
"node-cli-tester-debug": "bin/node-cli-tester-debug"
|
|
51
51
|
},
|
|
52
|
-
"lastBuildTagHash": "
|
|
52
|
+
"lastBuildTagHash": "144d7e20f35273112dc52e0adff692092a690048",
|
|
53
53
|
"private": false,
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"@types/vinyl": "2.0.2",
|
|
121
121
|
"@types/watch": "1.0.0",
|
|
122
122
|
"accepts": "1.3.4",
|
|
123
|
-
"any-project-cli": "~13.1.
|
|
123
|
+
"any-project-cli": "~13.1.13",
|
|
124
124
|
"axios": "0.17.1",
|
|
125
|
-
"background-worker-process": "~13.1.
|
|
125
|
+
"background-worker-process": "~13.1.28",
|
|
126
126
|
"bcryptjs": "2.4.3",
|
|
127
127
|
"better-sqlite3": "7.6.2",
|
|
128
128
|
"body-parser": "1.18.2",
|
|
@@ -162,11 +162,11 @@
|
|
|
162
162
|
"fbgraph": "1.4.1",
|
|
163
163
|
"file-loader": "1.1.5",
|
|
164
164
|
"firedev": "^13",
|
|
165
|
-
"firedev-crud": "~13.1.
|
|
166
|
-
"firedev-crud-deamon": "~13.1.
|
|
167
|
-
"firedev-ports": "~13.1.
|
|
168
|
-
"firedev-storage": "~13.1.
|
|
169
|
-
"firedev-typeorm": "~13.1.
|
|
165
|
+
"firedev-crud": "~13.1.32",
|
|
166
|
+
"firedev-crud-deamon": "~13.1.23",
|
|
167
|
+
"firedev-ports": "~13.1.26",
|
|
168
|
+
"firedev-storage": "~13.1.18",
|
|
169
|
+
"firedev-typeorm": "~13.1.3",
|
|
170
170
|
"fkill": "6.1.0",
|
|
171
171
|
"font-awesome": "4.7.0",
|
|
172
172
|
"fs-extra": "8.1.0",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"http-proxy": "1.16.2",
|
|
178
178
|
"http-proxy-middleware": "0.19.1",
|
|
179
179
|
"http-server": "0.11.1",
|
|
180
|
-
"incremental-compiler": "~13.1.
|
|
180
|
+
"incremental-compiler": "~13.1.4",
|
|
181
181
|
"inquirer": "7.3.3",
|
|
182
182
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
183
183
|
"is-elevated": "3.0.0",
|
|
@@ -186,8 +186,8 @@
|
|
|
186
186
|
"jasmine-core": "4.0.0",
|
|
187
187
|
"jscodeshift": "0.6.3",
|
|
188
188
|
"json-stringify-safe": "5.0.1",
|
|
189
|
-
"json10": "~13.1.
|
|
190
|
-
"json10-writer": "~13.1.
|
|
189
|
+
"json10": "~13.1.25",
|
|
190
|
+
"json10-writer": "~13.1.23",
|
|
191
191
|
"json5": "2.1.3",
|
|
192
192
|
"json5-writer": "0.2.0",
|
|
193
193
|
"karma": "6.3.0",
|
|
@@ -199,26 +199,26 @@
|
|
|
199
199
|
"lnk": "1.0.1",
|
|
200
200
|
"lockfile": "1.0.4",
|
|
201
201
|
"lodash": "4.17.4",
|
|
202
|
-
"lodash-walk-object": "~13.1.
|
|
202
|
+
"lodash-walk-object": "~13.1.25",
|
|
203
203
|
"lodash.get": ">= 4",
|
|
204
204
|
"lodash.isequal": ">= 4",
|
|
205
205
|
"lodash.merge": ">= 4",
|
|
206
206
|
"lodash.set": ">= 4",
|
|
207
207
|
"lowdb": "1.0.0",
|
|
208
|
-
"magic-renamer": "~13.1.
|
|
208
|
+
"magic-renamer": "~13.1.15",
|
|
209
209
|
"material-design-icons": "3.0.1",
|
|
210
210
|
"method-override": "2.3.10",
|
|
211
211
|
"minimist": "1.2.0",
|
|
212
212
|
"mkdirp": "0.5.1",
|
|
213
213
|
"mocha": "5.2.0",
|
|
214
214
|
"moment": "2.22.2",
|
|
215
|
-
"morphi": "~13.1.
|
|
215
|
+
"morphi": "~13.1.5",
|
|
216
216
|
"ng-packagr": "13.0.0",
|
|
217
|
-
"ng-talkback": "~13.1.
|
|
218
|
-
"ng2-logger": "~13.1.
|
|
219
|
-
"ng2-rest": "~13.1.
|
|
220
|
-
"ng4-icons": "~13.1.
|
|
221
|
-
"ng4-modal": "~13.1.
|
|
217
|
+
"ng-talkback": "~13.1.17",
|
|
218
|
+
"ng2-logger": "~13.1.3",
|
|
219
|
+
"ng2-rest": "~13.1.3",
|
|
220
|
+
"ng4-icons": "~13.1.19",
|
|
221
|
+
"ng4-modal": "~13.1.21",
|
|
222
222
|
"ngx-bootstrap": "8.0.0",
|
|
223
223
|
"ngx-editor": "12.2.1",
|
|
224
224
|
"ngx-moment": "6.0.2",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"ngx-store": "3.1.1",
|
|
227
227
|
"ngx-toastr": "14.2.2",
|
|
228
228
|
"ngx-wig": "13.0.3",
|
|
229
|
-
"node-cli-tester": "~13.
|
|
229
|
+
"node-cli-tester": "~13.1.16",
|
|
230
230
|
"node-localstorage": "2.1.6",
|
|
231
231
|
"node-notifier": "6.0.0",
|
|
232
232
|
"nodemon": "1.14.11",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"ps-node": "0.1.6",
|
|
247
247
|
"q": "1.5.1",
|
|
248
248
|
"randomcolor": "0.5.3",
|
|
249
|
-
"record-replay-req-res-scenario": "~13.
|
|
249
|
+
"record-replay-req-res-scenario": "~13.1.17",
|
|
250
250
|
"reflect-metadata": "0.1.10",
|
|
251
251
|
"rimraf": "2.6.2",
|
|
252
252
|
"rxjs": "~7.5.0",
|
|
@@ -256,37 +256,37 @@
|
|
|
256
256
|
"socket.io": "2.4.1",
|
|
257
257
|
"sort-package-json": "1.11.0",
|
|
258
258
|
"sql.js": "1.8.0",
|
|
259
|
-
"static-columns": "~13.1.
|
|
259
|
+
"static-columns": "~13.1.26",
|
|
260
260
|
"string-similarity": "4.0.2",
|
|
261
261
|
"sudo-block": "3.0.0",
|
|
262
262
|
"systeminformation": "3.45.7",
|
|
263
263
|
"task.js": "0.1.5",
|
|
264
|
-
"tnp-cli": "~13.1.
|
|
265
|
-
"tnp-config": "~13.1.
|
|
266
|
-
"tnp-core": "~13.1.
|
|
267
|
-
"tnp-db": "~13.1.
|
|
268
|
-
"tnp-models": "~13.1.
|
|
269
|
-
"tnp-ui": "~13.
|
|
264
|
+
"tnp-cli": "~13.1.29",
|
|
265
|
+
"tnp-config": "~13.1.39",
|
|
266
|
+
"tnp-core": "~13.1.23",
|
|
267
|
+
"tnp-db": "~13.1.3",
|
|
268
|
+
"tnp-models": "~13.1.3",
|
|
269
|
+
"tnp-ui": "~13.1.21",
|
|
270
270
|
"ts-debug": "1.3.0",
|
|
271
271
|
"ts-loader": "2.3.1",
|
|
272
272
|
"ts-node": "10.7.0",
|
|
273
273
|
"tslib": "~2.3.0",
|
|
274
274
|
"typeorm": "~0.3.10",
|
|
275
275
|
"typescript": "~4.6.2",
|
|
276
|
-
"typescript-class-helpers": "~13.1.
|
|
276
|
+
"typescript-class-helpers": "~13.1.4",
|
|
277
277
|
"typescript-formatter": "~7.2.2",
|
|
278
278
|
"underscore": "1.9.1",
|
|
279
279
|
"uuid": "8.3.2",
|
|
280
280
|
"validator": "9.2.0",
|
|
281
|
-
"vpn-split": "~13.
|
|
281
|
+
"vpn-split": "~13.1.21",
|
|
282
282
|
"watch": "1.0.2",
|
|
283
283
|
"zone.js": "~0.11.4"
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
286
|
"build": {
|
|
287
|
-
"number":
|
|
288
|
-
"date": "2022-11-
|
|
289
|
-
"hash": "
|
|
287
|
+
"number": 154,
|
|
288
|
+
"date": "2022-11-23T07:26:09.000Z",
|
|
289
|
+
"hash": "a762059ac5a2693736a1cbe292ac8622dcbd3ac3",
|
|
290
290
|
"options": {}
|
|
291
291
|
},
|
|
292
292
|
"currentProjectName": "node-cli-tester",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"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%22node-cli-tester%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\"]}]}",
|
|
295
295
|
"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\"}]}",
|
|
296
296
|
"currentProjectType": "isomorphic-lib",
|
|
297
|
-
"currentFrameworkVersion": "13.1.
|
|
297
|
+
"currentFrameworkVersion": "13.1.108",
|
|
298
298
|
"currentProjectIsStrictSite": false,
|
|
299
299
|
"currentProjectIsDependencySite": false,
|
|
300
300
|
"currentProjectIsStatic": false,
|