@sd-jwt/present 0.9.2-next.0 → 0.9.2-next.2

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": "@sd-jwt/present",
3
- "version": "0.9.2-next.0+ae5b9d9",
3
+ "version": "0.9.2-next.2+3c85e8e",
4
4
  "description": "sd-jwt draft 7 implementation in typescript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,12 +38,12 @@
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "devDependencies": {
41
- "@sd-jwt/crypto-nodejs": "0.9.2-next.0+ae5b9d9"
41
+ "@sd-jwt/crypto-nodejs": "0.9.2-next.2+3c85e8e"
42
42
  },
43
43
  "dependencies": {
44
- "@sd-jwt/decode": "0.9.2-next.0+ae5b9d9",
45
- "@sd-jwt/types": "0.9.2-next.0+ae5b9d9",
46
- "@sd-jwt/utils": "0.9.2-next.0+ae5b9d9"
44
+ "@sd-jwt/decode": "0.9.2-next.2+3c85e8e",
45
+ "@sd-jwt/types": "0.9.2-next.2+3c85e8e",
46
+ "@sd-jwt/utils": "0.9.2-next.2+3c85e8e"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
@@ -61,5 +61,5 @@
61
61
  "esm"
62
62
  ]
63
63
  },
64
- "gitHead": "ae5b9d98de1ae6e214770f225ea11ab3ebce2872"
64
+ "gitHead": "3c85e8e283fa53e871a14c321b3a04fc4380b875"
65
65
  }
@@ -160,7 +160,7 @@ describe('Present tests', () => {
160
160
  'RrOc4ZfBVyD6iNlMbtmdokZOti322mOXfvIOBKvpuc4',
161
161
  'aXqInKwHoE1l8OM1VNUQDqTPeNUG1cMJVwVbxZJpP14',
162
162
  ],
163
- _sd_alg: 'SHA-256',
163
+ _sd_alg: 'sha-256',
164
164
  };
165
165
 
166
166
  const presentationFrame = {
@@ -225,7 +225,7 @@ describe('Present tests', () => {
225
225
  'RrOc4ZfBVyD6iNlMbtmdokZOti322mOXfvIOBKvpuc4',
226
226
  'aXqInKwHoE1l8OM1VNUQDqTPeNUG1cMJVwVbxZJpP14',
227
227
  ],
228
- _sd_alg: 'SHA-256',
228
+ _sd_alg: 'sha-256',
229
229
  };
230
230
 
231
231
  const presentationFrame = {};
@@ -265,7 +265,7 @@ describe('Present tests', () => {
265
265
  'RrOc4ZfBVyD6iNlMbtmdokZOti322mOXfvIOBKvpuc4',
266
266
  'aXqInKwHoE1l8OM1VNUQDqTPeNUG1cMJVwVbxZJpP14',
267
267
  ],
268
- _sd_alg: 'SHA-256',
268
+ _sd_alg: 'sha-256',
269
269
  };
270
270
 
271
271
  const presentationFrame = {