@ecency/sdk 1.1.14 → 1.1.15

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.
@@ -505,7 +505,7 @@ function D({
505
505
  data: n
506
506
  }) {
507
507
  const o = f.pipe(
508
- JSON.parse((n == null ? void 0 : n.posting_json_metadata) || "{}"),
508
+ JSON.parse((n == null ? void 0 : n.posting_json_metadata) || "{}").profile,
509
509
  f.mergeDeep(e ?? {})
510
510
  );
511
511
  return t && t.length > 0 && (o.tokens = t), o.tokens = ie(o.tokens), o;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/sdk",
3
3
  "private": false,
4
- "version": "1.1.14",
4
+ "version": "1.1.15",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "./dist/ecency-sdk.umd.js",