@digabi/exam-engine-core 23.2.3-alpha.0 → 23.2.3-alpha.1

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 (41) hide show
  1. package/dist/__tests__/playwright/Annotations.test.d.ts +2 -0
  2. package/dist/__tests__/playwright/Annotations.test.d.ts.map +1 -0
  3. package/dist/__tests__/playwright/Annotations.test.js +156 -0
  4. package/dist/__tests__/playwright/Annotations.test.js.map +1 -0
  5. package/dist/__tests__/playwright/attachments/Attachments.test.d.ts +2 -0
  6. package/dist/__tests__/playwright/attachments/Attachments.test.d.ts.map +1 -0
  7. package/dist/__tests__/playwright/attachments/Attachments.test.js +30 -0
  8. package/dist/__tests__/playwright/attachments/Attachments.test.js.map +1 -0
  9. package/dist/__tests__/playwright/exam/DNDAnswerContainer.test.js +3 -14
  10. package/dist/__tests__/playwright/exam/DNDAnswerContainer.test.js.map +1 -1
  11. package/dist/__tests__/playwright/exam/Exam.test.d.ts +2 -0
  12. package/dist/__tests__/playwright/exam/Exam.test.d.ts.map +1 -0
  13. package/dist/__tests__/playwright/exam/Exam.test.js +30 -0
  14. package/dist/__tests__/playwright/exam/Exam.test.js.map +1 -0
  15. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.d.ts +2 -0
  16. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.d.ts.map +1 -0
  17. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.js +30 -0
  18. package/dist/__tests__/playwright/grading-instructions/GradingInstructions.test.js.map +1 -0
  19. package/dist/__tests__/playwright/stories/Annotations.story.d.ts +12 -0
  20. package/dist/__tests__/playwright/stories/Annotations.story.d.ts.map +1 -0
  21. package/dist/__tests__/playwright/stories/Annotations.story.js +22 -0
  22. package/dist/__tests__/playwright/stories/Annotations.story.js.map +1 -0
  23. package/dist/__tests__/playwright/stories/attachments/Attachments.story.d.ts +13 -0
  24. package/dist/__tests__/playwright/stories/attachments/Attachments.story.d.ts.map +1 -0
  25. package/dist/__tests__/playwright/stories/attachments/Attachments.story.js +17 -0
  26. package/dist/__tests__/playwright/stories/attachments/Attachments.story.js.map +1 -0
  27. package/dist/__tests__/playwright/stories/exam/Exam.story.d.ts +12 -0
  28. package/dist/__tests__/playwright/stories/exam/Exam.story.d.ts.map +1 -0
  29. package/dist/__tests__/playwright/stories/exam/Exam.story.js +56 -0
  30. package/dist/__tests__/playwright/stories/exam/Exam.story.js.map +1 -0
  31. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.d.ts +13 -0
  32. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.d.ts.map +1 -0
  33. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.js +16 -0
  34. package/dist/__tests__/playwright/stories/grading-intructions/GradingInstructions.story.js.map +1 -0
  35. package/dist/__tests__/playwright/utils/utils.d.ts +5 -0
  36. package/dist/__tests__/playwright/utils/utils.d.ts.map +1 -0
  37. package/dist/__tests__/playwright/utils/utils.js +36 -0
  38. package/dist/__tests__/playwright/utils/utils.js.map +1 -0
  39. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  40. package/dist/main-bundle.js +1 -1
  41. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-core",
3
- "version": "23.2.3-alpha.0",
3
+ "version": "23.2.3-alpha.1",
4
4
  "main": "dist/main-bundle.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Matriculation Examination Board, Finland",
@@ -59,5 +59,5 @@
59
59
  "webpack-bundle-analyzer": "^4.1.0",
60
60
  "webpack-cli": "^6.0.0"
61
61
  },
62
- "gitHead": "687fabbcd71e835f32c01e033bf8ebca801addd7"
62
+ "gitHead": "80c780bfad647a1b0bc997888d87a7833c6af7eb"
63
63
  }