@quantform/create 0.7.26 → 0.7.27

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/index.js CHANGED
@@ -37,7 +37,7 @@ async function addPackageJson() {
37
37
  config.set('scripts', {
38
38
  live: 'qf live app',
39
39
  start: 'qf paper app',
40
- replay: 'qf replay app',
40
+ replay: 'qf replay app -f 2026-04-02 -t 2026-04-03',
41
41
  pull: 'qf pull app'
42
42
  });
43
43
  config.save();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantform/create",
3
- "version": "0.7.26",
3
+ "version": "0.7.27",
4
4
  "license": "MIT",
5
5
  "author": "Mateusz Majchrzak",
6
6
  "description": "Node.js library for building systematic trading strategies in reactive way.",
package/src/index.ts CHANGED
@@ -39,7 +39,7 @@ async function addPackageJson() {
39
39
  config.set('scripts', {
40
40
  live: 'qf live app',
41
41
  start: 'qf paper app',
42
- replay: 'qf replay app',
42
+ replay: 'qf replay app -f 2026-04-02 -t 2026-04-03',
43
43
  pull: 'qf pull app'
44
44
  });
45
45