typescript-class-helpers 1.0.34 → 1.0.38
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/client/package.json +4 -9
- package/package.json +4 -9
- package/package.json_devDependencies.json +26 -28
- package/tmp-environment.json +33 -40
package/client/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typescript-class-helpers",
|
|
3
3
|
"description": "Usefull helper to have in your typescript project",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.38",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
7
7
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -20,16 +20,11 @@
|
|
|
20
20
|
"url": "https://github.com/darekf77/typescript-class-helpers/issues"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
23
|
-
"husky": {
|
|
24
|
-
"hooks": {
|
|
25
|
-
"pre-push": "tnp deps:show:if:standalone"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
23
|
"dependencies": {
|
|
29
|
-
"enum-values": "1.2.1",
|
|
30
|
-
"ng2-logger": "~
|
|
24
|
+
"enum-values": "~1.2.1",
|
|
25
|
+
"ng2-logger": "~8.0.16"
|
|
31
26
|
},
|
|
32
27
|
"license": "MIT",
|
|
33
28
|
"private": false,
|
|
34
|
-
"lastBuildTagHash": "
|
|
29
|
+
"lastBuildTagHash": "6b3b7ee7e771b3c73d98a480d0d41c6f6b15751f"
|
|
35
30
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typescript-class-helpers",
|
|
3
3
|
"description": "Usefull helper to have in your typescript project",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.38",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
7
7
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -20,16 +20,11 @@
|
|
|
20
20
|
"url": "https://github.com/darekf77/typescript-class-helpers/issues"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
23
|
-
"husky": {
|
|
24
|
-
"hooks": {
|
|
25
|
-
"pre-push": "tnp deps:show:if:standalone"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
23
|
"dependencies": {
|
|
29
|
-
"enum-values": "1.2.1",
|
|
30
|
-
"ng2-logger": "~
|
|
24
|
+
"enum-values": "~1.2.1",
|
|
25
|
+
"ng2-logger": "~8.0.16"
|
|
31
26
|
},
|
|
32
27
|
"license": "MIT",
|
|
33
28
|
"private": false,
|
|
34
|
-
"lastBuildTagHash": "
|
|
29
|
+
"lastBuildTagHash": "6b3b7ee7e771b3c73d98a480d0d41c6f6b15751f"
|
|
35
30
|
}
|
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
"@angular/pwa": "0.900.0-rc.7",
|
|
19
19
|
"@angular/router": "9.1.3",
|
|
20
20
|
"@angular/service-worker": "9.1.3",
|
|
21
|
-
"@iconify/icons-fa-solid": "1.0.1",
|
|
22
|
-
"@iconify/icons-mdi": "1.0.8",
|
|
23
|
-
"@iconify/react": "1.1.3",
|
|
24
21
|
"@mdi/js": "5.8.55",
|
|
25
22
|
"@ngx-formly/bootstrap": "5.5.6",
|
|
26
23
|
"@ngx-formly/core": "5.5.6",
|
|
@@ -66,13 +63,13 @@
|
|
|
66
63
|
"axios": "0.17.1",
|
|
67
64
|
"babel-cli": "6.26.0",
|
|
68
65
|
"babel-preset-env": "1.7.0",
|
|
69
|
-
"background-worker-process": "~0.0.
|
|
66
|
+
"background-worker-process": "~0.0.32",
|
|
70
67
|
"bcryptjs": "2.4.3",
|
|
71
68
|
"body-parser": "1.18.2",
|
|
72
69
|
"bootstrap": "4.3.1",
|
|
73
|
-
"bs4-breakpoint": "~2.0.
|
|
70
|
+
"bs4-breakpoint": "~2.0.36",
|
|
74
71
|
"buffer-shims": "1.0.0",
|
|
75
|
-
"button-dropdown": "~1.0.
|
|
72
|
+
"button-dropdown": "~1.0.40",
|
|
76
73
|
"callsite-record": "4.1.3",
|
|
77
74
|
"chai": "4.2.0",
|
|
78
75
|
"chalk": "2.3.2",
|
|
@@ -117,7 +114,7 @@
|
|
|
117
114
|
"http-proxy": "1.16.2",
|
|
118
115
|
"http-proxy-middleware": "0.19.1",
|
|
119
116
|
"http-server": "0.11.1",
|
|
120
|
-
"incremental-compiler": "~1.1.
|
|
117
|
+
"incremental-compiler": "~1.1.48",
|
|
121
118
|
"inquirer": "7.3.3",
|
|
122
119
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
123
120
|
"is-elevated": "3.0.0",
|
|
@@ -125,7 +122,7 @@
|
|
|
125
122
|
"jasmine-core": "3.5.0",
|
|
126
123
|
"jasmine-spec-reporter": "4.2.1",
|
|
127
124
|
"json-stringify-safe": "5.0.1",
|
|
128
|
-
"json10": "~1.0.
|
|
125
|
+
"json10": "~1.0.29",
|
|
129
126
|
"json5": "2.1.3",
|
|
130
127
|
"json5-writer": "0.2.0",
|
|
131
128
|
"karma": "5.0.0",
|
|
@@ -137,23 +134,23 @@
|
|
|
137
134
|
"lnk": "1.0.1",
|
|
138
135
|
"lockfile": "1.0.4",
|
|
139
136
|
"lodash": "4.17.4",
|
|
140
|
-
"lodash-walk-object": "~1.0.
|
|
137
|
+
"lodash-walk-object": "~1.0.30",
|
|
141
138
|
"lowdb": "1.0.0",
|
|
142
|
-
"magic-renamer": "~0.0.
|
|
139
|
+
"magic-renamer": "~0.0.16",
|
|
143
140
|
"material-design-icons": "3.0.1",
|
|
144
141
|
"method-override": "2.3.10",
|
|
145
142
|
"minimist": "1.2.0",
|
|
146
143
|
"mkdirp": "0.5.1",
|
|
147
144
|
"mocha": "5.2.0",
|
|
148
145
|
"moment": "2.22.2",
|
|
149
|
-
"morphi": "~4.0.
|
|
146
|
+
"morphi": "~4.0.50",
|
|
150
147
|
"ng-modal-lib": "0.0.6",
|
|
151
148
|
"ng-packagr": "5.7.1",
|
|
152
|
-
"ng-talkback": "~2.4.
|
|
149
|
+
"ng-talkback": "~2.4.21",
|
|
153
150
|
"ng2-file-upload": "1.3.0",
|
|
154
|
-
"ng2-rest": "~11.0.
|
|
155
|
-
"ng4-icons": "~0.0.
|
|
156
|
-
"ng4-modal": "~0.0.
|
|
151
|
+
"ng2-rest": "~11.0.37",
|
|
152
|
+
"ng4-icons": "~0.0.26",
|
|
153
|
+
"ng4-modal": "~0.0.27",
|
|
157
154
|
"ngx-bootstrap": "5.2.0",
|
|
158
155
|
"ngx-breadcrumbs": "0.0.3",
|
|
159
156
|
"ngx-editor": "4.1.0",
|
|
@@ -163,7 +160,7 @@
|
|
|
163
160
|
"ngx-toastr": "11.2.1",
|
|
164
161
|
"ngx-wig": "8.0.0",
|
|
165
162
|
"node-cli-test": "0.0.2",
|
|
166
|
-
"node-cli-tester": "~0.0.
|
|
163
|
+
"node-cli-tester": "~0.0.19",
|
|
167
164
|
"node-localstorage": "2.1.6",
|
|
168
165
|
"node-notifier": "6.0.0",
|
|
169
166
|
"nodemon": "1.14.11",
|
|
@@ -176,6 +173,7 @@
|
|
|
176
173
|
"passport-http-bearer": "1.0.1",
|
|
177
174
|
"password-hash": "1.2.2",
|
|
178
175
|
"portfinder": "1.0.21",
|
|
176
|
+
"prettier": "2.3.2",
|
|
179
177
|
"progress": "2.0.3",
|
|
180
178
|
"prompts": "0.1.8",
|
|
181
179
|
"protractor": "5.4.3",
|
|
@@ -183,7 +181,7 @@
|
|
|
183
181
|
"ps-node": "0.1.6",
|
|
184
182
|
"q": "1.5.1",
|
|
185
183
|
"randomcolor": "0.5.3",
|
|
186
|
-
"record-replay-req-res-scenario": "~0.0.
|
|
184
|
+
"record-replay-req-res-scenario": "~0.0.23",
|
|
187
185
|
"reflect-metadata": "0.1.10",
|
|
188
186
|
"rimraf": "2.6.2",
|
|
189
187
|
"rxjs": "6.5.4",
|
|
@@ -192,19 +190,19 @@
|
|
|
192
190
|
"sloc": "0.2.0",
|
|
193
191
|
"socket.io": "2.4.1",
|
|
194
192
|
"sort-package-json": "1.11.0",
|
|
195
|
-
"static-columns": "~
|
|
193
|
+
"static-columns": "~2.0.4",
|
|
196
194
|
"string-similarity": "4.0.2",
|
|
197
195
|
"sudo-block": "3.0.0",
|
|
198
196
|
"systeminformation": "3.45.7",
|
|
199
197
|
"task.js": "0.1.5",
|
|
200
|
-
"tnp-cli": "~
|
|
201
|
-
"tnp-config": "~
|
|
202
|
-
"tnp-core": "~
|
|
203
|
-
"tnp-db": "~0.0.
|
|
204
|
-
"tnp-helpers": "~0.0.
|
|
205
|
-
"tnp-models": "~0.0.
|
|
206
|
-
"tnp-tools": "~0.0.
|
|
207
|
-
"tnp-ui": "~0.0.
|
|
198
|
+
"tnp-cli": "~2.0.14",
|
|
199
|
+
"tnp-config": "~1.0.16",
|
|
200
|
+
"tnp-core": "~1.0.29",
|
|
201
|
+
"tnp-db": "~0.0.34",
|
|
202
|
+
"tnp-helpers": "~0.0.63",
|
|
203
|
+
"tnp-models": "~0.0.33",
|
|
204
|
+
"tnp-tools": "~0.0.43",
|
|
205
|
+
"tnp-ui": "~0.0.30",
|
|
208
206
|
"ts-loader": "7.0.4",
|
|
209
207
|
"ts-node": "8.3.0",
|
|
210
208
|
"tsickle": "0.26.0",
|
|
@@ -212,13 +210,13 @@
|
|
|
212
210
|
"tslint": "6.1.0",
|
|
213
211
|
"typeorm": "~0.2.7",
|
|
214
212
|
"typescript": "4.1.5",
|
|
215
|
-
"typescript-class-helpers": "~1.0.
|
|
213
|
+
"typescript-class-helpers": "~1.0.37",
|
|
216
214
|
"typescript-formatter": "7.2.2",
|
|
217
215
|
"uglifyjs-webpack-plugin": "2.2.0",
|
|
218
216
|
"underscore": "1.9.1",
|
|
219
217
|
"uuid": "8.3.2",
|
|
220
218
|
"validator": "9.2.0",
|
|
221
|
-
"vpn-split": "~0.0.
|
|
219
|
+
"vpn-split": "~0.0.15",
|
|
222
220
|
"watch": "1.0.2",
|
|
223
221
|
"webpack-cli": "3.3.11",
|
|
224
222
|
"zone.js": "0.10.2"
|
package/tmp-environment.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"name": "typescript-class-helpers",
|
|
43
43
|
"description": "Usefull helper to have in your typescript project",
|
|
44
|
-
"version": "1.0.
|
|
44
|
+
"version": "1.0.38",
|
|
45
45
|
"scripts": {
|
|
46
46
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
47
47
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -60,11 +60,6 @@
|
|
|
60
60
|
"url": "https://github.com/darekf77/typescript-class-helpers/issues"
|
|
61
61
|
},
|
|
62
62
|
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
63
|
-
"husky": {
|
|
64
|
-
"hooks": {
|
|
65
|
-
"pre-push": "tnp deps:show:if:standalone"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
63
|
"devDependencies": {
|
|
69
64
|
"@angular-devkit/build-angular": "0.901.3",
|
|
70
65
|
"@angular-devkit/build-optimizer": "0.900.0-rc.7",
|
|
@@ -85,9 +80,6 @@
|
|
|
85
80
|
"@angular/pwa": "0.900.0-rc.7",
|
|
86
81
|
"@angular/router": "9.1.3",
|
|
87
82
|
"@angular/service-worker": "9.1.3",
|
|
88
|
-
"@iconify/icons-fa-solid": "1.0.1",
|
|
89
|
-
"@iconify/icons-mdi": "1.0.8",
|
|
90
|
-
"@iconify/react": "1.1.3",
|
|
91
83
|
"@mdi/js": "5.8.55",
|
|
92
84
|
"@ngx-formly/bootstrap": "5.5.6",
|
|
93
85
|
"@ngx-formly/core": "5.5.6",
|
|
@@ -133,13 +125,13 @@
|
|
|
133
125
|
"axios": "0.17.1",
|
|
134
126
|
"babel-cli": "6.26.0",
|
|
135
127
|
"babel-preset-env": "1.7.0",
|
|
136
|
-
"background-worker-process": "~0.0.
|
|
128
|
+
"background-worker-process": "~0.0.32",
|
|
137
129
|
"bcryptjs": "2.4.3",
|
|
138
130
|
"body-parser": "1.18.2",
|
|
139
131
|
"bootstrap": "4.3.1",
|
|
140
|
-
"bs4-breakpoint": "~2.0.
|
|
132
|
+
"bs4-breakpoint": "~2.0.36",
|
|
141
133
|
"buffer-shims": "1.0.0",
|
|
142
|
-
"button-dropdown": "~1.0.
|
|
134
|
+
"button-dropdown": "~1.0.40",
|
|
143
135
|
"callsite-record": "4.1.3",
|
|
144
136
|
"chai": "4.2.0",
|
|
145
137
|
"chalk": "2.3.2",
|
|
@@ -184,7 +176,7 @@
|
|
|
184
176
|
"http-proxy": "1.16.2",
|
|
185
177
|
"http-proxy-middleware": "0.19.1",
|
|
186
178
|
"http-server": "0.11.1",
|
|
187
|
-
"incremental-compiler": "~1.1.
|
|
179
|
+
"incremental-compiler": "~1.1.48",
|
|
188
180
|
"inquirer": "7.3.3",
|
|
189
181
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
190
182
|
"is-elevated": "3.0.0",
|
|
@@ -192,7 +184,7 @@
|
|
|
192
184
|
"jasmine-core": "3.5.0",
|
|
193
185
|
"jasmine-spec-reporter": "4.2.1",
|
|
194
186
|
"json-stringify-safe": "5.0.1",
|
|
195
|
-
"json10": "~1.0.
|
|
187
|
+
"json10": "~1.0.29",
|
|
196
188
|
"json5": "2.1.3",
|
|
197
189
|
"json5-writer": "0.2.0",
|
|
198
190
|
"karma": "5.0.0",
|
|
@@ -204,23 +196,23 @@
|
|
|
204
196
|
"lnk": "1.0.1",
|
|
205
197
|
"lockfile": "1.0.4",
|
|
206
198
|
"lodash": "4.17.4",
|
|
207
|
-
"lodash-walk-object": "~1.0.
|
|
199
|
+
"lodash-walk-object": "~1.0.30",
|
|
208
200
|
"lowdb": "1.0.0",
|
|
209
|
-
"magic-renamer": "~0.0.
|
|
201
|
+
"magic-renamer": "~0.0.16",
|
|
210
202
|
"material-design-icons": "3.0.1",
|
|
211
203
|
"method-override": "2.3.10",
|
|
212
204
|
"minimist": "1.2.0",
|
|
213
205
|
"mkdirp": "0.5.1",
|
|
214
206
|
"mocha": "5.2.0",
|
|
215
207
|
"moment": "2.22.2",
|
|
216
|
-
"morphi": "~4.0.
|
|
208
|
+
"morphi": "~4.0.50",
|
|
217
209
|
"ng-modal-lib": "0.0.6",
|
|
218
210
|
"ng-packagr": "5.7.1",
|
|
219
|
-
"ng-talkback": "~2.4.
|
|
211
|
+
"ng-talkback": "~2.4.21",
|
|
220
212
|
"ng2-file-upload": "1.3.0",
|
|
221
|
-
"ng2-rest": "~11.0.
|
|
222
|
-
"ng4-icons": "~0.0.
|
|
223
|
-
"ng4-modal": "~0.0.
|
|
213
|
+
"ng2-rest": "~11.0.37",
|
|
214
|
+
"ng4-icons": "~0.0.26",
|
|
215
|
+
"ng4-modal": "~0.0.27",
|
|
224
216
|
"ngx-bootstrap": "5.2.0",
|
|
225
217
|
"ngx-breadcrumbs": "0.0.3",
|
|
226
218
|
"ngx-editor": "4.1.0",
|
|
@@ -230,7 +222,7 @@
|
|
|
230
222
|
"ngx-toastr": "11.2.1",
|
|
231
223
|
"ngx-wig": "8.0.0",
|
|
232
224
|
"node-cli-test": "0.0.2",
|
|
233
|
-
"node-cli-tester": "~0.0.
|
|
225
|
+
"node-cli-tester": "~0.0.19",
|
|
234
226
|
"node-localstorage": "2.1.6",
|
|
235
227
|
"node-notifier": "6.0.0",
|
|
236
228
|
"nodemon": "1.14.11",
|
|
@@ -243,6 +235,7 @@
|
|
|
243
235
|
"passport-http-bearer": "1.0.1",
|
|
244
236
|
"password-hash": "1.2.2",
|
|
245
237
|
"portfinder": "1.0.21",
|
|
238
|
+
"prettier": "2.3.2",
|
|
246
239
|
"progress": "2.0.3",
|
|
247
240
|
"prompts": "0.1.8",
|
|
248
241
|
"protractor": "5.4.3",
|
|
@@ -250,7 +243,7 @@
|
|
|
250
243
|
"ps-node": "0.1.6",
|
|
251
244
|
"q": "1.5.1",
|
|
252
245
|
"randomcolor": "0.5.3",
|
|
253
|
-
"record-replay-req-res-scenario": "~0.0.
|
|
246
|
+
"record-replay-req-res-scenario": "~0.0.23",
|
|
254
247
|
"reflect-metadata": "0.1.10",
|
|
255
248
|
"rimraf": "2.6.2",
|
|
256
249
|
"rxjs": "6.5.4",
|
|
@@ -259,19 +252,19 @@
|
|
|
259
252
|
"sloc": "0.2.0",
|
|
260
253
|
"socket.io": "2.4.1",
|
|
261
254
|
"sort-package-json": "1.11.0",
|
|
262
|
-
"static-columns": "~
|
|
255
|
+
"static-columns": "~2.0.4",
|
|
263
256
|
"string-similarity": "4.0.2",
|
|
264
257
|
"sudo-block": "3.0.0",
|
|
265
258
|
"systeminformation": "3.45.7",
|
|
266
259
|
"task.js": "0.1.5",
|
|
267
|
-
"tnp-cli": "~
|
|
268
|
-
"tnp-config": "~
|
|
269
|
-
"tnp-core": "~
|
|
270
|
-
"tnp-db": "~0.0.
|
|
271
|
-
"tnp-helpers": "~0.0.
|
|
272
|
-
"tnp-models": "~0.0.
|
|
273
|
-
"tnp-tools": "~0.0.
|
|
274
|
-
"tnp-ui": "~0.0.
|
|
260
|
+
"tnp-cli": "~2.0.14",
|
|
261
|
+
"tnp-config": "~1.0.16",
|
|
262
|
+
"tnp-core": "~1.0.29",
|
|
263
|
+
"tnp-db": "~0.0.34",
|
|
264
|
+
"tnp-helpers": "~0.0.63",
|
|
265
|
+
"tnp-models": "~0.0.33",
|
|
266
|
+
"tnp-tools": "~0.0.43",
|
|
267
|
+
"tnp-ui": "~0.0.30",
|
|
275
268
|
"ts-loader": "7.0.4",
|
|
276
269
|
"ts-node": "8.3.0",
|
|
277
270
|
"tsickle": "0.26.0",
|
|
@@ -279,29 +272,29 @@
|
|
|
279
272
|
"tslint": "6.1.0",
|
|
280
273
|
"typeorm": "~0.2.7",
|
|
281
274
|
"typescript": "4.1.5",
|
|
282
|
-
"typescript-class-helpers": "~1.0.
|
|
275
|
+
"typescript-class-helpers": "~1.0.37",
|
|
283
276
|
"typescript-formatter": "7.2.2",
|
|
284
277
|
"uglifyjs-webpack-plugin": "2.2.0",
|
|
285
278
|
"underscore": "1.9.1",
|
|
286
279
|
"uuid": "8.3.2",
|
|
287
280
|
"validator": "9.2.0",
|
|
288
|
-
"vpn-split": "~0.0.
|
|
281
|
+
"vpn-split": "~0.0.15",
|
|
289
282
|
"watch": "1.0.2",
|
|
290
283
|
"webpack-cli": "3.3.11",
|
|
291
284
|
"zone.js": "0.10.2"
|
|
292
285
|
},
|
|
293
286
|
"dependencies": {
|
|
294
287
|
"enum-values": "1.2.1",
|
|
295
|
-
"ng2-logger": "~
|
|
288
|
+
"ng2-logger": "~8.0.16"
|
|
296
289
|
},
|
|
297
290
|
"license": "MIT",
|
|
298
291
|
"private": false,
|
|
299
|
-
"lastBuildTagHash": "
|
|
292
|
+
"lastBuildTagHash": "6b3b7ee7e771b3c73d98a480d0d41c6f6b15751f"
|
|
300
293
|
},
|
|
301
294
|
"build": {
|
|
302
|
-
"number":
|
|
303
|
-
"date": "2021-
|
|
304
|
-
"hash": "
|
|
295
|
+
"number": 159,
|
|
296
|
+
"date": "2021-10-18T04:54:46.000Z",
|
|
297
|
+
"hash": "ae50188997c313830d227f87e1eb4b21f82162b6",
|
|
305
298
|
"options": {}
|
|
306
299
|
},
|
|
307
300
|
"currentProjectName": "typescript-class-helpers",
|
|
@@ -309,7 +302,7 @@
|
|
|
309
302
|
"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%22typescript-class-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\"]}]}",
|
|
310
303
|
"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\"}]}",
|
|
311
304
|
"currentProjectType": "isomorphic-lib",
|
|
312
|
-
"currentFrameworkVersion": "0.0.
|
|
305
|
+
"currentFrameworkVersion": "0.0.152",
|
|
313
306
|
"currentProjectIsStrictSite": false,
|
|
314
307
|
"currentProjectIsDependencySite": false,
|
|
315
308
|
"currentProjectIsStatic": false,
|