@stocksharp/diagram 0.7.0 → 1.0.0
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 +5 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# StockSharp JS Strategy Diagram
|
|
2
2
|
|
|
3
|
-
[](https://github.com/StockSharp/Diagram/actions/workflows/ci.yml)
|
|
3
|
+
[](https://github.com/StockSharp/JS-Diagram/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/@stocksharp/diagram)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
@@ -10,10 +10,10 @@ renderer, read-only web embed, and versioned diagram document model.
|
|
|
10
10
|
|
|
11
11
|

|
|
12
12
|
|
|
13
|
-
[Live demo](https://stocksharp.github.io/Diagram/demo/) ·
|
|
13
|
+
[Live demo](https://stocksharp.github.io/JS-Diagram/demo/) ·
|
|
14
14
|
[StockSharp website](https://stocksharp.com/) ·
|
|
15
|
-
[GitHub repository](https://github.com/StockSharp/Diagram) ·
|
|
16
|
-
[Issue tracker](https://github.com/StockSharp/Diagram/issues)
|
|
15
|
+
[GitHub repository](https://github.com/StockSharp/JS-Diagram) ·
|
|
16
|
+
[Issue tracker](https://github.com/StockSharp/JS-Diagram/issues)
|
|
17
17
|
|
|
18
18
|
The demo uses the same full stack exported to applications. It is not a
|
|
19
19
|
separate mock renderer.
|
|
@@ -70,7 +70,7 @@ The package also ships a ready-to-use browser bundle exposed as
|
|
|
70
70
|
</script>
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
See the [complete example](https://github.com/StockSharp/Diagram/blob/main/examples/basic.ts)
|
|
73
|
+
See the [complete example](https://github.com/StockSharp/JS-Diagram/blob/main/examples/basic.ts)
|
|
74
74
|
for catalog construction, the draggable palette, typed links, history,
|
|
75
75
|
read-only mode, resize handling and theme switching.
|
|
76
76
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stocksharp/diagram",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Browser strategy-diagram editor for StockSharp with typed ports, palette, canvas rendering, persistence, and a TypeScript API.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": {
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/StockSharp/Diagram.git"
|
|
12
|
+
"url": "git+https://github.com/StockSharp/JS-Diagram.git"
|
|
13
13
|
},
|
|
14
|
-
"homepage": "https://stocksharp.github.io/Diagram/",
|
|
14
|
+
"homepage": "https://stocksharp.github.io/JS-Diagram/",
|
|
15
15
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/StockSharp/Diagram/issues"
|
|
16
|
+
"url": "https://github.com/StockSharp/JS-Diagram/issues"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"stocksharp",
|