@seed-hypermedia/client 0.0.15 → 0.0.16

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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -905,7 +905,6 @@ async function createContact(input, signer) {
905
905
  if (input.subscribe) {
906
906
  unsigned.subscribe = input.subscribe;
907
907
  }
908
- console.log("SIGNING BLOB", unsigned);
909
908
  unsigned.sig = await signObject(signer, unsigned);
910
909
  const encoded = cborEncode7(unsigned);
911
910
  const tsid = await computeTSID(ts, encoded);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-hypermedia/client",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/seed-hypermedia/seed",