@stocksharp/trading-controls 1.1.0 → 1.1.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stocksharp/trading-controls",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Browser trading controls for StockSharp: order blotters, positions, trade history, watchlist and trade feed, each built against one host port and rendering its own DOM.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": {
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "git+https://github.com/StockSharp/JS-TradingControls.git"
13
13
  },
14
- "homepage": "https://github.com/StockSharp/JS-TradingControls#readme",
14
+ "homepage": "https://stocksharp.com",
15
15
  "bugs": {
16
16
  "url": "https://github.com/StockSharp/JS-TradingControls/issues"
17
17
  },
@@ -136,7 +136,7 @@
136
136
  "release:major": "npm version major -m \"chore: release v%s\""
137
137
  },
138
138
  "dependencies": {
139
- "@stocksharp/grids": "^1.1.0"
139
+ "@stocksharp/grids": "^1.1.1"
140
140
  },
141
141
  "devDependencies": {
142
142
  "@stocksharp/chart": "^0.2.3",