@fileverse-dev/formulajs 4.4.11-mod-48 → 4.4.11-mod-50
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/browser/formula.js +3 -3
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +2 -2
- package/lib/esm/crypto-constants.mjs +340 -387
- package/lib/esm/index.mjs +2 -2
- package/package.json +1 -1
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.11-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-50 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -11217,7 +11217,7 @@ function _typeof(o) {
|
|
|
11217
11217
|
_context2.next = 5;
|
|
11218
11218
|
return fetch(url, {
|
|
11219
11219
|
headers: {
|
|
11220
|
-
"x-api-key":
|
|
11220
|
+
"x-api-key": apiKey,
|
|
11221
11221
|
"x-neynar-experimental": "false"
|
|
11222
11222
|
}
|
|
11223
11223
|
});
|
|
@@ -11747,7 +11747,7 @@ function _typeof(o) {
|
|
|
11747
11747
|
|
|
11748
11748
|
case 6:
|
|
11749
11749
|
_context0.next = 8;
|
|
11750
|
-
return fromUsernameToFid(username);
|
|
11750
|
+
return fromUsernameToFid(username, API_KEY);
|
|
11751
11751
|
|
|
11752
11752
|
case 8:
|
|
11753
11753
|
fid = _context0.sent;
|