ng-talkback 13.0.8 → 13.0.9
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/package.json +3 -225
- package/tmp-environment.json +33 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-talkback",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.9",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "A node.js HTTP proxy that records and playbacks requests",
|
|
@@ -30,228 +30,6 @@
|
|
|
30
30
|
"ts-check": "tsc --noEmit"
|
|
31
31
|
},
|
|
32
32
|
"private": false,
|
|
33
|
-
"lastBuildTagHash": "
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@angular-devkit/build-angular": "~13.2.5",
|
|
36
|
-
"@angular/animations": "~13.2.0",
|
|
37
|
-
"@angular/cdk": "~13.2.4",
|
|
38
|
-
"@angular/cli": "~13.2.5",
|
|
39
|
-
"@angular/common": "~13.2.0",
|
|
40
|
-
"@angular/compiler": "~13.2.0",
|
|
41
|
-
"@angular/compiler-cli": "~13.2.0",
|
|
42
|
-
"@angular/core": "~13.2.0",
|
|
43
|
-
"@angular/flex-layout": "~13.0.0-beta.38",
|
|
44
|
-
"@angular/forms": "~13.2.0",
|
|
45
|
-
"@angular/material": "~13.2.4",
|
|
46
|
-
"@angular/platform-browser": "~13.2.0",
|
|
47
|
-
"@angular/platform-browser-dynamic": "~13.2.0",
|
|
48
|
-
"@angular/pwa": "~13.2.5",
|
|
49
|
-
"@angular/router": "~13.2.0",
|
|
50
|
-
"@angular/service-worker": "~13.2.0",
|
|
51
|
-
"@iconify/icons-fa-solid": "1.2.2",
|
|
52
|
-
"@iconify/icons-mdi": "1.2.1",
|
|
53
|
-
"@mdi/js": "6.5.95",
|
|
54
|
-
"@ngrx/component-store": "~13.0.2",
|
|
55
|
-
"@ngrx/data": "~13.0.2",
|
|
56
|
-
"@ngrx/effects": "~13.0.2",
|
|
57
|
-
"@ngrx/entity": "~13.0.2",
|
|
58
|
-
"@ngrx/router-store": "~13.0.2",
|
|
59
|
-
"@ngrx/schematics": "~13.0.2",
|
|
60
|
-
"@ngrx/store": "~13.0.2",
|
|
61
|
-
"@ngrx/store-devtools": "~13.0.2",
|
|
62
|
-
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
|
63
|
-
"@ngx-formly/core": "6.0.0-next.8",
|
|
64
|
-
"@ngx-formly/ionic": "6.0.0-next.8",
|
|
65
|
-
"@ngx-formly/material": "6.0.0-next.8",
|
|
66
|
-
"@ngx-loading-bar/core": "6.0.2",
|
|
67
|
-
"@ngx-loading-bar/http-client": "6.0.2",
|
|
68
|
-
"@ngx-loading-bar/router": "6.0.2",
|
|
69
|
-
"@ngx-translate/core": "14.0.0",
|
|
70
|
-
"@ngx-translate/http-loader": "7.0.0",
|
|
71
|
-
"@swimlane/ngx-datatable": "20.0.0",
|
|
72
|
-
"@types/chai": "4.1.2",
|
|
73
|
-
"@types/chokidar": "2.1.3",
|
|
74
|
-
"@types/dateformat": "1.0.1",
|
|
75
|
-
"@types/diff": "3.2.2",
|
|
76
|
-
"@types/express": "4.11.0",
|
|
77
|
-
"@types/express-fileupload": "0.1.1",
|
|
78
|
-
"@types/fs-extra": "7.0.0",
|
|
79
|
-
"@types/glob": "5.0.35",
|
|
80
|
-
"@types/http-proxy": "1.16.0",
|
|
81
|
-
"@types/http-proxy-middleware": "0.19.2",
|
|
82
|
-
"@types/inquirer": "7.3.1",
|
|
83
|
-
"@types/jasmine": "3.10.0",
|
|
84
|
-
"@types/json-stringify-safe": "5.0.0",
|
|
85
|
-
"@types/json5": "0.0.29",
|
|
86
|
-
"@types/lockfile": "1.0.0",
|
|
87
|
-
"@types/lodash": "4.14.92",
|
|
88
|
-
"@types/lowdb": "1.0.6",
|
|
89
|
-
"@types/mocha": "5.2.5",
|
|
90
|
-
"@types/node": "12.11.1",
|
|
91
|
-
"@types/node-notifier": "5.4.0",
|
|
92
|
-
"@types/oauth2orize": "1.8.0",
|
|
93
|
-
"@types/password-hash": "1.2.19",
|
|
94
|
-
"@types/progress": "2.0.3",
|
|
95
|
-
"@types/q": "1.5.5",
|
|
96
|
-
"@types/rimraf": "2.0.2",
|
|
97
|
-
"@types/semver": "6.0.1",
|
|
98
|
-
"@types/systeminformation": "3.23.0",
|
|
99
|
-
"@types/vinyl": "2.0.2",
|
|
100
|
-
"@types/watch": "1.0.0",
|
|
101
|
-
"accepts": "1.3.4",
|
|
102
|
-
"babel-cli": "6.26.0",
|
|
103
|
-
"babel-core": "6.25.0",
|
|
104
|
-
"babel-preset-env": "1.7.0",
|
|
105
|
-
"babel-preset-es2015": "6.24.1",
|
|
106
|
-
"background-worker-process": "~13.0.12",
|
|
107
|
-
"bcryptjs": "2.4.3",
|
|
108
|
-
"body-parser": "1.18.2",
|
|
109
|
-
"bootstrap": "5.1.3",
|
|
110
|
-
"bs4-breakpoint": "13.0.7",
|
|
111
|
-
"buffer-shims": "1.0.0",
|
|
112
|
-
"callsite-record": "4.1.3",
|
|
113
|
-
"chai": "4.2.0",
|
|
114
|
-
"chalk": "2.3.2",
|
|
115
|
-
"check-node-version": "3.2.0",
|
|
116
|
-
"cheerio": "1.0.0-rc.3",
|
|
117
|
-
"chokidar": "3.5.1",
|
|
118
|
-
"circular-json": "0.5.1",
|
|
119
|
-
"command-exists": "1.2.2",
|
|
120
|
-
"compression": "1.7.4",
|
|
121
|
-
"concurrently": "3.5.1",
|
|
122
|
-
"content-type": "1.0.4",
|
|
123
|
-
"cookie-parser": "1.4.3",
|
|
124
|
-
"copy-paste": "1.3.0",
|
|
125
|
-
"cors": "2.8.4",
|
|
126
|
-
"cpr": "3.0.1",
|
|
127
|
-
"cross-spawn": "7.0.3",
|
|
128
|
-
"dateformat": "3.0.3",
|
|
129
|
-
"detect-mocha": "0.1.0",
|
|
130
|
-
"diff": "3.2.0",
|
|
131
|
-
"element-resize-detector": "1.1.15",
|
|
132
|
-
"enquirer": "2.3.0",
|
|
133
|
-
"enum-values": "1.2.1",
|
|
134
|
-
"errorhandler": "1.5.0",
|
|
135
|
-
"eslint": "7.13.0",
|
|
136
|
-
"eslint-plugin-import": "2.22.1",
|
|
137
|
-
"eslint-plugin-jsdoc": "30.7.8",
|
|
138
|
-
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
139
|
-
"express": "4.16.3",
|
|
140
|
-
"express-fileupload": "0.4.0",
|
|
141
|
-
"fbgraph": "1.4.1",
|
|
142
|
-
"file-loader": "1.1.5",
|
|
143
|
-
"firedev": "^13",
|
|
144
|
-
"firedev-crud": "~13.0.17",
|
|
145
|
-
"firedev-crud-deamon": "~13.0.11",
|
|
146
|
-
"firedev-ports": "~13.0.12",
|
|
147
|
-
"firedev-storage": "~13.0.8",
|
|
148
|
-
"fkill": "6.1.0",
|
|
149
|
-
"font-awesome": "4.7.0",
|
|
150
|
-
"fs-extra": "8.1.0",
|
|
151
|
-
"fuzzy": "0.1.3",
|
|
152
|
-
"glob": "7.1.2",
|
|
153
|
-
"gulp": "3.9.1",
|
|
154
|
-
"hostile": "1.3.3",
|
|
155
|
-
"http-proxy": "1.16.2",
|
|
156
|
-
"http-proxy-middleware": "0.19.1",
|
|
157
|
-
"http-server": "0.11.1",
|
|
158
|
-
"incremental-compiler": "~13.0.10",
|
|
159
|
-
"inquirer": "7.3.3",
|
|
160
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
|
161
|
-
"is-elevated": "3.0.0",
|
|
162
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
|
163
|
-
"jasmine-core": "4.0.0",
|
|
164
|
-
"jscodeshift": "0.6.3",
|
|
165
|
-
"json-stringify-safe": "5.0.1",
|
|
166
|
-
"json10": "~13.0.9",
|
|
167
|
-
"json10-writer": "~13.0.10",
|
|
168
|
-
"json5-writer": "0.2.0",
|
|
169
|
-
"karma": "6.3.0",
|
|
170
|
-
"karma-chrome-launcher": "3.1.0",
|
|
171
|
-
"karma-cli": "1.0.1",
|
|
172
|
-
"karma-coverage": "2.1.0",
|
|
173
|
-
"karma-jasmine": "4.0.0",
|
|
174
|
-
"karma-jasmine-html-reporter": "1.7.0",
|
|
175
|
-
"lnk": "1.0.1",
|
|
176
|
-
"lockfile": "1.0.4",
|
|
177
|
-
"lodash-walk-object": "~13.0.9",
|
|
178
|
-
"lodash.get": ">= 4",
|
|
179
|
-
"lodash.isequal": ">= 4",
|
|
180
|
-
"lodash.merge": ">= 4",
|
|
181
|
-
"lodash.set": ">= 4",
|
|
182
|
-
"lowdb": "1.0.0",
|
|
183
|
-
"magic-renamer": "13.0.6",
|
|
184
|
-
"material-design-icons": "3.0.1",
|
|
185
|
-
"method-override": "2.3.10",
|
|
186
|
-
"minimist": "1.2.0",
|
|
187
|
-
"mocha": "5.2.0",
|
|
188
|
-
"moment": "2.22.2",
|
|
189
|
-
"morphi": "~13.0.17",
|
|
190
|
-
"ng-packagr": "13.0.0",
|
|
191
|
-
"ng-talkback": "13.0.7",
|
|
192
|
-
"ng2-logger": "~13.0.9",
|
|
193
|
-
"ng2-rest": "~13.0.12",
|
|
194
|
-
"ng4-icons": "~13.0.10",
|
|
195
|
-
"ng4-modal": "~13.0.12",
|
|
196
|
-
"ngx-bootstrap": "8.0.0",
|
|
197
|
-
"ngx-editor": "12.2.1",
|
|
198
|
-
"ngx-moment": "6.0.2",
|
|
199
|
-
"ngx-pipes": "3.0.0",
|
|
200
|
-
"ngx-store": "3.1.1",
|
|
201
|
-
"ngx-toastr": "14.2.2",
|
|
202
|
-
"ngx-wig": "13.0.3",
|
|
203
|
-
"node-cli-tester": "13.0.7",
|
|
204
|
-
"node-localstorage": "2.1.6",
|
|
205
|
-
"node-notifier": "6.0.0",
|
|
206
|
-
"nodemon": "1.14.11",
|
|
207
|
-
"npm-get-dependents": "1.0.1",
|
|
208
|
-
"npm-run": "4.1.2",
|
|
209
|
-
"omelette": "0.4.5",
|
|
210
|
-
"open": "7.2.1",
|
|
211
|
-
"ora": "3.4.0",
|
|
212
|
-
"passport": "0.3.2",
|
|
213
|
-
"passport-http-bearer": "1.0.1",
|
|
214
|
-
"password-hash": "1.2.2",
|
|
215
|
-
"portfinder": "1.0.21",
|
|
216
|
-
"prettier": "2.5.1",
|
|
217
|
-
"progress": "2.0.3",
|
|
218
|
-
"prompts": "0.1.8",
|
|
219
|
-
"ps-list": "6.1.0",
|
|
220
|
-
"ps-node": "0.1.6",
|
|
221
|
-
"q": "1.5.1",
|
|
222
|
-
"randomcolor": "0.5.3",
|
|
223
|
-
"record-replay-req-res-scenario": "13.0.8",
|
|
224
|
-
"reflect-metadata": "0.1.10",
|
|
225
|
-
"rimraf": "2.6.2",
|
|
226
|
-
"rxjs": "~7.5.0",
|
|
227
|
-
"semver": "6.3.0",
|
|
228
|
-
"simple-git": "1.96.0",
|
|
229
|
-
"sloc": "0.2.0",
|
|
230
|
-
"socket.io": "2.4.1",
|
|
231
|
-
"sort-package-json": "1.11.0",
|
|
232
|
-
"string-similarity": "4.0.2",
|
|
233
|
-
"sudo-block": "3.0.0",
|
|
234
|
-
"systeminformation": "3.45.7",
|
|
235
|
-
"task.js": "0.1.5",
|
|
236
|
-
"tnp-cli": "~13.0.10",
|
|
237
|
-
"tnp-config": "~13.0.14",
|
|
238
|
-
"tnp-core": "~13.0.31",
|
|
239
|
-
"tnp-db": "~13.0.19",
|
|
240
|
-
"tnp-helpers": "~13.0.16",
|
|
241
|
-
"tnp-models": "~13.0.12",
|
|
242
|
-
"tnp-ui": "~13.0.11",
|
|
243
|
-
"ts-debug": "1.3.0",
|
|
244
|
-
"ts-loader": "2.3.1",
|
|
245
|
-
"ts-node": "10.7.0",
|
|
246
|
-
"tslib": "~2.3.0",
|
|
247
|
-
"typeorm": "~0.2.45",
|
|
248
|
-
"typescript": "~4.5.2",
|
|
249
|
-
"typescript-class-helpers": "~13.0.9",
|
|
250
|
-
"typescript-formatter": "~7.2.2",
|
|
251
|
-
"underscore": "1.9.1",
|
|
252
|
-
"validator": "9.2.0",
|
|
253
|
-
"vpn-split": "13.0.13",
|
|
254
|
-
"watch": "1.0.2",
|
|
255
|
-
"zone.js": "~0.11.4"
|
|
256
|
-
}
|
|
33
|
+
"lastBuildTagHash": "87f446c4500f6355a6cb667890fd7d8564801537",
|
|
34
|
+
"devDependencies": {}
|
|
257
35
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"workerPlugins": {}
|
|
51
51
|
},
|
|
52
52
|
"name": "ng-talkback",
|
|
53
|
-
"version": "13.0.
|
|
53
|
+
"version": "13.0.9",
|
|
54
54
|
"main": "index.js",
|
|
55
55
|
"license": "MIT",
|
|
56
56
|
"description": "A node.js HTTP proxy that records and playbacks requests",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"ts-check": "tsc --noEmit"
|
|
81
81
|
},
|
|
82
82
|
"private": false,
|
|
83
|
-
"lastBuildTagHash": "
|
|
83
|
+
"lastBuildTagHash": "87f446c4500f6355a6cb667890fd7d8564801537",
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@angular-devkit/build-angular": "~13.2.5",
|
|
86
86
|
"@angular/animations": "~13.2.0",
|
|
@@ -153,11 +153,11 @@
|
|
|
153
153
|
"babel-core": "6.25.0",
|
|
154
154
|
"babel-preset-env": "1.7.0",
|
|
155
155
|
"babel-preset-es2015": "6.24.1",
|
|
156
|
-
"background-worker-process": "~13.0.
|
|
156
|
+
"background-worker-process": "~13.0.13",
|
|
157
157
|
"bcryptjs": "2.4.3",
|
|
158
158
|
"body-parser": "1.18.2",
|
|
159
159
|
"bootstrap": "5.1.3",
|
|
160
|
-
"bs4-breakpoint": "13.0.
|
|
160
|
+
"bs4-breakpoint": "13.0.8",
|
|
161
161
|
"buffer-shims": "1.0.0",
|
|
162
162
|
"callsite-record": "4.1.3",
|
|
163
163
|
"chai": "4.2.0",
|
|
@@ -191,10 +191,10 @@
|
|
|
191
191
|
"fbgraph": "1.4.1",
|
|
192
192
|
"file-loader": "1.1.5",
|
|
193
193
|
"firedev": "^13",
|
|
194
|
-
"firedev-crud": "~13.0.
|
|
195
|
-
"firedev-crud-deamon": "~13.0.
|
|
196
|
-
"firedev-ports": "~13.0.
|
|
197
|
-
"firedev-storage": "~13.0.
|
|
194
|
+
"firedev-crud": "~13.0.18",
|
|
195
|
+
"firedev-crud-deamon": "~13.0.12",
|
|
196
|
+
"firedev-ports": "~13.0.13",
|
|
197
|
+
"firedev-storage": "~13.0.9",
|
|
198
198
|
"fkill": "6.1.0",
|
|
199
199
|
"font-awesome": "4.7.0",
|
|
200
200
|
"fs-extra": "8.1.0",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"http-proxy": "1.16.2",
|
|
206
206
|
"http-proxy-middleware": "0.19.1",
|
|
207
207
|
"http-server": "0.11.1",
|
|
208
|
-
"incremental-compiler": "~13.0.
|
|
208
|
+
"incremental-compiler": "~13.0.11",
|
|
209
209
|
"inquirer": "7.3.3",
|
|
210
210
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
211
211
|
"is-elevated": "3.0.0",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"jasmine-core": "4.0.0",
|
|
214
214
|
"jscodeshift": "0.6.3",
|
|
215
215
|
"json-stringify-safe": "5.0.1",
|
|
216
|
-
"json10": "~13.0.
|
|
216
|
+
"json10": "~13.0.10",
|
|
217
217
|
"json10-writer": "~13.0.10",
|
|
218
218
|
"json5-writer": "0.2.0",
|
|
219
219
|
"karma": "6.3.0",
|
|
@@ -224,25 +224,25 @@
|
|
|
224
224
|
"karma-jasmine-html-reporter": "1.7.0",
|
|
225
225
|
"lnk": "1.0.1",
|
|
226
226
|
"lockfile": "1.0.4",
|
|
227
|
-
"lodash-walk-object": "~13.0.
|
|
227
|
+
"lodash-walk-object": "~13.0.10",
|
|
228
228
|
"lodash.get": ">= 4",
|
|
229
229
|
"lodash.isequal": ">= 4",
|
|
230
230
|
"lodash.merge": ">= 4",
|
|
231
231
|
"lodash.set": ">= 4",
|
|
232
232
|
"lowdb": "1.0.0",
|
|
233
|
-
"magic-renamer": "13.0.
|
|
233
|
+
"magic-renamer": "~13.0.7",
|
|
234
234
|
"material-design-icons": "3.0.1",
|
|
235
235
|
"method-override": "2.3.10",
|
|
236
236
|
"minimist": "1.2.0",
|
|
237
237
|
"mocha": "5.2.0",
|
|
238
238
|
"moment": "2.22.2",
|
|
239
|
-
"morphi": "~13.0.
|
|
239
|
+
"morphi": "~13.0.21",
|
|
240
240
|
"ng-packagr": "13.0.0",
|
|
241
|
-
"ng-talkback": "13.0.
|
|
242
|
-
"ng2-logger": "~13.0.
|
|
243
|
-
"ng2-rest": "~13.0.
|
|
244
|
-
"ng4-icons": "~13.0.
|
|
245
|
-
"ng4-modal": "~13.0.
|
|
241
|
+
"ng-talkback": "~13.0.8",
|
|
242
|
+
"ng2-logger": "~13.0.10",
|
|
243
|
+
"ng2-rest": "~13.0.13",
|
|
244
|
+
"ng4-icons": "~13.0.11",
|
|
245
|
+
"ng4-modal": "~13.0.13",
|
|
246
246
|
"ngx-bootstrap": "8.0.0",
|
|
247
247
|
"ngx-editor": "12.2.1",
|
|
248
248
|
"ngx-moment": "6.0.2",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"ngx-store": "3.1.1",
|
|
251
251
|
"ngx-toastr": "14.2.2",
|
|
252
252
|
"ngx-wig": "13.0.3",
|
|
253
|
-
"node-cli-tester": "13.0.
|
|
253
|
+
"node-cli-tester": "~13.0.8",
|
|
254
254
|
"node-localstorage": "2.1.6",
|
|
255
255
|
"node-notifier": "6.0.0",
|
|
256
256
|
"nodemon": "1.14.11",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"ps-node": "0.1.6",
|
|
271
271
|
"q": "1.5.1",
|
|
272
272
|
"randomcolor": "0.5.3",
|
|
273
|
-
"record-replay-req-res-scenario": "13.0.
|
|
273
|
+
"record-replay-req-res-scenario": "~13.0.9",
|
|
274
274
|
"reflect-metadata": "0.1.10",
|
|
275
275
|
"rimraf": "2.6.2",
|
|
276
276
|
"rxjs": "~7.5.0",
|
|
@@ -283,32 +283,32 @@
|
|
|
283
283
|
"sudo-block": "3.0.0",
|
|
284
284
|
"systeminformation": "3.45.7",
|
|
285
285
|
"task.js": "0.1.5",
|
|
286
|
-
"tnp-cli": "~13.0.
|
|
287
|
-
"tnp-config": "~13.0.
|
|
288
|
-
"tnp-core": "~13.0.
|
|
289
|
-
"tnp-db": "~13.0.
|
|
290
|
-
"tnp-helpers": "~13.0.
|
|
291
|
-
"tnp-models": "~13.0.
|
|
292
|
-
"tnp-ui": "~13.0.
|
|
286
|
+
"tnp-cli": "~13.0.11",
|
|
287
|
+
"tnp-config": "~13.0.15",
|
|
288
|
+
"tnp-core": "~13.0.34",
|
|
289
|
+
"tnp-db": "~13.0.20",
|
|
290
|
+
"tnp-helpers": "~13.0.18",
|
|
291
|
+
"tnp-models": "~13.0.13",
|
|
292
|
+
"tnp-ui": "~13.0.12",
|
|
293
293
|
"ts-debug": "1.3.0",
|
|
294
294
|
"ts-loader": "2.3.1",
|
|
295
295
|
"ts-node": "10.7.0",
|
|
296
296
|
"tslib": "~2.3.0",
|
|
297
297
|
"typeorm": "~0.2.45",
|
|
298
298
|
"typescript": "~4.5.2",
|
|
299
|
-
"typescript-class-helpers": "~13.0.
|
|
299
|
+
"typescript-class-helpers": "~13.0.10",
|
|
300
300
|
"typescript-formatter": "~7.2.2",
|
|
301
301
|
"underscore": "1.9.1",
|
|
302
302
|
"validator": "9.2.0",
|
|
303
|
-
"vpn-split": "13.0.13",
|
|
303
|
+
"vpn-split": "~13.0.13",
|
|
304
304
|
"watch": "1.0.2",
|
|
305
305
|
"zone.js": "~0.11.4"
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
308
|
"build": {
|
|
309
|
-
"number":
|
|
310
|
-
"date": "2022-
|
|
311
|
-
"hash": "
|
|
309
|
+
"number": 247,
|
|
310
|
+
"date": "2022-04-15T04:08:16.000Z",
|
|
311
|
+
"hash": "b2e29b83559c61976bd8b0b093ce5ad674712ee0",
|
|
312
312
|
"options": {}
|
|
313
313
|
},
|
|
314
314
|
"currentProjectName": "ng-talkback",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"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%22ng-talkback%22%0A%7D\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"],\"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>/**\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
317
317
|
"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\"}]}",
|
|
318
318
|
"currentProjectType": "isomorphic-lib",
|
|
319
|
-
"currentFrameworkVersion": "13.0.
|
|
319
|
+
"currentFrameworkVersion": "13.0.62",
|
|
320
320
|
"currentProjectIsStrictSite": false,
|
|
321
321
|
"currentProjectIsDependencySite": false,
|
|
322
322
|
"currentProjectIsStatic": false,
|