rete-angular-plugin 2.0.0-beta.21 → 2.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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Rete.js Angular
|
|
1
|
+
Rete.js Angular plugin
|
|
2
2
|
====
|
|
3
3
|
[](https://stand-with-ukraine.pp.ua)
|
|
4
4
|
[](https://discord.gg/cxSFkPZdsV)
|
|
@@ -25,4 +25,4 @@ Please refer to the [Contribution](https://retejs.org/docs/contribution) guide
|
|
|
25
25
|
|
|
26
26
|
## License
|
|
27
27
|
|
|
28
|
-
[MIT](https://github.com/retejs/angular-render-plugin/blob/
|
|
28
|
+
[MIT](https://github.com/retejs/angular-render-plugin/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rete-angular-plugin",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"author": "Vitaliy Stoliarov",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/common": ">= 12 < 17",
|
|
22
22
|
"@angular/core": ">= 12 < 17",
|
|
23
23
|
"@angular/elements": ">= 12 < 17",
|
|
24
|
-
"rete": "^2.0.
|
|
25
|
-
"rete-area-plugin": "^2.0.0
|
|
26
|
-
"rete-render-utils": "^2.0.0
|
|
24
|
+
"rete": "^2.0.1",
|
|
25
|
+
"rete-area-plugin": "^2.0.0",
|
|
26
|
+
"rete-render-utils": "^2.0.0",
|
|
27
27
|
"rxjs": ">=6.6.0",
|
|
28
28
|
"zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0"
|
|
29
29
|
},
|