@fileverse-dev/formulajs 4.4.52 → 4.4.53

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.
@@ -646,7 +646,7 @@ var PNL_metadata = {
646
646
  // src/crypto/safe/metadata.js
647
647
  var SAFE_metadata = {
648
648
  API_KEY: SERVICES_API_KEY.Safe,
649
- LOGO: "https://safe-transaction-mainnet.safe.global/static/safe/favicon.png",
649
+ LOGO: "https://safe.global/favicon.ico",
650
650
  BRAND_COLOR: "#ebf9f3",
651
651
  BRAND_SECONDARY_COLOR: "#00B460",
652
652
  n: "SAFE",
@@ -687,15 +687,18 @@ var SAFE_metadata = {
687
687
  repeat: "n"
688
688
  }
689
689
  ],
690
- examples: [{
691
- title: "SAFE",
692
- argumentString: '"0xe9A6378d8FD4983C2999DB0735f258397E8C2253", "txns", "gnosis", 10, 0',
693
- description: "returns the last 10 transactions for the specified Safe address on the Gnosis chain."
694
- }, {
695
- title: "SAFE",
696
- argumentString: '"0x1234567890abcdef1234567890abcdef12345678", "txns", "ethereum"',
697
- description: "returns the last 100 transactions for the specified Safe address on the Ethereum chain."
698
- }]
690
+ examples: [
691
+ {
692
+ title: "SAFE",
693
+ argumentString: '"0xe9A6378d8FD4983C2999DB0735f258397E8C2253", "txns", "gnosis", 10, 0',
694
+ description: "returns the last 10 transactions for the specified Safe address on the Gnosis chain."
695
+ },
696
+ {
697
+ title: "SAFE",
698
+ argumentString: '"0x1234567890abcdef1234567890abcdef12345678", "txns", "ethereum"',
699
+ description: "returns the last 100 transactions for the specified Safe address on the Ethereum chain."
700
+ }
701
+ ]
699
702
  };
700
703
 
701
704
  // src/crypto/blockscout/metadata.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.52",
3
+ "version": "4.4.53",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {