@tradejs/strategies 1.0.4 → 1.0.5

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 +14 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @tradejs/strategies
2
2
 
3
- Built-in TradeJS strategy plugin package.
3
+ Built-in strategy plugin package for the TradeJS open-source framework.
4
4
 
5
5
  - Homepage: https://tradejs.dev
6
6
  - Documentation: https://docs.tradejs.dev
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tradejs/strategies",
3
- "version": "1.0.4",
4
- "description": "Built-in TradeJS strategy plugin catalog.",
3
+ "version": "1.0.5",
4
+ "description": "Built-in strategy plugin catalog for the TradeJS open-source framework.",
5
5
  "keywords": [
6
6
  "tradejs",
7
7
  "trading",
@@ -10,6 +10,14 @@
10
10
  "plugin",
11
11
  "algorithmic-trading"
12
12
  ],
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/tradejs-dev/tradejs.git",
16
+ "directory": "packages/strategies"
17
+ },
18
+ "bugs": {
19
+ "url": "https://github.com/tradejs-dev/tradejs/issues"
20
+ },
13
21
  "main": "dist/index.js",
14
22
  "module": "dist/index.mjs",
15
23
  "types": "dist/index.d.ts",
@@ -24,10 +32,10 @@
24
32
  }
25
33
  },
26
34
  "dependencies": {
27
- "@tradejs/core": "^1.0.4",
28
- "@tradejs/indicators": "^1.0.4",
29
- "@tradejs/node": "^1.0.4",
30
- "@tradejs/types": "^1.0.4"
35
+ "@tradejs/core": "^1.0.5",
36
+ "@tradejs/indicators": "^1.0.5",
37
+ "@tradejs/node": "^1.0.5",
38
+ "@tradejs/types": "^1.0.5"
31
39
  },
32
40
  "devDependencies": {
33
41
  "tsup": "^8.5.1",