@digabi/exam-engine-core 20.2.1 → 20.2.3
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/dist/__tests__/testExamRendering.js +25 -0
 - package/dist/__tests__/testExamRendering.js.map +1 -1
 - package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
 - package/dist/components/exam/ExamInstruction.d.ts.map +1 -1
 - package/dist/components/exam/ExamInstruction.js +1 -1
 - package/dist/components/exam/ExamInstruction.js.map +1 -1
 - package/dist/components/grading-instructions/ExamGradingInstruction.d.ts.map +1 -1
 - package/dist/components/grading-instructions/ExamGradingInstruction.js +1 -1
 - package/dist/components/grading-instructions/ExamGradingInstruction.js.map +1 -1
 - package/dist/components/shared/References.js +1 -1
 - package/dist/components/shared/References.js.map +1 -1
 - package/dist/components/shared/VersionNumber.d.ts.map +1 -1
 - package/dist/components/shared/VersionNumber.js +7 -3
 - package/dist/components/shared/VersionNumber.js.map +1 -1
 - package/dist/main-bundle.js +1 -1
 - package/package.json +3 -3
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@digabi/exam-engine-core",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "20.2. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "20.2.3",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "main": "dist/main-bundle.js",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "types": "dist/index.d.ts",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "author": "Matriculation Examination Board, Finland",
         
     | 
| 
         @@ -28,7 +28,7 @@ 
     | 
|
| 
       28 
28 
     | 
    
         
             
                "@fortawesome/react-fontawesome": "^0.2.0",
         
     | 
| 
       29 
29 
     | 
    
         
             
                "classnames": "^2.2.6",
         
     | 
| 
       30 
30 
     | 
    
         
             
                "css-loader": "^7.0.0",
         
     | 
| 
       31 
     | 
    
         
            -
                "css-minimizer-webpack-plugin": "^ 
     | 
| 
      
 31 
     | 
    
         
            +
                "css-minimizer-webpack-plugin": "^7.0.0",
         
     | 
| 
       32 
32 
     | 
    
         
             
                "date-fns": "^3.3.1",
         
     | 
| 
       33 
33 
     | 
    
         
             
                "downshift": "^9.0.0",
         
     | 
| 
       34 
34 
     | 
    
         
             
                "fontfaceobserver": "^2.1.0",
         
     | 
| 
         @@ -58,5 +58,5 @@ 
     | 
|
| 
       58 
58 
     | 
    
         
             
                "webpack-bundle-analyzer": "^4.1.0",
         
     | 
| 
       59 
59 
     | 
    
         
             
                "webpack-cli": "^5.0.2"
         
     | 
| 
       60 
60 
     | 
    
         
             
              },
         
     | 
| 
       61 
     | 
    
         
            -
              "gitHead": " 
     | 
| 
      
 61 
     | 
    
         
            +
              "gitHead": "c819b3dc4e2c791e503817628a8580503562219f"
         
     | 
| 
       62 
62 
     | 
    
         
             
            }
         
     |