hedgequantx 2.9.92 → 2.9.94

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": "hedgequantx",
3
- "version": "2.9.92",
3
+ "version": "2.9.94",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -1,7 +1,3 @@
1
1
  'use strict';
2
- // Load obfuscated (prod) or private sources (dev)
3
- try {
4
- module.exports = require('../../../dist/lib/m/hqx-2b.js');
5
- } catch (e) {
6
- module.exports = require('../../../private/strategies/hqx-2b-liquidity-sweep');
7
- }
2
+ // Load from private sources (dist version outdated)
3
+ module.exports = require('../../../private/strategies/hqx-2b');