tnp-helpers 13.0.18 → 13.0.23
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/browser/esm2020/lib/helpers-strings.mjs +196 -1
- package/browser/fesm2015/tnp-helpers.mjs +195 -0
- package/browser/fesm2015/tnp-helpers.mjs.map +1 -1
- package/browser/fesm2020/tnp-helpers.mjs +195 -0
- package/browser/fesm2020/tnp-helpers.mjs.map +1 -1
- package/browser/lib/helpers-strings.d.ts +23 -0
- package/client/esm2020/lib/helpers-strings.mjs +196 -1
- package/client/fesm2015/tnp-helpers.mjs +195 -0
- package/client/fesm2015/tnp-helpers.mjs.map +1 -1
- package/client/fesm2020/tnp-helpers.mjs +195 -0
- package/client/fesm2020/tnp-helpers.mjs.map +1 -1
- package/client/lib/helpers-strings.d.ts +23 -0
- package/lib/git-project.d.ts +1 -0
- package/lib/git-project.js +3 -0
- package/lib/git-project.js.map +1 -1
- package/lib/helpers-git.backend.d.ts +2 -1
- package/lib/helpers-git.backend.js +68 -20
- package/lib/helpers-git.backend.js.map +1 -1
- package/lib/helpers-strings.d.ts +23 -0
- package/lib/helpers-strings.js +195 -0
- package/lib/helpers-strings.js.map +1 -1
- package/package.json +5 -5
- package/tmp-environment.json +36 -35
package/tmp-environment.json
CHANGED
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"firedev-helpers"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
-
"version": "13.0.
|
|
41
|
+
"version": "13.0.23",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"json10-writer": "~13.0.
|
|
44
|
-
"morphi": "~13.0.
|
|
45
|
-
"tnp-models": "~13.0.
|
|
43
|
+
"json10-writer": "~13.0.12",
|
|
44
|
+
"morphi": "~13.0.30",
|
|
45
|
+
"tnp-models": "~13.0.15"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -126,11 +126,11 @@
|
|
|
126
126
|
"babel-core": "6.25.0",
|
|
127
127
|
"babel-preset-env": "1.7.0",
|
|
128
128
|
"babel-preset-es2015": "6.24.1",
|
|
129
|
-
"background-worker-process": "~13.0.
|
|
129
|
+
"background-worker-process": "~13.0.14",
|
|
130
130
|
"bcryptjs": "2.4.3",
|
|
131
131
|
"body-parser": "1.18.2",
|
|
132
132
|
"bootstrap": "5.1.3",
|
|
133
|
-
"bs4-breakpoint": "13.0.
|
|
133
|
+
"bs4-breakpoint": "13.0.10",
|
|
134
134
|
"buffer-shims": "1.0.0",
|
|
135
135
|
"callsite-record": "4.1.3",
|
|
136
136
|
"chai": "4.2.0",
|
|
@@ -164,10 +164,10 @@
|
|
|
164
164
|
"fbgraph": "1.4.1",
|
|
165
165
|
"file-loader": "1.1.5",
|
|
166
166
|
"firedev": "^13",
|
|
167
|
-
"firedev-crud": "~13.0.
|
|
168
|
-
"firedev-crud-deamon": "~13.0.
|
|
169
|
-
"firedev-ports": "~13.0.
|
|
170
|
-
"firedev-storage": "~13.0.
|
|
167
|
+
"firedev-crud": "~13.0.20",
|
|
168
|
+
"firedev-crud-deamon": "~13.0.13",
|
|
169
|
+
"firedev-ports": "~13.0.14",
|
|
170
|
+
"firedev-storage": "~13.0.10",
|
|
171
171
|
"fkill": "6.1.0",
|
|
172
172
|
"font-awesome": "4.7.0",
|
|
173
173
|
"fs-extra": "8.1.0",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"http-proxy": "1.16.2",
|
|
179
179
|
"http-proxy-middleware": "0.19.1",
|
|
180
180
|
"http-server": "0.11.1",
|
|
181
|
-
"incremental-compiler": "~13.0.
|
|
181
|
+
"incremental-compiler": "~13.0.13",
|
|
182
182
|
"inquirer": "7.3.3",
|
|
183
183
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
184
184
|
"is-elevated": "3.0.0",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"jasmine-core": "4.0.0",
|
|
187
187
|
"jscodeshift": "0.6.3",
|
|
188
188
|
"json-stringify-safe": "5.0.1",
|
|
189
|
-
"json10": "~13.0.
|
|
189
|
+
"json10": "~13.0.12",
|
|
190
190
|
"json5": "2.1.3",
|
|
191
191
|
"json5-writer": "0.2.0",
|
|
192
192
|
"karma": "6.3.0",
|
|
@@ -198,13 +198,13 @@
|
|
|
198
198
|
"lnk": "1.0.1",
|
|
199
199
|
"lockfile": "1.0.4",
|
|
200
200
|
"lodash": "4.17.4",
|
|
201
|
-
"lodash-walk-object": "~13.0.
|
|
201
|
+
"lodash-walk-object": "~13.0.12",
|
|
202
202
|
"lodash.get": ">= 4",
|
|
203
203
|
"lodash.isequal": ">= 4",
|
|
204
204
|
"lodash.merge": ">= 4",
|
|
205
205
|
"lodash.set": ">= 4",
|
|
206
206
|
"lowdb": "1.0.0",
|
|
207
|
-
"magic-renamer": "
|
|
207
|
+
"magic-renamer": "13.0.8",
|
|
208
208
|
"material-design-icons": "3.0.1",
|
|
209
209
|
"method-override": "2.3.10",
|
|
210
210
|
"minimist": "1.2.0",
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
"mocha": "5.2.0",
|
|
213
213
|
"moment": "2.22.2",
|
|
214
214
|
"ng-packagr": "13.0.0",
|
|
215
|
-
"ng-talkback": "
|
|
216
|
-
"ng2-logger": "~13.0.
|
|
217
|
-
"ng2-rest": "~13.0.
|
|
218
|
-
"ng4-icons": "~13.0.
|
|
219
|
-
"ng4-modal": "~13.0.
|
|
215
|
+
"ng-talkback": "13.0.10",
|
|
216
|
+
"ng2-logger": "~13.0.12",
|
|
217
|
+
"ng2-rest": "~13.0.16",
|
|
218
|
+
"ng4-icons": "~13.0.12",
|
|
219
|
+
"ng4-modal": "~13.0.14",
|
|
220
220
|
"ngx-bootstrap": "8.0.0",
|
|
221
221
|
"ngx-editor": "12.2.1",
|
|
222
222
|
"ngx-moment": "6.0.2",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"ngx-store": "3.1.1",
|
|
225
225
|
"ngx-toastr": "14.2.2",
|
|
226
226
|
"ngx-wig": "13.0.3",
|
|
227
|
-
"node-cli-tester": "
|
|
227
|
+
"node-cli-tester": "13.0.10",
|
|
228
228
|
"node-localstorage": "2.1.6",
|
|
229
229
|
"node-notifier": "6.0.0",
|
|
230
230
|
"nodemon": "1.14.11",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"ps-node": "0.1.6",
|
|
245
245
|
"q": "1.5.1",
|
|
246
246
|
"randomcolor": "0.5.3",
|
|
247
|
-
"record-replay-req-res-scenario": "
|
|
247
|
+
"record-replay-req-res-scenario": "13.0.11",
|
|
248
248
|
"reflect-metadata": "0.1.10",
|
|
249
249
|
"rimraf": "2.6.2",
|
|
250
250
|
"rxjs": "~7.5.0",
|
|
@@ -253,45 +253,46 @@
|
|
|
253
253
|
"sloc": "0.2.0",
|
|
254
254
|
"socket.io": "2.4.1",
|
|
255
255
|
"sort-package-json": "1.11.0",
|
|
256
|
+
"static-columns": "13.0.14",
|
|
256
257
|
"string-similarity": "4.0.2",
|
|
257
258
|
"sudo-block": "3.0.0",
|
|
258
259
|
"systeminformation": "3.45.7",
|
|
259
260
|
"task.js": "0.1.5",
|
|
260
|
-
"tnp-cli": "~13.0.
|
|
261
|
-
"tnp-config": "~13.0.
|
|
262
|
-
"tnp-core": "~13.0.
|
|
263
|
-
"tnp-db": "~13.0.
|
|
264
|
-
"tnp-helpers": "~13.0.
|
|
265
|
-
"tnp-ui": "~13.0.
|
|
261
|
+
"tnp-cli": "~13.0.13",
|
|
262
|
+
"tnp-config": "~13.0.17",
|
|
263
|
+
"tnp-core": "~13.0.38",
|
|
264
|
+
"tnp-db": "~13.0.23",
|
|
265
|
+
"tnp-helpers": "~13.0.22",
|
|
266
|
+
"tnp-ui": "~13.0.13",
|
|
266
267
|
"ts-debug": "1.3.0",
|
|
267
268
|
"ts-loader": "2.3.1",
|
|
268
269
|
"ts-node": "10.7.0",
|
|
269
270
|
"tslib": "~2.3.0",
|
|
270
271
|
"typeorm": "~0.2.45",
|
|
271
272
|
"typescript": "~4.5.2",
|
|
272
|
-
"typescript-class-helpers": "~13.0.
|
|
273
|
+
"typescript-class-helpers": "~13.0.14",
|
|
273
274
|
"typescript-formatter": "~7.2.2",
|
|
274
275
|
"underscore": "1.9.1",
|
|
275
276
|
"uuid": "8.3.2",
|
|
276
277
|
"validator": "9.2.0",
|
|
277
|
-
"vpn-split": "
|
|
278
|
+
"vpn-split": "13.0.15",
|
|
278
279
|
"watch": "1.0.2",
|
|
279
280
|
"zone.js": "~0.11.4"
|
|
280
281
|
},
|
|
281
|
-
"lastBuildTagHash": "
|
|
282
|
+
"lastBuildTagHash": "506fe6fc4f8ebefb0507c7a414fa2867941522e7"
|
|
282
283
|
},
|
|
283
284
|
"build": {
|
|
284
|
-
"number":
|
|
285
|
-
"date": "2022-04-
|
|
286
|
-
"hash": "
|
|
285
|
+
"number": 380,
|
|
286
|
+
"date": "2022-04-30T07:52:56.000Z",
|
|
287
|
+
"hash": "b0178eefe5796be19d80daf0a7bbc8c2f8f766c4",
|
|
287
288
|
"options": {}
|
|
288
289
|
},
|
|
289
290
|
"currentProjectName": "tnp-helpers",
|
|
290
291
|
"currentProjectPort": 4000,
|
|
291
|
-
"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-helpers%22%0A%7D\"],\"
|
|
292
|
+
"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-helpers%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\"]}]}",
|
|
292
293
|
"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\"}]}",
|
|
293
294
|
"currentProjectType": "isomorphic-lib",
|
|
294
|
-
"currentFrameworkVersion": "13.0.
|
|
295
|
+
"currentFrameworkVersion": "13.0.69",
|
|
295
296
|
"currentProjectIsStrictSite": false,
|
|
296
297
|
"currentProjectIsDependencySite": false,
|
|
297
298
|
"currentProjectIsStatic": false,
|