@clonegod/ttd-core 3.1.39 → 3.1.40

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -225,6 +225,7 @@ const clean_token_symbol = (symbol) => {
225
225
  return symbol;
226
226
  return symbol
227
227
  .replace(/\$/g, '')
228
+ .replace(/-/g, '')
228
229
  .replace(/\s+/g, '')
229
230
  .toUpperCase();
230
231
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "3.1.39",
3
+ "version": "3.1.40",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",