lodash-walk-object 13.1.44 → 16.0.46
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/assets/shared/shared_folder_info.txt +1 -1
- package/browser/{esm2020 → esm2022}/lib/index.mjs +337 -337
- package/{client/esm2020 → browser/esm2022}/lib/models.mjs +3 -3
- package/{client/esm2020 → browser/esm2022}/lodash-walk-object.mjs +4 -4
- package/{client/esm2020 → browser/esm2022}/public-api.mjs +1 -1
- package/browser/{fesm2015 → fesm2022}/lodash-walk-object.mjs +336 -336
- package/browser/{lodash-walk-object.d.ts → index.d.ts} +4 -4
- package/browser/lib/index.d.ts +26 -26
- package/browser/lib/models.d.ts +43 -43
- package/browser/package.json +6 -12
- package/client/{esm2020 → esm2022}/lib/index.mjs +337 -337
- package/{browser/esm2020 → client/esm2022}/lib/models.mjs +3 -3
- package/{browser/esm2020 → client/esm2022}/lodash-walk-object.mjs +4 -4
- package/{browser/esm2020 → client/esm2022}/public-api.mjs +1 -1
- package/{browser/fesm2020 → client/fesm2022}/lodash-walk-object.mjs +336 -336
- package/client/{lodash-walk-object.d.ts → index.d.ts} +4 -4
- package/client/lib/index.d.ts +26 -26
- package/client/lib/models.d.ts +43 -43
- package/client/package.json +89 -85
- package/index.d.ts +1 -1
- package/lib/index.d.ts +27 -27
- package/lib/index.js.map +1 -1
- package/lib/models.d.ts +44 -44
- package/package.json +3 -3
- package/package.json_tnp.json5 +1 -1
- package/tmp-environment.json +94 -90
- package/websql/{esm2020 → esm2022}/lib/index.mjs +337 -337
- package/websql/{esm2020 → esm2022}/lib/models.mjs +3 -3
- package/websql/{esm2020 → esm2022}/lodash-walk-object.mjs +4 -4
- package/websql/{esm2020 → esm2022}/public-api.mjs +1 -1
- package/websql/{fesm2015 → fesm2022}/lodash-walk-object.mjs +336 -336
- package/websql/{lodash-walk-object.d.ts → index.d.ts} +4 -4
- package/websql/lib/index.d.ts +26 -26
- package/websql/lib/models.d.ts +43 -43
- package/websql/package.json +6 -12
- package/client/fesm2015/lodash-walk-object.mjs +0 -347
- package/client/fesm2015/lodash-walk-object.mjs.map +0 -1
- package/client/fesm2020/lodash-walk-object.mjs +0 -347
- package/client/fesm2020/lodash-walk-object.mjs.map +0 -1
- package/websql/fesm2020/lodash-walk-object.mjs +0 -347
- package/websql/fesm2020/lodash-walk-object.mjs.map +0 -1
- /package/browser/{fesm2015 → fesm2022}/lodash-walk-object.mjs.map +0 -0
- /package/{browser/fesm2020 → client/fesm2022}/lodash-walk-object.mjs.map +0 -0
- /package/websql/{fesm2015 → fesm2022}/lodash-walk-object.mjs.map +0 -0
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": "
|
|
4
|
+
"version": "16.0.46",
|
|
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"
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/darekf77/lodash-walk-object#readme",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"typescript-class-helpers": "~
|
|
24
|
+
"typescript-class-helpers": "~16.0.14"
|
|
25
25
|
},
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
|
-
"lastBuildTagHash": "
|
|
28
|
+
"lastBuildTagHash": "c271990f7fcae41d73c2aebcff0a08eec52400be",
|
|
29
29
|
"devDependencies": {}
|
|
30
30
|
}
|
package/package.json_tnp.json5
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"smartContainerTarget": "",
|
|
28
28
|
"type": "isomorphic-lib",
|
|
29
|
-
"version": "
|
|
29
|
+
"version": "v4",
|
|
30
30
|
"additionalNpmNames": [
|
|
31
31
|
"firedev-walk-object"
|
|
32
32
|
],
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"name": "lodash-walk-object",
|
|
50
50
|
"description": "Walk all properties deep in object with lodash help",
|
|
51
|
-
"version": "
|
|
51
|
+
"version": "16.0.46",
|
|
52
52
|
"scripts": {
|
|
53
53
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
54
54
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -68,51 +68,54 @@
|
|
|
68
68
|
},
|
|
69
69
|
"homepage": "https://github.com/darekf77/lodash-walk-object#readme",
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"typescript-class-helpers": "~
|
|
71
|
+
"typescript-class-helpers": "~16.0.14"
|
|
72
72
|
},
|
|
73
73
|
"license": "MIT",
|
|
74
74
|
"private": false,
|
|
75
|
-
"lastBuildTagHash": "
|
|
75
|
+
"lastBuildTagHash": "c271990f7fcae41d73c2aebcff0a08eec52400be",
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@angular-devkit/build-angular": "~
|
|
78
|
-
"@angular-devkit/core": "~
|
|
77
|
+
"@angular-devkit/build-angular": "~16.0.5",
|
|
78
|
+
"@angular-devkit/core": "~16.0.5",
|
|
79
79
|
"@angular-material-extensions/fab-menu": "~6.1.0",
|
|
80
|
-
"@angular/animations": "~
|
|
81
|
-
"@angular/cdk": "~
|
|
82
|
-
"@angular/cli": "~
|
|
83
|
-
"@angular/common": "~
|
|
84
|
-
"@angular/compiler": "~
|
|
85
|
-
"@angular/compiler-cli": "~
|
|
86
|
-
"@angular/core": "~
|
|
87
|
-
"@angular/
|
|
88
|
-
"@angular/forms": "~
|
|
89
|
-
"@angular/material": "~
|
|
90
|
-
"@angular/platform-browser": "~
|
|
91
|
-
"@angular/platform-browser-dynamic": "~
|
|
92
|
-
"@angular/pwa": "~
|
|
93
|
-
"@angular/router": "~
|
|
94
|
-
"@angular/service-worker": "~
|
|
80
|
+
"@angular/animations": "~16.0.0",
|
|
81
|
+
"@angular/cdk": "~16.0.3",
|
|
82
|
+
"@angular/cli": "~16.0.5",
|
|
83
|
+
"@angular/common": "~16.0.0",
|
|
84
|
+
"@angular/compiler": "~16.0.0",
|
|
85
|
+
"@angular/compiler-cli": "~16.0.4",
|
|
86
|
+
"@angular/core": "~16.0.0",
|
|
87
|
+
"@angular/elements": "~16.0.4",
|
|
88
|
+
"@angular/forms": "~16.0.0",
|
|
89
|
+
"@angular/material": "~16.0.3",
|
|
90
|
+
"@angular/platform-browser": "~16.0.4",
|
|
91
|
+
"@angular/platform-browser-dynamic": "~16.0.4",
|
|
92
|
+
"@angular/pwa": "~16.0.5",
|
|
93
|
+
"@angular/router": "~16.0.0",
|
|
94
|
+
"@angular/service-worker": "~16.0.4",
|
|
95
95
|
"@babel/cli": "7.18.6",
|
|
96
96
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
97
97
|
"@iconify/icons-mdi": "1.2.1",
|
|
98
|
-
"@mdi/js": "
|
|
99
|
-
"@ng-matero/extensions": "
|
|
98
|
+
"@mdi/js": "7.2.96",
|
|
99
|
+
"@ng-matero/extensions": "16.0.0",
|
|
100
100
|
"@ngneat/falso": "6.4.0",
|
|
101
|
-
"@ngneat/hot-toast": "
|
|
102
|
-
"@ngneat/overview": "
|
|
103
|
-
"@ngneat/
|
|
104
|
-
"@ngrx/component-store": "~
|
|
105
|
-
"@ngrx/data": "~
|
|
106
|
-
"@ngrx/effects": "~
|
|
107
|
-
"@ngrx/entity": "~
|
|
108
|
-
"@ngrx/router-store": "~
|
|
109
|
-
"@ngrx/schematics": "~
|
|
110
|
-
"@ngrx/store": "~
|
|
111
|
-
"@ngrx/store-devtools": "~
|
|
112
|
-
"@ngx-formly/core": "6.
|
|
113
|
-
"@ngx-formly/material": "6.
|
|
114
|
-
"@ngx-translate/core": "
|
|
115
|
-
"@ngx-translate/http-loader": "
|
|
101
|
+
"@ngneat/hot-toast": "5.0.1",
|
|
102
|
+
"@ngneat/overview": "5.0.0",
|
|
103
|
+
"@ngneat/spectator": "15.0.0",
|
|
104
|
+
"@ngrx/component-store": "~16.0.1",
|
|
105
|
+
"@ngrx/data": "~16.0.1",
|
|
106
|
+
"@ngrx/effects": "~16.0.1",
|
|
107
|
+
"@ngrx/entity": "~16.0.1",
|
|
108
|
+
"@ngrx/router-store": "~16.0.1",
|
|
109
|
+
"@ngrx/schematics": "~16.0.1",
|
|
110
|
+
"@ngrx/store": "~16.0.1",
|
|
111
|
+
"@ngrx/store-devtools": "~16.0.1",
|
|
112
|
+
"@ngx-formly/core": "6.1.7",
|
|
113
|
+
"@ngx-formly/material": "6.1.7",
|
|
114
|
+
"@ngx-translate/core": "15.0.0",
|
|
115
|
+
"@ngx-translate/http-loader": "8.0.0",
|
|
116
|
+
"@testdeck/jasmine": "0.3.3",
|
|
117
|
+
"@testdeck/jest": "0.3.3",
|
|
118
|
+
"@testdeck/mocha": "0.3.3",
|
|
116
119
|
"@types/chai": "4.1.2",
|
|
117
120
|
"@types/chokidar": "2.1.3",
|
|
118
121
|
"@types/dateformat": "1.0.1",
|
|
@@ -124,7 +127,7 @@
|
|
|
124
127
|
"@types/http-proxy": "1.16.0",
|
|
125
128
|
"@types/http-proxy-middleware": "0.19.2",
|
|
126
129
|
"@types/inquirer": "7.3.1",
|
|
127
|
-
"@types/jasmine": "3.
|
|
130
|
+
"@types/jasmine": "4.3.0",
|
|
128
131
|
"@types/json-stringify-safe": "5.0.0",
|
|
129
132
|
"@types/json5": "0.0.29",
|
|
130
133
|
"@types/lockfile": "1.0.0",
|
|
@@ -143,10 +146,10 @@
|
|
|
143
146
|
"@types/vinyl": "2.0.2",
|
|
144
147
|
"@types/watch": "1.0.0",
|
|
145
148
|
"accepts": "1.3.4",
|
|
146
|
-
"angular-material-css-vars": "5.0.
|
|
147
|
-
"any-project-cli": "~13.1.
|
|
149
|
+
"angular-material-css-vars": "5.0.2",
|
|
150
|
+
"any-project-cli": "~13.1.28",
|
|
148
151
|
"axios": "1.3.5",
|
|
149
|
-
"background-worker-process": "~13.1.
|
|
152
|
+
"background-worker-process": "~13.1.45",
|
|
150
153
|
"base32": "0.0.7",
|
|
151
154
|
"bcryptjs": "2.4.3",
|
|
152
155
|
"better-sqlite3": "7.6.2",
|
|
@@ -167,7 +170,7 @@
|
|
|
167
170
|
"concurrently": "3.5.1",
|
|
168
171
|
"content-type": "1.0.4",
|
|
169
172
|
"cookie-parser": "1.4.3",
|
|
170
|
-
"copy-paste": "1.3
|
|
173
|
+
"copy-paste": "1.5.3",
|
|
171
174
|
"cors": "2.8.4",
|
|
172
175
|
"cpr": "3.0.1",
|
|
173
176
|
"cross-spawn": "7.0.3",
|
|
@@ -187,13 +190,13 @@
|
|
|
187
190
|
"express-session": "1.17.3",
|
|
188
191
|
"file-loader": "1.1.5",
|
|
189
192
|
"file-saver": "2.0.5",
|
|
190
|
-
"firedev": "^
|
|
191
|
-
"firedev-crud": "~13.1.
|
|
192
|
-
"firedev-crud-deamon": "~13.1.
|
|
193
|
-
"firedev-ports": "~13.1.
|
|
194
|
-
"firedev-storage": "~13.2.
|
|
195
|
-
"firedev-typeorm": "~13.1.
|
|
196
|
-
"firedev-ui": "~
|
|
193
|
+
"firedev": "^16",
|
|
194
|
+
"firedev-crud": "~13.1.50",
|
|
195
|
+
"firedev-crud-deamon": "~13.1.40",
|
|
196
|
+
"firedev-ports": "~13.1.45",
|
|
197
|
+
"firedev-storage": "~13.2.37",
|
|
198
|
+
"firedev-typeorm": "~13.1.32",
|
|
199
|
+
"firedev-ui": "~16.0.1",
|
|
197
200
|
"fkill": "6.1.0",
|
|
198
201
|
"font-awesome": "4.7.0",
|
|
199
202
|
"form-data": "4.0.0",
|
|
@@ -207,52 +210,52 @@
|
|
|
207
210
|
"http-proxy-middleware": "0.19.1",
|
|
208
211
|
"http-server": "0.11.1",
|
|
209
212
|
"immutable": "4.3.0",
|
|
210
|
-
"incremental-compiler": "~13.1.
|
|
213
|
+
"incremental-compiler": "~13.1.26",
|
|
211
214
|
"inquirer": "7.3.3",
|
|
212
215
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
213
216
|
"is-elevated": "3.0.0",
|
|
214
|
-
"isomorphic-region-loader": "~13.1.
|
|
217
|
+
"isomorphic-region-loader": "~13.1.38",
|
|
215
218
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
216
|
-
"jasmine-core": "4.
|
|
219
|
+
"jasmine-core": "4.6.0",
|
|
217
220
|
"jscodeshift": "0.6.3",
|
|
218
221
|
"json-stringify-safe": "5.0.1",
|
|
219
|
-
"json10": "~13.1.
|
|
220
|
-
"json10-writer": "~13.1.
|
|
221
|
-
"json5": "2.1
|
|
222
|
+
"json10": "~13.1.45",
|
|
223
|
+
"json10-writer": "~13.1.41",
|
|
224
|
+
"json5": "2.2.1",
|
|
222
225
|
"json5-writer": "0.2.0",
|
|
223
226
|
"jszip": "3.10.1",
|
|
224
|
-
"karma": "6.
|
|
225
|
-
"karma-chrome-launcher": "3.
|
|
227
|
+
"karma": "6.4.0",
|
|
228
|
+
"karma-chrome-launcher": "3.2.0",
|
|
226
229
|
"karma-cli": "1.0.1",
|
|
227
|
-
"karma-coverage": "2.
|
|
228
|
-
"karma-jasmine": "
|
|
229
|
-
"karma-jasmine-html-reporter": "
|
|
230
|
+
"karma-coverage": "2.2.0",
|
|
231
|
+
"karma-jasmine": "5.1.0",
|
|
232
|
+
"karma-jasmine-html-reporter": "2.0.0",
|
|
230
233
|
"lnk": "1.0.1",
|
|
231
234
|
"localforage": "1.10.0",
|
|
232
235
|
"lockfile": "1.0.4",
|
|
233
|
-
"lodash": "4.17.
|
|
234
|
-
"lodash-walk-object": "~13.1.
|
|
236
|
+
"lodash": "4.17.20",
|
|
237
|
+
"lodash-walk-object": "~13.1.45",
|
|
235
238
|
"lowdb": "1.0.0",
|
|
236
|
-
"magic-renamer": "~13.1.
|
|
239
|
+
"magic-renamer": "~13.1.42",
|
|
237
240
|
"material-design-icons": "3.0.1",
|
|
238
241
|
"method-override": "2.3.10",
|
|
239
242
|
"minimist": "1.2.0",
|
|
240
243
|
"mkdirp": "0.5.1",
|
|
241
244
|
"mocha": "5.2.0",
|
|
242
|
-
"moment": "2.
|
|
243
|
-
"morphi": "~
|
|
244
|
-
"ng-in-viewport": "
|
|
245
|
-
"ng-packagr": "
|
|
245
|
+
"moment": "2.29.3",
|
|
246
|
+
"morphi": "~16.0.2",
|
|
247
|
+
"ng-in-viewport": "15.0.2",
|
|
248
|
+
"ng-packagr": "16.0.1",
|
|
246
249
|
"ng-talkback": "~13.1.19",
|
|
247
|
-
"ng2-logger": "~
|
|
248
|
-
"ng2-rest": "~13.2.
|
|
249
|
-
"ngx-ace-wrapper": "
|
|
250
|
-
"ngx-editor": "
|
|
251
|
-
"ngx-highlightjs": "
|
|
250
|
+
"ng2-logger": "~16.0.2",
|
|
251
|
+
"ng2-rest": "~13.2.9",
|
|
252
|
+
"ngx-ace-wrapper": "14.0.0",
|
|
253
|
+
"ngx-editor": "15.3.0",
|
|
254
|
+
"ngx-highlightjs": "9.0.0",
|
|
252
255
|
"ngx-moment": "6.0.2",
|
|
253
256
|
"ngx-pipes": "3.0.0",
|
|
254
|
-
"ngx-progressbar": "
|
|
255
|
-
"ngx-scrollbar": "
|
|
257
|
+
"ngx-progressbar": "11.0.0",
|
|
258
|
+
"ngx-scrollbar": "12.0.0",
|
|
256
259
|
"ngx-store": "3.1.1",
|
|
257
260
|
"ngx-typed-js": "2.1.1",
|
|
258
261
|
"node-cli-tester": "~13.1.19",
|
|
@@ -279,31 +282,32 @@
|
|
|
279
282
|
"record-replay-req-res-scenario": "~13.1.20",
|
|
280
283
|
"reflect-metadata": "0.1.10",
|
|
281
284
|
"rimraf": "2.6.2",
|
|
282
|
-
"rxjs": "~7.
|
|
285
|
+
"rxjs": "~7.8.0",
|
|
283
286
|
"semver": "6.3.0",
|
|
284
287
|
"simple-git": "1.96.0",
|
|
285
288
|
"sloc": "0.2.0",
|
|
286
289
|
"socket.io": "2.4.1",
|
|
287
290
|
"sort-package-json": "1.11.0",
|
|
288
291
|
"sql.js": "1.8.0",
|
|
289
|
-
"static-columns": "~
|
|
292
|
+
"static-columns": "~16.0.1",
|
|
290
293
|
"string-similarity": "4.0.2",
|
|
291
294
|
"sudo-block": "3.0.0",
|
|
292
295
|
"systeminformation": "3.45.7",
|
|
293
296
|
"task.js": "0.1.5",
|
|
294
297
|
"threads": "1.7.0",
|
|
295
|
-
"tnp-cli": "~
|
|
296
|
-
"tnp-config": "~
|
|
297
|
-
"tnp-core": "~
|
|
298
|
-
"tnp-db": "~13.1.
|
|
299
|
-
"tnp-helpers": "~13.1.
|
|
300
|
-
"tnp-models": "~13.1.
|
|
298
|
+
"tnp-cli": "~16.0.3",
|
|
299
|
+
"tnp-config": "~16.0.3",
|
|
300
|
+
"tnp-core": "~16.0.6",
|
|
301
|
+
"tnp-db": "~13.1.22",
|
|
302
|
+
"tnp-helpers": "~13.1.39",
|
|
303
|
+
"tnp-models": "~13.1.28",
|
|
301
304
|
"ts-debug": "1.3.0",
|
|
302
305
|
"ts-loader": "2.3.1",
|
|
303
|
-
"ts-node": "10.
|
|
306
|
+
"ts-node": "10.9.1",
|
|
304
307
|
"tslib": "~2.3.0",
|
|
308
|
+
"turndown": "7.1.2",
|
|
305
309
|
"typeorm": "~0.3.10",
|
|
306
|
-
"typescript": "~
|
|
310
|
+
"typescript": "~5.0.2",
|
|
307
311
|
"typescript-formatter": "~7.2.2",
|
|
308
312
|
"underscore": "1.9.1",
|
|
309
313
|
"uuid": "8.3.2",
|
|
@@ -312,13 +316,13 @@
|
|
|
312
316
|
"vpn-split": "~13.1.23",
|
|
313
317
|
"watch": "1.0.2",
|
|
314
318
|
"yup": "1.1.1",
|
|
315
|
-
"zone.js": "~0.
|
|
319
|
+
"zone.js": "~0.13.0"
|
|
316
320
|
}
|
|
317
321
|
},
|
|
318
322
|
"build": {
|
|
319
|
-
"number":
|
|
320
|
-
"date": "2023-06-
|
|
321
|
-
"hash": "
|
|
323
|
+
"number": 270,
|
|
324
|
+
"date": "2023-06-08T21:19:45.000Z",
|
|
325
|
+
"hash": "1198cf58ed7c45c2a2ee994da815ba468dc11662",
|
|
322
326
|
"options": {}
|
|
323
327
|
},
|
|
324
328
|
"currentProjectName": "lodash-walk-object",
|
|
@@ -326,7 +330,7 @@
|
|
|
326
330
|
"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\"]}]}",
|
|
327
331
|
"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\"}]}",
|
|
328
332
|
"currentProjectType": "isomorphic-lib",
|
|
329
|
-
"currentFrameworkVersion": "
|
|
333
|
+
"currentFrameworkVersion": "16.0.0",
|
|
330
334
|
"currentProjectIsStrictSite": false,
|
|
331
335
|
"currentProjectIsDependencySite": false,
|
|
332
336
|
"currentProjectIsStatic": false,
|