@fileverse-dev/formulajs 4.4.11-mod-43 → 4.4.11-mod-44

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
@@ -13397,8 +13397,7 @@ async function GNOSIS() {
13397
13397
  });
13398
13398
  }
13399
13399
 
13400
- async function NEYNAR(
13401
- ) {
13400
+ async function NEYNAR() {
13402
13401
  const [
13403
13402
  username
13404
13403
  ] = argsToArray(arguments);
@@ -96,43 +96,15 @@ var FUNCTION_LOCALE = [
96
96
  BRAND_SECONDARY_COLOR: "#28204A",
97
97
  n: "NEYNAR",
98
98
  t: 20,
99
- d: "Fetches followers for a given Farcaster FID using Neynar's API.",
99
+ d: "Fetches followers for a given Farcaster username using Neynar's API.",
100
100
  a: "Retrieves followers of a Farcaster user, with support for sorting, pagination, and optional viewer context.",
101
101
  p: [
102
102
  {
103
- name: "fid",
103
+ name: "username",
104
104
  detail: "The Farcaster FID of the user whose followers should be fetched.",
105
- example: `123`,
105
+ example: `miroyato`,
106
106
  require: "m",
107
107
  type: "number"
108
- },
109
- {
110
- name: "viewerFid",
111
- detail: "FID of the viewer, to include contextual info like mutual follows (optional).",
112
- example: `456`,
113
- require: "o",
114
- type: "number"
115
- },
116
- {
117
- name: "sortType",
118
- detail: "Sorting type: either 'desc_chron' (default) or 'algorithmic'.",
119
- example: `"desc_chron"`,
120
- require: "o",
121
- type: "string"
122
- },
123
- {
124
- name: "limit",
125
- detail: "Number of followers to return (max 100).",
126
- example: `20`,
127
- require: "o",
128
- type: "number"
129
- },
130
- {
131
- name: "cursor",
132
- detail: "Cursor string for paginating the result set.",
133
- example: `"eyJvZmZzZXQiOjIwLCJsYXN0SWQiOjEyMzQ1Nn0="`,
134
- require: "o",
135
- type: "string"
136
108
  }
137
109
  ]
138
110
  },
package/lib/esm/index.mjs CHANGED
@@ -13395,8 +13395,7 @@ async function GNOSIS() {
13395
13395
  });
13396
13396
  }
13397
13397
 
13398
- async function NEYNAR(
13399
- ) {
13398
+ async function NEYNAR() {
13400
13399
  const [
13401
13400
  username
13402
13401
  ] = argsToArray(arguments);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-43",
3
+ "version": "4.4.11-mod-44",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {