@sphereon/ssi-sdk.core 0.36.1-feature.SSISDK.82.and.SSISDK.70.35 → 0.36.1-next.11
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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -413,7 +413,7 @@ declare const bearerToken: (token: BearerTokenArg, opts?: {
|
|
|
413
413
|
includeBearerHeader: boolean;
|
|
414
414
|
}) => Promise<string>;
|
|
415
415
|
|
|
416
|
-
declare const sha256: (data: string | ArrayBuffer
|
|
416
|
+
declare const sha256: (data: string | ArrayBuffer) => Uint8Array;
|
|
417
417
|
declare const shaHasher: _sphereon_ssi_types.HasherSync;
|
|
418
418
|
declare const defaultHasher: _sphereon_ssi_types.HasherSync;
|
|
419
419
|
|
package/dist/index.d.ts
CHANGED
|
@@ -413,7 +413,7 @@ declare const bearerToken: (token: BearerTokenArg, opts?: {
|
|
|
413
413
|
includeBearerHeader: boolean;
|
|
414
414
|
}) => Promise<string>;
|
|
415
415
|
|
|
416
|
-
declare const sha256: (data: string | ArrayBuffer
|
|
416
|
+
declare const sha256: (data: string | ArrayBuffer) => Uint8Array;
|
|
417
417
|
declare const shaHasher: _sphereon_ssi_types.HasherSync;
|
|
418
418
|
declare const defaultHasher: _sphereon_ssi_types.HasherSync;
|
|
419
419
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.core",
|
|
3
3
|
"description": "SSI SDK Core & Interfaces",
|
|
4
|
-
"version": "0.36.1-
|
|
4
|
+
"version": "0.36.1-next.11+262d209a",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.cjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@noble/hashes": "^1.6.1",
|
|
26
|
-
"@sphereon/ssi-types": "0.36.1-
|
|
26
|
+
"@sphereon/ssi-types": "0.36.1-next.11+262d209a",
|
|
27
27
|
"@veramo/core": "4.2.0",
|
|
28
28
|
"cross-fetch": "^4.1.0",
|
|
29
29
|
"debug": "^4.3.5",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"author": "Sphereon <dev@sphereon.com>",
|
|
49
49
|
"license": "Apache-2.0",
|
|
50
50
|
"keywords": [],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "262d209a803fecfba1ad5878724c4f6f91f86cec"
|
|
52
52
|
}
|