@livepreso/api 6.52.0 → 6.53.0

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.
Files changed (60) hide show
  1. package/CHANGELOG.json +17 -0
  2. package/CHANGELOG.md +12 -1
  3. package/cjs/presentation/presentation-deck.js +28 -15
  4. package/cjs/presentation/presentation-deck.js.map +1 -1
  5. package/cjs/presentation/presentation-section.js +19 -9
  6. package/cjs/presentation/presentation-section.js.map +1 -1
  7. package/cjs/presentation/presentation-section.spec.js +3 -3
  8. package/cjs/presentation/presentation-section.spec.js.map +1 -1
  9. package/cjs/presentation/presentation-slide.js +22 -5
  10. package/cjs/presentation/presentation-slide.js.map +1 -1
  11. package/cjs/presentation/presentation.js +2 -2
  12. package/cjs/presentation/presentation.js.map +1 -1
  13. package/package.json +3 -3
  14. package/src/presentation/presentation-deck.js +34 -17
  15. package/src/presentation/presentation-section.js +15 -3
  16. package/src/presentation/presentation-section.spec.js +2 -6
  17. package/src/presentation/presentation-slide.js +17 -2
  18. package/src/presentation/presentation.js +2 -2
  19. package/.rush/temp/1aebf46f78ad5c45f82f8147751890adb37bef9d.log +0 -10
  20. package/.rush/temp/256021b5963b4c0221d3dec247b697b9691a9b2c.log +0 -10
  21. package/.rush/temp/2a322f00f12cf9d1e64afe81275cc78d01c49050.log +0 -10
  22. package/.rush/temp/30061f1865447dcbb3f20a305061205f3dbe6091.log +0 -10
  23. package/.rush/temp/3cdc82c352e8ed90607952873f3aa4c200490874.log +0 -10
  24. package/.rush/temp/45522aea0dee8cb2be1a53248ba45bd235743b43.log +0 -10
  25. package/.rush/temp/5489ab737e406518983c16c57fc3e1edc07c0341.log +0 -10
  26. package/.rush/temp/58fcbb7f15a76326d40e0839ab179755da82a891.log +0 -10
  27. package/.rush/temp/5bc0bba70b733baa4dd976667ba0a1386e516186.log +0 -10
  28. package/.rush/temp/64f1bb696f8d7d7e72907b80df316b127f72e23e.log +0 -10
  29. package/.rush/temp/6f640f951414ea68adb65c17e4ed7527cde54faf.log +0 -10
  30. package/.rush/temp/7c7b958682d4ab5697530be47d0aac62efe1adf1.log +0 -10
  31. package/.rush/temp/82bfb987463fbcfebf04022e6ed00015c73879c8.log +0 -10
  32. package/.rush/temp/844034aa6e542115075e8f3dc5ffc640973e0064.log +0 -10
  33. package/.rush/temp/8b42957a7c15da1f29cb57bee125f13affa70dca.log +0 -10
  34. package/.rush/temp/924652444ab5a6063f328a2217123a2227058896.log +0 -10
  35. package/.rush/temp/9f2030f96d62f3e38052e35201819a216566f14f.log +0 -10
  36. package/.rush/temp/a769db9d81a23000c0e9b1bf4f1a9a9e721d0d7c.log +0 -10
  37. package/.rush/temp/a87d3a8b4ece87ec66f27c86226a9f205617681f.log +0 -10
  38. package/.rush/temp/bb7a5bdcc4af4ad1507f81f33774b31f5b4e4fb7.log +0 -10
  39. package/.rush/temp/build-cache-tar.log +0 -7
  40. package/.rush/temp/c20e29ccaaa9231b38a28bb24451b4ce7562cdc0.log +0 -10
  41. package/.rush/temp/chunked-rush-logs/api.build.chunks.jsonl +0 -6
  42. package/.rush/temp/chunked-rush-logs/api.test.chunks.jsonl +0 -1
  43. package/.rush/temp/e21303db8f59b4625fd184c9114377d781fd24f8.log +0 -10
  44. package/.rush/temp/e6d303862765b6a5f41dd483d0f9ae083a1fae10.log +0 -10
  45. package/.rush/temp/eaf69fbc059d2f1258d7569136180d4a1d3c7072.log +0 -10
  46. package/.rush/temp/f85d279e2674966daaec83e1c3986a96f86ef304.log +0 -10
  47. package/.rush/temp/fc0a332c5b34c6b90006850cf2d93a48fb4b9a6e.log +0 -10
  48. package/.rush/temp/operation/build/all.log +0 -6
  49. package/.rush/temp/operation/build/log-chunks.jsonl +0 -6
  50. package/.rush/temp/operation/build/state.json +0 -3
  51. package/.rush/temp/operation/test/all.log +0 -19
  52. package/.rush/temp/operation/test/state.json +0 -3
  53. package/.rush/temp/package-deps_build.json +0 -185
  54. package/api.build.log +0 -9
  55. package/api.test.cache.log +0 -1
  56. package/api.test.log +0 -19
  57. package/rush-logs/api.build.cache.log +0 -1
  58. package/rush-logs/api.build.log +0 -6
  59. package/rush-logs/api.test.cache.log +0 -1
  60. package/rush-logs/api.test.log +0 -1
@@ -351,7 +351,6 @@ PresentationSection.createFromAdjunctSection = function (
351
351
 
352
352
  PresentationSection.createFromImpostorSection = function (
353
353
  slideModel,
354
- DeckVersionModel,
355
354
  options = {},
356
355
  ) {
357
356
  _.defaults(options, {
@@ -419,9 +418,12 @@ PresentationSection.createFromImpostorSection = function (
419
418
 
420
419
  PresentationSection.createFromManifestJSON = function (
421
420
  manifestJSON,
421
+ project,
422
422
  sectionKey,
423
423
  index,
424
424
  ) {
425
+ const projectSection = project?.sections.find((s) => s.key === sectionKey);
426
+
425
427
  const section = new PresentationSection({
426
428
  id: parseInt(_.uniqueId(), 10),
427
429
  index,
@@ -435,7 +437,7 @@ PresentationSection.createFromManifestJSON = function (
435
437
  visible: true,
436
438
  deckversion: 1,
437
439
  tags: manifestJSON.tags[sectionKey] || null,
438
- cmsvalkey_set: [],
440
+ cmsvalkey_set: projectSection?.editables ?? [],
439
441
  });
440
442
 
441
443
  const slideKeys = Object.keys(manifestJSON.titles).filter((slideKey) => {
@@ -446,6 +448,7 @@ PresentationSection.createFromManifestJSON = function (
446
448
  slideKeys.map((key, slideIndex) => {
447
449
  return PresentationSlide.createFromManifestJSON(
448
450
  manifestJSON,
451
+ project,
449
452
  key,
450
453
  section.id,
451
454
  slideIndex,
@@ -456,10 +459,16 @@ PresentationSection.createFromManifestJSON = function (
456
459
  return section;
457
460
  };
458
461
 
459
- PresentationSection.createFromManifestImpostor = function (section, index) {
462
+ PresentationSection.createFromManifestImpostor = function (
463
+ section,
464
+ project,
465
+ index,
466
+ ) {
460
467
  const slides = section.slides || [];
461
468
  section.slides = null;
462
469
 
470
+ const projectSection = project?.sections.find((s) => s.key === section.key);
471
+
463
472
  const presentationSection = new PresentationSection({
464
473
  id: parseInt(_.uniqueId(), 10),
465
474
  thumbnail: null,
@@ -468,12 +477,15 @@ PresentationSection.createFromManifestImpostor = function (section, index) {
468
477
  deckversion: 1,
469
478
  index,
470
479
  ...section,
480
+ cmsvalkey_set: projectSection?.editables ?? [],
471
481
  });
472
482
 
473
483
  slides.forEach((slide, index) => {
474
484
  presentationSection.slides.add(
475
485
  PresentationSlide.createFromManifestImpostor(
476
486
  slide,
487
+ section,
488
+ project,
477
489
  index,
478
490
  presentationSection.id,
479
491
  ),
@@ -341,7 +341,6 @@ describe("#createFromImpostorSection", () => {
341
341
  };
342
342
  const presentationSection = PresentationSection.createFromImpostorSection(
343
343
  impostorSection,
344
- null,
345
344
  options,
346
345
  );
347
346
 
@@ -352,10 +351,8 @@ describe("#createFromImpostorSection", () => {
352
351
  it("should use the default image from the model if no screenshot found", () => {
353
352
  const data = getImpostorSectionJSON();
354
353
  const impostorSection = new SlideModel(data);
355
- const presentationSection = PresentationSection.createFromImpostorSection(
356
- impostorSection,
357
- null,
358
- );
354
+ const presentationSection =
355
+ PresentationSection.createFromImpostorSection(impostorSection);
359
356
  expect(presentationSection.thumbnail).toEqual(data.image_256);
360
357
  });
361
358
 
@@ -369,7 +366,6 @@ describe("#createFromImpostorSection", () => {
369
366
 
370
367
  const presentationSection = PresentationSection.createFromImpostorSection(
371
368
  impostorSection,
372
- null,
373
369
  options,
374
370
  );
375
371
  expect(presentationSection.thumbnail).toEqual("test-screenshot.png");
@@ -339,11 +339,16 @@ PresentationSlide.createFromAdjunctSlide = function (
339
339
 
340
340
  PresentationSlide.createFromManifestJSON = function (
341
341
  manifestJSON,
342
+ project,
342
343
  key,
343
344
  sectionID,
344
345
  index,
345
346
  ) {
346
- const [, slideKey] = key.split("/");
347
+ const [sectionKey, slideKey] = key.split("/");
348
+ const projectSection = project?.sections?.find?.((s) => s.key === sectionKey);
349
+ const projectSlide = projectSection?.slides?.find?.(
350
+ (s) => s.key === slideKey,
351
+ );
347
352
 
348
353
  const slide = new PresentationSlide({
349
354
  id: parseInt(_.uniqueId(), 10),
@@ -359,7 +364,7 @@ PresentationSlide.createFromManifestJSON = function (
359
364
  visible: true,
360
365
  section: sectionID,
361
366
  tags: manifestJSON.tags[key] || null,
362
- cmsvalkey_set: [],
367
+ cmsvalkey_set: projectSlide?.editables ?? [],
363
368
  });
364
369
 
365
370
  return slide;
@@ -367,9 +372,18 @@ PresentationSlide.createFromManifestJSON = function (
367
372
 
368
373
  PresentationSlide.createFromManifestImpostor = function (
369
374
  slide,
375
+ section,
376
+ project,
370
377
  index,
371
378
  sectionID,
372
379
  ) {
380
+ const projectSection = project?.sections?.find?.(
381
+ (s) => s.key === section.key,
382
+ );
383
+ const projectSlide = projectSection?.slides?.find?.(
384
+ (s) => s.key === slide.key,
385
+ );
386
+
373
387
  const presentationSlide = new PresentationSlide({
374
388
  id: parseInt(_.uniqueId(), 10),
375
389
  editable: slide.tags.indexOf("editable") !== -1,
@@ -379,6 +393,7 @@ PresentationSlide.createFromManifestImpostor = function (
379
393
  section: sectionID,
380
394
  index,
381
395
  ...slide,
396
+ cmsvalkey_set: projectSlide?.editables ?? [],
382
397
  });
383
398
 
384
399
  return presentationSlide;
@@ -79,13 +79,13 @@ Presentation.createFromDeckversion = function (deckversionURL, options) {
79
79
  });
80
80
  };
81
81
 
82
- Presentation.createFromManifestJSON = function (manifestJSON, url) {
82
+ Presentation.createFromManifestJSON = function (manifestJSON, project, url) {
83
83
  const manifestModel = new ManifestJSONModel(manifestJSON.toJSON());
84
84
 
85
85
  // Let's use the model to transport the base url for the deck assets
86
86
  manifestModel._url = url;
87
87
 
88
- const deck = PresentationDeck.createFromManifestJSON(manifestModel);
88
+ const deck = PresentationDeck.createFromManifestJSON(manifestModel, project);
89
89
  const presentation = new Presentation();
90
90
  presentation.decks.add(deck);
91
91
  return presentation;
@@ -1,10 +0,0 @@
1
- Start time: Wed Jul 27 2022 10:27:08 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/1aebf46f78ad5c45f82f8147751890adb37bef9d"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Fri May 06 2022 15:04:15 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/256021b5963b4c0221d3dec247b697b9691a9b2c"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Thu May 19 2022 15:05:38 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/2a322f00f12cf9d1e64afe81275cc78d01c49050"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 02 2022 11:57:30 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/30061f1865447dcbb3f20a305061205f3dbe6091.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Thu Aug 18 2022 10:29:50 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/3cdc82c352e8ed90607952873f3aa4c200490874"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Mon May 09 2022 09:14:42 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/45522aea0dee8cb2be1a53248ba45bd235743b43.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Jul 20 2022 14:55:42 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/5489ab737e406518983c16c57fc3e1edc07c0341.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 02 2022 11:59:28 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/58fcbb7f15a76326d40e0839ab179755da82a891.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Thu May 19 2022 11:32:27 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/5bc0bba70b733baa4dd976667ba0a1386e516186"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 02 2022 11:38:17 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/64f1bb696f8d7d7e72907b80df316b127f72e23e.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Thu Apr 14 2022 14:28:50 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/6f640f951414ea68adb65c17e4ed7527cde54faf.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 02 2022 12:09:00 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/7c7b958682d4ab5697530be47d0aac62efe1adf1.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 30 2022 17:11:25 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/82bfb987463fbcfebf04022e6ed00015c73879c8.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Thu May 19 2022 15:10:22 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/844034aa6e542115075e8f3dc5ffc640973e0064"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 02 2022 11:32:11 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/8b42957a7c15da1f29cb57bee125f13affa70dca.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Fri Sep 02 2022 15:29:16 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/924652444ab5a6063f328a2217123a2227058896.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Tue Jun 13 2023 13:40:11 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/9f2030f96d62f3e38052e35201819a216566f14f.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 02 2022 11:23:03 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/a769db9d81a23000c0e9b1bf4f1a9a9e721d0d7c.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed May 18 2022 10:30:13 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/a87d3a8b4ece87ec66f27c86226a9f205617681f.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 02 2022 11:24:53 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/bb7a5bdcc4af4ad1507f81f33774b31f5b4e4fb7"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,7 +0,0 @@
1
- Start time: Mon Dec 06 2021 14:47:24 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/072ab920f9ddebf006639da2072a348b73b25010"
3
-
4
- ======= BEGIN PROCESS OUTPUT =======
5
- ======== END PROCESS OUTPUT ========
6
-
7
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Tue May 31 2022 09:13:07 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/c20e29ccaaa9231b38a28bb24451b4ce7562cdc0"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,6 +0,0 @@
1
- {"kind":"O","text":"Invoking: run-p build:* \n"}
2
- {"kind":"O","text":"\n"}
3
- {"kind":"O","text":"> @livepreso/api@6.51.0 build:cjs\n"}
4
- {"kind":"O","text":"> BABEL_ENV=cjs babel --delete-dir-on-start src/ --out-dir=cjs/ -s\n"}
5
- {"kind":"O","text":"\n"}
6
- {"kind":"O","text":"Successfully compiled 163 files with Babel (13045ms).\n"}
@@ -1 +0,0 @@
1
- {"kind":"O","text":"Invoking: jest --coverage --coverageReporters=json \n"}
@@ -1,10 +0,0 @@
1
- Start time: Fri May 06 2022 16:39:48 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/e21303db8f59b4625fd184c9114377d781fd24f8.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Mon May 09 2022 09:28:56 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/e6d303862765b6a5f41dd483d0f9ae083a1fae10"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Fri May 20 2022 08:34:05 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -x -m -f /home/adam/Programming/work/livepreso/common/temp/build-cache/eaf69fbc059d2f1258d7569136180d4a1d3c7072"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Fri May 20 2022 09:30:33 GMT+1000 (Australian Eastern Standard Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/f85d279e2674966daaec83e1c3986a96f86ef304.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,10 +0,0 @@
1
- Start time: Wed Mar 02 2022 12:04:22 GMT+1100 (Australian Eastern Daylight Time)
2
- Invoking "/usr/bin/tar -c -f /home/adam/Programming/work/livepreso/common/temp/build-cache/fc0a332c5b34c6b90006850cf2d93a48fb4b9a6e.temp -z --files-from=-"
3
-
4
- ======= BEGIN PROCESS INPUT ======
5
-
6
- ======== END PROCESS INPUT =======
7
- ======= BEGIN PROCESS OUTPUT =======
8
- ======== END PROCESS OUTPUT ========
9
-
10
- Exited with code "0"
@@ -1,6 +0,0 @@
1
- Invoking: run-p build:*
2
-
3
- > @livepreso/api@6.51.0 build:cjs
4
- > BABEL_ENV=cjs babel --delete-dir-on-start src/ --out-dir=cjs/ -s
5
-
6
- Successfully compiled 163 files with Babel (13045ms).
@@ -1,6 +0,0 @@
1
- {"kind":"O","text":"Invoking: run-p build:* \n"}
2
- {"kind":"O","text":"\n"}
3
- {"kind":"O","text":"> @livepreso/api@6.51.0 build:cjs\n"}
4
- {"kind":"O","text":"> BABEL_ENV=cjs babel --delete-dir-on-start src/ --out-dir=cjs/ -s\n"}
5
- {"kind":"O","text":"\n"}
6
- {"kind":"O","text":"Successfully compiled 163 files with Babel (13045ms).\n"}
@@ -1,3 +0,0 @@
1
- {
2
- "nonCachedDurationMs": 14681.668860912323
3
- }
@@ -1,19 +0,0 @@
1
- Invoking: jest --coverage --coverageReporters=json
2
- PASS src/presentation/base-presentation-model.spec.js (46.851 s)
3
- PASS src/presentation/presentation-section.spec.js (47.38 s)
4
- PASS src/models/timing-log.spec.js (47.233 s)
5
- PASS src/presentation/presentation-slide.spec.js (47.313 s)
6
- PASS src/collections/base.spec.js (47.337 s)
7
- PASS src/presentation/presentation-deck.spec.js (47.104 s)
8
- PASS src/models/base.spec.js (48.024 s)
9
- PASS src/api.spec.js
10
- PASS src/presentation/presentation-subslide.spec.js
11
- PASS src/models/user.spec.js
12
- PASS src/utils.spec.js
13
- PASS src/auth.spec.js
14
-
15
- Test Suites: 12 passed, 12 total
16
- Tests: 140 passed, 140 total
17
- Snapshots: 0 total
18
- Time: 55.503 s, estimated 60 s
19
- Ran all test suites.
@@ -1,3 +0,0 @@
1
- {
2
- "nonCachedDurationMs": 56159.75246399641
3
- }