typescript-class-helpers 1.0.37 → 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 +3 -3
- package/package.json +3 -3
- package/package.json_devDependencies.json +25 -28
- package/tmp-environment.json +32 -35
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"
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"enum-values": "~1.2.1",
|
|
25
|
-
"ng2-logger": "~8.0.
|
|
25
|
+
"ng2-logger": "~8.0.16"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"private": false,
|
|
29
|
-
"lastBuildTagHash": "
|
|
29
|
+
"lastBuildTagHash": "6b3b7ee7e771b3c73d98a480d0d41c6f6b15751f"
|
|
30
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"
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"enum-values": "~1.2.1",
|
|
25
|
-
"ng2-logger": "~8.0.
|
|
25
|
+
"ng2-logger": "~8.0.16"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"private": false,
|
|
29
|
-
"lastBuildTagHash": "
|
|
29
|
+
"lastBuildTagHash": "6b3b7ee7e771b3c73d98a480d0d41c6f6b15751f"
|
|
30
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",
|
|
@@ -184,7 +181,7 @@
|
|
|
184
181
|
"ps-node": "0.1.6",
|
|
185
182
|
"q": "1.5.1",
|
|
186
183
|
"randomcolor": "0.5.3",
|
|
187
|
-
"record-replay-req-res-scenario": "~0.0.
|
|
184
|
+
"record-replay-req-res-scenario": "~0.0.23",
|
|
188
185
|
"reflect-metadata": "0.1.10",
|
|
189
186
|
"rimraf": "2.6.2",
|
|
190
187
|
"rxjs": "6.5.4",
|
|
@@ -193,19 +190,19 @@
|
|
|
193
190
|
"sloc": "0.2.0",
|
|
194
191
|
"socket.io": "2.4.1",
|
|
195
192
|
"sort-package-json": "1.11.0",
|
|
196
|
-
"static-columns": "~2.0.
|
|
193
|
+
"static-columns": "~2.0.4",
|
|
197
194
|
"string-similarity": "4.0.2",
|
|
198
195
|
"sudo-block": "3.0.0",
|
|
199
196
|
"systeminformation": "3.45.7",
|
|
200
197
|
"task.js": "0.1.5",
|
|
201
|
-
"tnp-cli": "~2.0.
|
|
202
|
-
"tnp-config": "~1.0.
|
|
203
|
-
"tnp-core": "~1.0.
|
|
204
|
-
"tnp-db": "~0.0.
|
|
205
|
-
"tnp-helpers": "~0.0.
|
|
206
|
-
"tnp-models": "~0.0.
|
|
207
|
-
"tnp-tools": "~0.0.
|
|
208
|
-
"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",
|
|
209
206
|
"ts-loader": "7.0.4",
|
|
210
207
|
"ts-node": "8.3.0",
|
|
211
208
|
"tsickle": "0.26.0",
|
|
@@ -213,13 +210,13 @@
|
|
|
213
210
|
"tslint": "6.1.0",
|
|
214
211
|
"typeorm": "~0.2.7",
|
|
215
212
|
"typescript": "4.1.5",
|
|
216
|
-
"typescript-class-helpers": "~1.0.
|
|
213
|
+
"typescript-class-helpers": "~1.0.37",
|
|
217
214
|
"typescript-formatter": "7.2.2",
|
|
218
215
|
"uglifyjs-webpack-plugin": "2.2.0",
|
|
219
216
|
"underscore": "1.9.1",
|
|
220
217
|
"uuid": "8.3.2",
|
|
221
218
|
"validator": "9.2.0",
|
|
222
|
-
"vpn-split": "~0.0.
|
|
219
|
+
"vpn-split": "~0.0.15",
|
|
223
220
|
"watch": "1.0.2",
|
|
224
221
|
"webpack-cli": "3.3.11",
|
|
225
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"
|
|
@@ -80,9 +80,6 @@
|
|
|
80
80
|
"@angular/pwa": "0.900.0-rc.7",
|
|
81
81
|
"@angular/router": "9.1.3",
|
|
82
82
|
"@angular/service-worker": "9.1.3",
|
|
83
|
-
"@iconify/icons-fa-solid": "1.0.1",
|
|
84
|
-
"@iconify/icons-mdi": "1.0.8",
|
|
85
|
-
"@iconify/react": "1.1.3",
|
|
86
83
|
"@mdi/js": "5.8.55",
|
|
87
84
|
"@ngx-formly/bootstrap": "5.5.6",
|
|
88
85
|
"@ngx-formly/core": "5.5.6",
|
|
@@ -128,13 +125,13 @@
|
|
|
128
125
|
"axios": "0.17.1",
|
|
129
126
|
"babel-cli": "6.26.0",
|
|
130
127
|
"babel-preset-env": "1.7.0",
|
|
131
|
-
"background-worker-process": "~0.0.
|
|
128
|
+
"background-worker-process": "~0.0.32",
|
|
132
129
|
"bcryptjs": "2.4.3",
|
|
133
130
|
"body-parser": "1.18.2",
|
|
134
131
|
"bootstrap": "4.3.1",
|
|
135
|
-
"bs4-breakpoint": "~2.0.
|
|
132
|
+
"bs4-breakpoint": "~2.0.36",
|
|
136
133
|
"buffer-shims": "1.0.0",
|
|
137
|
-
"button-dropdown": "~1.0.
|
|
134
|
+
"button-dropdown": "~1.0.40",
|
|
138
135
|
"callsite-record": "4.1.3",
|
|
139
136
|
"chai": "4.2.0",
|
|
140
137
|
"chalk": "2.3.2",
|
|
@@ -179,7 +176,7 @@
|
|
|
179
176
|
"http-proxy": "1.16.2",
|
|
180
177
|
"http-proxy-middleware": "0.19.1",
|
|
181
178
|
"http-server": "0.11.1",
|
|
182
|
-
"incremental-compiler": "~1.1.
|
|
179
|
+
"incremental-compiler": "~1.1.48",
|
|
183
180
|
"inquirer": "7.3.3",
|
|
184
181
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
185
182
|
"is-elevated": "3.0.0",
|
|
@@ -187,7 +184,7 @@
|
|
|
187
184
|
"jasmine-core": "3.5.0",
|
|
188
185
|
"jasmine-spec-reporter": "4.2.1",
|
|
189
186
|
"json-stringify-safe": "5.0.1",
|
|
190
|
-
"json10": "~1.0.
|
|
187
|
+
"json10": "~1.0.29",
|
|
191
188
|
"json5": "2.1.3",
|
|
192
189
|
"json5-writer": "0.2.0",
|
|
193
190
|
"karma": "5.0.0",
|
|
@@ -199,23 +196,23 @@
|
|
|
199
196
|
"lnk": "1.0.1",
|
|
200
197
|
"lockfile": "1.0.4",
|
|
201
198
|
"lodash": "4.17.4",
|
|
202
|
-
"lodash-walk-object": "~1.0.
|
|
199
|
+
"lodash-walk-object": "~1.0.30",
|
|
203
200
|
"lowdb": "1.0.0",
|
|
204
|
-
"magic-renamer": "~0.0.
|
|
201
|
+
"magic-renamer": "~0.0.16",
|
|
205
202
|
"material-design-icons": "3.0.1",
|
|
206
203
|
"method-override": "2.3.10",
|
|
207
204
|
"minimist": "1.2.0",
|
|
208
205
|
"mkdirp": "0.5.1",
|
|
209
206
|
"mocha": "5.2.0",
|
|
210
207
|
"moment": "2.22.2",
|
|
211
|
-
"morphi": "~4.0.
|
|
208
|
+
"morphi": "~4.0.50",
|
|
212
209
|
"ng-modal-lib": "0.0.6",
|
|
213
210
|
"ng-packagr": "5.7.1",
|
|
214
|
-
"ng-talkback": "~2.4.
|
|
211
|
+
"ng-talkback": "~2.4.21",
|
|
215
212
|
"ng2-file-upload": "1.3.0",
|
|
216
|
-
"ng2-rest": "~11.0.
|
|
217
|
-
"ng4-icons": "~0.0.
|
|
218
|
-
"ng4-modal": "~0.0.
|
|
213
|
+
"ng2-rest": "~11.0.37",
|
|
214
|
+
"ng4-icons": "~0.0.26",
|
|
215
|
+
"ng4-modal": "~0.0.27",
|
|
219
216
|
"ngx-bootstrap": "5.2.0",
|
|
220
217
|
"ngx-breadcrumbs": "0.0.3",
|
|
221
218
|
"ngx-editor": "4.1.0",
|
|
@@ -225,7 +222,7 @@
|
|
|
225
222
|
"ngx-toastr": "11.2.1",
|
|
226
223
|
"ngx-wig": "8.0.0",
|
|
227
224
|
"node-cli-test": "0.0.2",
|
|
228
|
-
"node-cli-tester": "~0.0.
|
|
225
|
+
"node-cli-tester": "~0.0.19",
|
|
229
226
|
"node-localstorage": "2.1.6",
|
|
230
227
|
"node-notifier": "6.0.0",
|
|
231
228
|
"nodemon": "1.14.11",
|
|
@@ -246,7 +243,7 @@
|
|
|
246
243
|
"ps-node": "0.1.6",
|
|
247
244
|
"q": "1.5.1",
|
|
248
245
|
"randomcolor": "0.5.3",
|
|
249
|
-
"record-replay-req-res-scenario": "~0.0.
|
|
246
|
+
"record-replay-req-res-scenario": "~0.0.23",
|
|
250
247
|
"reflect-metadata": "0.1.10",
|
|
251
248
|
"rimraf": "2.6.2",
|
|
252
249
|
"rxjs": "6.5.4",
|
|
@@ -255,19 +252,19 @@
|
|
|
255
252
|
"sloc": "0.2.0",
|
|
256
253
|
"socket.io": "2.4.1",
|
|
257
254
|
"sort-package-json": "1.11.0",
|
|
258
|
-
"static-columns": "~2.0.
|
|
255
|
+
"static-columns": "~2.0.4",
|
|
259
256
|
"string-similarity": "4.0.2",
|
|
260
257
|
"sudo-block": "3.0.0",
|
|
261
258
|
"systeminformation": "3.45.7",
|
|
262
259
|
"task.js": "0.1.5",
|
|
263
|
-
"tnp-cli": "~2.0.
|
|
264
|
-
"tnp-config": "~1.0.
|
|
265
|
-
"tnp-core": "~1.0.
|
|
266
|
-
"tnp-db": "~0.0.
|
|
267
|
-
"tnp-helpers": "~0.0.
|
|
268
|
-
"tnp-models": "~0.0.
|
|
269
|
-
"tnp-tools": "~0.0.
|
|
270
|
-
"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",
|
|
271
268
|
"ts-loader": "7.0.4",
|
|
272
269
|
"ts-node": "8.3.0",
|
|
273
270
|
"tsickle": "0.26.0",
|
|
@@ -275,29 +272,29 @@
|
|
|
275
272
|
"tslint": "6.1.0",
|
|
276
273
|
"typeorm": "~0.2.7",
|
|
277
274
|
"typescript": "4.1.5",
|
|
278
|
-
"typescript-class-helpers": "~1.0.
|
|
275
|
+
"typescript-class-helpers": "~1.0.37",
|
|
279
276
|
"typescript-formatter": "7.2.2",
|
|
280
277
|
"uglifyjs-webpack-plugin": "2.2.0",
|
|
281
278
|
"underscore": "1.9.1",
|
|
282
279
|
"uuid": "8.3.2",
|
|
283
280
|
"validator": "9.2.0",
|
|
284
|
-
"vpn-split": "~0.0.
|
|
281
|
+
"vpn-split": "~0.0.15",
|
|
285
282
|
"watch": "1.0.2",
|
|
286
283
|
"webpack-cli": "3.3.11",
|
|
287
284
|
"zone.js": "0.10.2"
|
|
288
285
|
},
|
|
289
286
|
"dependencies": {
|
|
290
287
|
"enum-values": "1.2.1",
|
|
291
|
-
"ng2-logger": "~8.0.
|
|
288
|
+
"ng2-logger": "~8.0.16"
|
|
292
289
|
},
|
|
293
290
|
"license": "MIT",
|
|
294
291
|
"private": false,
|
|
295
|
-
"lastBuildTagHash": "
|
|
292
|
+
"lastBuildTagHash": "6b3b7ee7e771b3c73d98a480d0d41c6f6b15751f"
|
|
296
293
|
},
|
|
297
294
|
"build": {
|
|
298
|
-
"number":
|
|
299
|
-
"date": "2021-10-
|
|
300
|
-
"hash": "
|
|
295
|
+
"number": 159,
|
|
296
|
+
"date": "2021-10-18T04:54:46.000Z",
|
|
297
|
+
"hash": "ae50188997c313830d227f87e1eb4b21f82162b6",
|
|
301
298
|
"options": {}
|
|
302
299
|
},
|
|
303
300
|
"currentProjectName": "typescript-class-helpers",
|
|
@@ -305,7 +302,7 @@
|
|
|
305
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\"]}]}",
|
|
306
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\"}]}",
|
|
307
304
|
"currentProjectType": "isomorphic-lib",
|
|
308
|
-
"currentFrameworkVersion": "0.0.
|
|
305
|
+
"currentFrameworkVersion": "0.0.152",
|
|
309
306
|
"currentProjectIsStrictSite": false,
|
|
310
307
|
"currentProjectIsDependencySite": false,
|
|
311
308
|
"currentProjectIsStatic": false,
|