@memberjunction/ng-flow-editor 5.37.0 → 5.39.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 +6 -6
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ export class YourModule {}
|
|
|
147
147
|
|
|
148
148
|
## Dependencies
|
|
149
149
|
|
|
150
|
-
- [@memberjunction/core](
|
|
151
|
-
- [@memberjunction/core-entities](
|
|
150
|
+
- [@memberjunction/core](../../../MJCore/readme.md) -- Core MJ functionality
|
|
151
|
+
- [@memberjunction/core-entities](../../../MJCoreEntities/readme.md) -- Entity types for agent editor
|
|
152
152
|
- `@foblex/flow` -- Canvas rendering engine
|
|
153
153
|
- `@dagrejs/dagre` -- Graph layout algorithm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-flow-editor",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.39.0",
|
|
4
4
|
"description": "MemberJunction: Generic visual flow editor component powered by Foblex Flow, with an agent-specific Flow Agent Editor",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"@foblex/mediator": "1.1.3",
|
|
43
43
|
"@foblex/platform": "1.0.4",
|
|
44
44
|
"@foblex/utils": "1.1.1",
|
|
45
|
-
"@memberjunction/core": "5.
|
|
46
|
-
"@memberjunction/core-entities": "5.
|
|
47
|
-
"@memberjunction/global": "5.
|
|
48
|
-
"@memberjunction/ng-base-types": "5.
|
|
49
|
-
"@memberjunction/ng-code-editor": "5.
|
|
45
|
+
"@memberjunction/core": "5.39.0",
|
|
46
|
+
"@memberjunction/core-entities": "5.39.0",
|
|
47
|
+
"@memberjunction/global": "5.39.0",
|
|
48
|
+
"@memberjunction/ng-base-types": "5.39.0",
|
|
49
|
+
"@memberjunction/ng-code-editor": "5.39.0",
|
|
50
50
|
"rxjs": "^7.8.2",
|
|
51
51
|
"tslib": "^2.8.1"
|
|
52
52
|
},
|