@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 +6 -6
- package/src/test/present.spec.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sd-jwt/present",
|
|
3
|
-
"version": "0.9.2-next.
|
|
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.
|
|
41
|
+
"@sd-jwt/crypto-nodejs": "0.9.2-next.2+3c85e8e"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@sd-jwt/decode": "0.9.2-next.
|
|
45
|
-
"@sd-jwt/types": "0.9.2-next.
|
|
46
|
-
"@sd-jwt/utils": "0.9.2-next.
|
|
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": "
|
|
64
|
+
"gitHead": "3c85e8e283fa53e871a14c321b3a04fc4380b875"
|
|
65
65
|
}
|
package/src/test/present.spec.ts
CHANGED
|
@@ -160,7 +160,7 @@ describe('Present tests', () => {
|
|
|
160
160
|
'RrOc4ZfBVyD6iNlMbtmdokZOti322mOXfvIOBKvpuc4',
|
|
161
161
|
'aXqInKwHoE1l8OM1VNUQDqTPeNUG1cMJVwVbxZJpP14',
|
|
162
162
|
],
|
|
163
|
-
_sd_alg: '
|
|
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: '
|
|
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: '
|
|
268
|
+
_sd_alg: 'sha-256',
|
|
269
269
|
};
|
|
270
270
|
|
|
271
271
|
const presentationFrame = {
|