Skip to content

Commit 3b2740c

Browse files
committed
revert package changes
1 parent 9a58ab8 commit 3b2740c

File tree

2 files changed

+41
-47
lines changed

2 files changed

+41
-47
lines changed

packages/amazonq/.vscode/tasks.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"tasks": [
66
{
77
"label": "watch",
8-
"type": "npm",
9-
"script": "watch",
8+
"type": "shell",
9+
"command": "npm",
10+
"args": ["run", "watch"],
1011
"problemMatcher": "$tsc-watch",
1112
"isBackground": true,
1213
"group": {

packages/core/package.json

Lines changed: 38 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -147,277 +147,270 @@
147147
"fontCharacter": "\\f1b9"
148148
}
149149
},
150-
"aws-amazonq-transform-landing-page-icon": {
151-
"description": "AWS Contributed Icon",
152-
"default": {
153-
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
154-
"fontCharacter": "\\f1ba"
155-
}
156-
},
157150
"aws-amazonq-transform-logo": {
158151
"description": "AWS Contributed Icon",
159152
"default": {
160153
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
161-
"fontCharacter": "\\f1bb"
154+
"fontCharacter": "\\f1ba"
162155
}
163156
},
164157
"aws-amazonq-transform-step-into-dark": {
165158
"description": "AWS Contributed Icon",
166159
"default": {
167160
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
168-
"fontCharacter": "\\f1bc"
161+
"fontCharacter": "\\f1bb"
169162
}
170163
},
171164
"aws-amazonq-transform-step-into-light": {
172165
"description": "AWS Contributed Icon",
173166
"default": {
174167
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
175-
"fontCharacter": "\\f1bd"
168+
"fontCharacter": "\\f1bc"
176169
}
177170
},
178171
"aws-amazonq-transform-variables-dark": {
179172
"description": "AWS Contributed Icon",
180173
"default": {
181174
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
182-
"fontCharacter": "\\f1be"
175+
"fontCharacter": "\\f1bd"
183176
}
184177
},
185178
"aws-amazonq-transform-variables-light": {
186179
"description": "AWS Contributed Icon",
187180
"default": {
188181
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
189-
"fontCharacter": "\\f1bf"
182+
"fontCharacter": "\\f1be"
190183
}
191184
},
192185
"aws-applicationcomposer-icon": {
193186
"description": "AWS Contributed Icon",
194187
"default": {
195188
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
196-
"fontCharacter": "\\f1c0"
189+
"fontCharacter": "\\f1bf"
197190
}
198191
},
199192
"aws-applicationcomposer-icon-dark": {
200193
"description": "AWS Contributed Icon",
201194
"default": {
202195
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
203-
"fontCharacter": "\\f1c1"
196+
"fontCharacter": "\\f1c0"
204197
}
205198
},
206199
"aws-apprunner-service": {
207200
"description": "AWS Contributed Icon",
208201
"default": {
209202
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
210-
"fontCharacter": "\\f1c2"
203+
"fontCharacter": "\\f1c1"
211204
}
212205
},
213206
"aws-cdk-logo": {
214207
"description": "AWS Contributed Icon",
215208
"default": {
216209
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
217-
"fontCharacter": "\\f1c3"
210+
"fontCharacter": "\\f1c2"
218211
}
219212
},
220213
"aws-cloudformation-stack": {
221214
"description": "AWS Contributed Icon",
222215
"default": {
223216
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
224-
"fontCharacter": "\\f1c4"
217+
"fontCharacter": "\\f1c3"
225218
}
226219
},
227220
"aws-cloudwatch-log-group": {
228221
"description": "AWS Contributed Icon",
229222
"default": {
230223
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
231-
"fontCharacter": "\\f1c5"
224+
"fontCharacter": "\\f1c4"
232225
}
233226
},
234227
"aws-codecatalyst-logo": {
235228
"description": "AWS Contributed Icon",
236229
"default": {
237230
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
238-
"fontCharacter": "\\f1c6"
231+
"fontCharacter": "\\f1c5"
239232
}
240233
},
241234
"aws-codewhisperer-icon-black": {
242235
"description": "AWS Contributed Icon",
243236
"default": {
244237
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
245-
"fontCharacter": "\\f1c7"
238+
"fontCharacter": "\\f1c6"
246239
}
247240
},
248241
"aws-codewhisperer-icon-white": {
249242
"description": "AWS Contributed Icon",
250243
"default": {
251244
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
252-
"fontCharacter": "\\f1c8"
245+
"fontCharacter": "\\f1c7"
253246
}
254247
},
255248
"aws-codewhisperer-learn": {
256249
"description": "AWS Contributed Icon",
257250
"default": {
258251
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
259-
"fontCharacter": "\\f1c9"
252+
"fontCharacter": "\\f1c8"
260253
}
261254
},
262255
"aws-ecr-registry": {
263256
"description": "AWS Contributed Icon",
264257
"default": {
265258
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
266-
"fontCharacter": "\\f1ca"
259+
"fontCharacter": "\\f1c9"
267260
}
268261
},
269262
"aws-ecs-cluster": {
270263
"description": "AWS Contributed Icon",
271264
"default": {
272265
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
273-
"fontCharacter": "\\f1cb"
266+
"fontCharacter": "\\f1ca"
274267
}
275268
},
276269
"aws-ecs-container": {
277270
"description": "AWS Contributed Icon",
278271
"default": {
279272
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
280-
"fontCharacter": "\\f1cc"
273+
"fontCharacter": "\\f1cb"
281274
}
282275
},
283276
"aws-ecs-service": {
284277
"description": "AWS Contributed Icon",
285278
"default": {
286279
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
287-
"fontCharacter": "\\f1cd"
280+
"fontCharacter": "\\f1cc"
288281
}
289282
},
290283
"aws-generic-attach-file": {
291284
"description": "AWS Contributed Icon",
292285
"default": {
293286
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
294-
"fontCharacter": "\\f1ce"
287+
"fontCharacter": "\\f1cd"
295288
}
296289
},
297290
"aws-iot-certificate": {
298291
"description": "AWS Contributed Icon",
299292
"default": {
300293
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
301-
"fontCharacter": "\\f1cf"
294+
"fontCharacter": "\\f1ce"
302295
}
303296
},
304297
"aws-iot-policy": {
305298
"description": "AWS Contributed Icon",
306299
"default": {
307300
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
308-
"fontCharacter": "\\f1d0"
301+
"fontCharacter": "\\f1cf"
309302
}
310303
},
311304
"aws-iot-thing": {
312305
"description": "AWS Contributed Icon",
313306
"default": {
314307
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
315-
"fontCharacter": "\\f1d1"
308+
"fontCharacter": "\\f1d0"
316309
}
317310
},
318311
"aws-lambda-function": {
319312
"description": "AWS Contributed Icon",
320313
"default": {
321314
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
322-
"fontCharacter": "\\f1d2"
315+
"fontCharacter": "\\f1d1"
323316
}
324317
},
325318
"aws-mynah-MynahIconBlack": {
326319
"description": "AWS Contributed Icon",
327320
"default": {
328321
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
329-
"fontCharacter": "\\f1d3"
322+
"fontCharacter": "\\f1d2"
330323
}
331324
},
332325
"aws-mynah-MynahIconWhite": {
333326
"description": "AWS Contributed Icon",
334327
"default": {
335328
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
336-
"fontCharacter": "\\f1d4"
329+
"fontCharacter": "\\f1d3"
337330
}
338331
},
339332
"aws-mynah-logo": {
340333
"description": "AWS Contributed Icon",
341334
"default": {
342335
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
343-
"fontCharacter": "\\f1d5"
336+
"fontCharacter": "\\f1d4"
344337
}
345338
},
346339
"aws-redshift-cluster": {
347340
"description": "AWS Contributed Icon",
348341
"default": {
349342
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
350-
"fontCharacter": "\\f1d6"
343+
"fontCharacter": "\\f1d5"
351344
}
352345
},
353346
"aws-redshift-cluster-connected": {
354347
"description": "AWS Contributed Icon",
355348
"default": {
356349
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
357-
"fontCharacter": "\\f1d7"
350+
"fontCharacter": "\\f1d6"
358351
}
359352
},
360353
"aws-redshift-database": {
361354
"description": "AWS Contributed Icon",
362355
"default": {
363356
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
364-
"fontCharacter": "\\f1d8"
357+
"fontCharacter": "\\f1d7"
365358
}
366359
},
367360
"aws-redshift-redshift-cluster-connected": {
368361
"description": "AWS Contributed Icon",
369362
"default": {
370363
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
371-
"fontCharacter": "\\f1d9"
364+
"fontCharacter": "\\f1d8"
372365
}
373366
},
374367
"aws-redshift-schema": {
375368
"description": "AWS Contributed Icon",
376369
"default": {
377370
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
378-
"fontCharacter": "\\f1da"
371+
"fontCharacter": "\\f1d9"
379372
}
380373
},
381374
"aws-redshift-table": {
382375
"description": "AWS Contributed Icon",
383376
"default": {
384377
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
385-
"fontCharacter": "\\f1db"
378+
"fontCharacter": "\\f1da"
386379
}
387380
},
388381
"aws-s3-bucket": {
389382
"description": "AWS Contributed Icon",
390383
"default": {
391384
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
392-
"fontCharacter": "\\f1dc"
385+
"fontCharacter": "\\f1db"
393386
}
394387
},
395388
"aws-s3-create-bucket": {
396389
"description": "AWS Contributed Icon",
397390
"default": {
398391
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
399-
"fontCharacter": "\\f1dd"
392+
"fontCharacter": "\\f1dc"
400393
}
401394
},
402395
"aws-schemas-registry": {
403396
"description": "AWS Contributed Icon",
404397
"default": {
405398
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
406-
"fontCharacter": "\\f1de"
399+
"fontCharacter": "\\f1dd"
407400
}
408401
},
409402
"aws-schemas-schema": {
410403
"description": "AWS Contributed Icon",
411404
"default": {
412405
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
413-
"fontCharacter": "\\f1df"
406+
"fontCharacter": "\\f1de"
414407
}
415408
},
416409
"aws-stepfunctions-preview": {
417410
"description": "AWS Contributed Icon",
418411
"default": {
419412
"fontPath": "./resources/fonts/aws-toolkit-icons.woff",
420-
"fontCharacter": "\\f1e0"
413+
"fontCharacter": "\\f1df"
421414
}
422415
}
423416
}

0 commit comments

Comments
 (0)