@sphereon/ssi-sdk.core 0.36.1-next.47 → 0.36.1-next.70

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 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) => Uint8Array;
416
+ declare const sha256: (data: string | ArrayBuffer | SharedArrayBuffer) => 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) => Uint8Array;
416
+ declare const sha256: (data: string | ArrayBuffer | SharedArrayBuffer) => 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-next.47+31fe4eef",
4
+ "version": "0.36.1-next.70+6dc79789",
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-next.47+31fe4eef",
26
+ "@sphereon/ssi-types": "0.36.1-next.70+6dc79789",
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": "31fe4eeffb4312dae114c805734a037118411ad3"
51
+ "gitHead": "6dc79789e21f41b193a6e604c132d24130748fa5"
52
52
  }