@fileverse-dev/formulajs 4.4.31-circles-patch-3 → 4.4.31-circles-patch-4
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/lib/cjs/index.cjs
CHANGED
|
@@ -29797,8 +29797,7 @@ async function CIRCLES() {
|
|
|
29797
29797
|
|
|
29798
29798
|
case 'profile': {
|
|
29799
29799
|
const res = await dataClient.getAvatarInfo(resolved);
|
|
29800
|
-
|
|
29801
|
-
return flat
|
|
29800
|
+
return [res]
|
|
29802
29801
|
}
|
|
29803
29802
|
|
|
29804
29803
|
case 'balances': {
|
package/lib/esm/index.mjs
CHANGED
|
@@ -29795,8 +29795,7 @@ async function CIRCLES() {
|
|
|
29795
29795
|
|
|
29796
29796
|
case 'profile': {
|
|
29797
29797
|
const res = await dataClient.getAvatarInfo(resolved);
|
|
29798
|
-
|
|
29799
|
-
return flat
|
|
29798
|
+
return [res]
|
|
29800
29799
|
}
|
|
29801
29800
|
|
|
29802
29801
|
case 'balances': {
|
package/package.json
CHANGED