@tradejs/base 3.1.3 → 3.1.4

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ Earlier releases remain MIT-licensed. See the
18
18
 
19
19
  `basePreset` installs and wires the public TradeJS packages:
20
20
 
21
- - all 20 public strategy packages
21
+ - all 21 public strategy packages
22
22
  - `@tradejs/indicators`
23
23
  - `@tradejs/connectors`
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tradejs/base",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Default TradeJS preset wiring the public strategy, indicator, connector, and runtime packages.",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@4.13.0",