project-booster-vue 9.57.3 → 9.57.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.57.3",
3
+ "version": "9.57.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -256,7 +256,6 @@ import { MediaEventOptions, MediaUploadOptions } from '@/types/pb/Media';
256
256
  import { UploadDocumentMediaType } from '@/components/question/upload-document/UploadDocument';
257
257
  import { MModal, MCard } from '@mozaic-ds/vue-3';
258
258
  import { PayloadAction } from '../../types/genericPayload';
259
- import { reset } from 'chalk';
260
259
 
261
260
  const NAME_MAX_LENGTH = 60;
262
261
  const PDF_IMAGE = 'https://storage.googleapis.com/project-booster-media/vad/PDF/visuel_PDF_plan.png';