@digabi/exam-engine-mastering 23.20.4 → 23.20.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.
@@ -4,7 +4,7 @@ export interface KeyAndIv {
4
4
  key: Buffer;
5
5
  iv: Buffer;
6
6
  }
7
- export declare function createAES256EncryptStreamWithIv({ key, iv }: KeyAndIv): crypto.Cipher;
7
+ export declare function createAES256EncryptStreamWithIv({ key, iv }: KeyAndIv): crypto.Cipheriv;
8
8
  export declare function signWithSHA256AndRSA(input: NodeJS.ReadableStream, privateKeyPem: string): Readable;
9
9
  export declare function verifyWithSHA256AndRSA(signedDataBuffer: Buffer, publicKey: string, signature: string): boolean;
10
10
  export declare function deriveAES256KeyAndIv(password: string): KeyAndIv;
@@ -1 +1 @@
1
- {"version":3,"file":"crypto-utils.d.ts","sourceRoot":"","sources":["../src/crypto-utils.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,QAAQ,CAAA;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAA;AAMjC,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAA;IACX,EAAE,EAAE,MAAM,CAAA;CACX;AAED,wBAAgB,+BAA+B,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,QAAQ,GAAG,MAAM,CAAC,MAAM,CAEpF;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,CAAC,cAAc,EAAE,aAAa,EAAE,MAAM,GAAG,QAAQ,CAYlG;AAED,wBAAgB,sBAAsB,CAAC,gBAAgB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAI9G;AAED,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,QAAQ,CAM/D"}
1
+ {"version":3,"file":"crypto-utils.d.ts","sourceRoot":"","sources":["../src/crypto-utils.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,QAAQ,CAAA;AAC3B,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAA;AAMjC,MAAM,WAAW,QAAQ;IACvB,GAAG,EAAE,MAAM,CAAA;IACX,EAAE,EAAE,MAAM,CAAA;CACX;AAED,wBAAgB,+BAA+B,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAEtF;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,CAAC,cAAc,EAAE,aAAa,EAAE,MAAM,GAAG,QAAQ,CAYlG;AAED,wBAAgB,sBAAsB,CAAC,gBAAgB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAI9G;AAED,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,QAAQ,CAM/D"}
@@ -22,7 +22,7 @@ const resources = {
22
22
  };
23
23
  function initI18n(lng) {
24
24
  return i18next_1.default.createInstance({
25
- compatibilityJSON: 'v3',
25
+ compatibilityJSON: 'v4',
26
26
  resources,
27
27
  lng,
28
28
  fallbackLng: 'fi-FI',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-mastering",
3
- "version": "23.20.4",
3
+ "version": "23.20.5",
4
4
  "main": "dist/index.js",
5
5
  "repository": "https://github.com/digabi/exam-engine",
6
6
  "author": "Matriculation Examination Board, Finland",
@@ -10,17 +10,17 @@
10
10
  "schema"
11
11
  ],
12
12
  "dependencies": {
13
- "@digabi/exam-engine-core": "23.20.4",
14
- "@digabi/exam-engine-rendering": "23.20.4",
13
+ "@digabi/exam-engine-core": "23.20.5",
14
+ "@digabi/exam-engine-rendering": "23.20.5",
15
15
  "@ffprobe-installer/ffprobe": "^2.0.0",
16
16
  "cloneable-readable": "^3.0.0",
17
17
  "compare-versions": "^6.0.0",
18
18
  "ffprobe": "^1.1.0",
19
19
  "glob": "^11.0.0",
20
- "i18next": "^23.2.11",
20
+ "i18next": "^25.6.0",
21
21
  "libxmljs2": "^0.37.0",
22
22
  "mathjax-node": "^2.1.1",
23
23
  "yazl": "^3.2.1"
24
24
  },
25
- "gitHead": "0ef214f98be7275f366c00cb1e9a57408524947b"
25
+ "gitHead": "bb2b21fc92e78a404285a37512884d956585db37"
26
26
  }