byreal-test 1.3.1 → 1.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byreal-test",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Byreal CLI test suite - runs byreal-cli commands and generates test reports",
5
5
  "main": "cli.js",
6
6
  "bin": {
@@ -10,6 +10,7 @@ const SWAP_AMOUNT = '1';
10
10
  const EXCLUDED_SYMBOLS = new Set([
11
11
  'SOL', 'bbSOL', 'USDT', 'USD1', 'CRCLx', 'NVDAx',
12
12
  'XAUt0', 'METAx', 'AMZNx', 'COINx', 'APPLx', 'MCDx',
13
+ 'GOOGLx', 'TSLAx',
13
14
  ]);
14
15
 
15
16
  // ─── lark notify ─────────────────────────────────────────────────────────────