@deep-foundation/messaging
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"package": { | ||
"name": "@deep-foundation/messaging", | ||
"version": "1.1.0" | ||
"version": "2.0.0" | ||
}, | ||
@@ -10,3 +10,3 @@ "data": [ | ||
"dependencyId": 0, | ||
"containValue": "Type" | ||
"containValue": "Tree" | ||
}, | ||
@@ -18,3 +18,3 @@ "id": 1 | ||
"dependencyId": 0, | ||
"containValue": "Any" | ||
"containValue": "Type" | ||
}, | ||
@@ -26,3 +26,3 @@ "id": 2 | ||
"dependencyId": 0, | ||
"containValue": "Tree" | ||
"containValue": "Any" | ||
}, | ||
@@ -34,3 +34,3 @@ "id": 3 | ||
"dependencyId": 0, | ||
"containValue": "TreeIncludeNode" | ||
"containValue": "TreeIncludeUp" | ||
}, | ||
@@ -42,3 +42,3 @@ "id": 4 | ||
"dependencyId": 0, | ||
"containValue": "TreeIncludeUp" | ||
"containValue": "Value" | ||
}, | ||
@@ -50,3 +50,3 @@ "id": 5 | ||
"dependencyId": 0, | ||
"containValue": "Value" | ||
"containValue": "String" | ||
}, | ||
@@ -58,3 +58,3 @@ "id": 6 | ||
"dependencyId": 0, | ||
"containValue": "String" | ||
"containValue": "TreeIncludeNode" | ||
}, | ||
@@ -64,27 +64,21 @@ "id": 7 | ||
{ | ||
"id": "Author", | ||
"type": 1, | ||
"from": 2, | ||
"to": 2 | ||
"id": "messagingTree", | ||
"type": 1 | ||
}, | ||
{ | ||
"id": "MessagingTree", | ||
"type": 3 | ||
"id": "Author", | ||
"type": 2, | ||
"from": 3, | ||
"to": 3 | ||
}, | ||
{ | ||
"id": "messagingTreeAny", | ||
"type": 4, | ||
"from": "MessagingTree", | ||
"to": 2 | ||
}, | ||
{ | ||
"id": "Reply", | ||
"type": 1, | ||
"from": 2, | ||
"to": 2 | ||
"type": 2, | ||
"from": 3, | ||
"to": 3 | ||
}, | ||
{ | ||
"id": "messagingTreeReply", | ||
"type": 5, | ||
"from": "MessagingTree", | ||
"type": 4, | ||
"from": "messagingTree", | ||
"to": "Reply" | ||
@@ -94,9 +88,15 @@ }, | ||
"id": "Message", | ||
"type": 1 | ||
"type": 2 | ||
}, | ||
{ | ||
"id": "MessageValue", | ||
"type": 6, | ||
"id": "messageValue", | ||
"type": 5, | ||
"from": "Message", | ||
"to": 7 | ||
"to": 6 | ||
}, | ||
{ | ||
"id": "messagingTreeAny", | ||
"type": 7, | ||
"from": "messagingTree", | ||
"to": 3 | ||
} | ||
@@ -103,0 +103,0 @@ ], |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"dependencies": { | ||
@@ -9,0 +9,0 @@ "@deep-foundation/core": "^0.0.2" |