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