@tradejs/strategy-trend-follow 3.0.3 → 3.0.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.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,8 +52,9 @@ yarn checks
|
|
|
52
52
|
|
|
53
53
|
Publishing is beta-first and delegated to the pinned
|
|
54
54
|
`TradeJS-Workflows@v1` reusable workflow. A relevant push publishes a unique
|
|
55
|
-
prerelease and moves the npm `beta` tag only after the
|
|
56
|
-
|
|
55
|
+
prerelease and moves the npm `beta` tag only after the repository checks pass
|
|
56
|
+
and the published tarball imports successfully in a clean npm consumer. The
|
|
57
|
+
current verified beta is promoted to one stable `latest`
|
|
57
58
|
release by the weekly automation; production never consumes prereleases.
|
|
58
59
|
|
|
59
60
|
Keywords: ai, claude, codex.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tradejs/strategy-trend-follow",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "ATR trailing-trend strategy using pivot structure, optional breakout and benchmark filters, and trail or opposite-signal exits for TradeJS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "yarn@4.13.0",
|