@logux/backend-test
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -6,2 +6,5 @@ # Change Log | ||
## 4.0.7 | ||
* Fix meta in protocol tests. | ||
## 4.0.6 | ||
@@ -8,0 +11,0 @@ * Removed hard-coded action IDs. |
{ | ||
"name": "@logux/backend-test", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "Test Logux Back-end Protocol implementation", | ||
@@ -22,4 +22,4 @@ "keywords": [ | ||
"colorette": "^1.2.1", | ||
"ora": "^4.0.4" | ||
"ora": "^4.0.5" | ||
} | ||
} |
@@ -53,4 +53,4 @@ # Logux Back-end Test | ||
* Throws an error on `error` action. | ||
* On `users/clean` action sends `users/name` action to the Logux Server | ||
for all users with the name. | ||
* On `users/clean` action set all names to `""` and sends `users/name` action | ||
with new name to all clients. | ||
6. Start your back-end server. | ||
@@ -57,0 +57,0 @@ 7. Call `npx @logux/backend-test` with URL to your back-end server. |
@@ -55,3 +55,3 @@ let { | ||
action: { type: 'error' }, | ||
meta: { id: '1 10:1:1' } | ||
meta: { id: '1 10:1:1', time: 1 } | ||
}, | ||
@@ -61,3 +61,3 @@ { | ||
action: nameAction('10', 'B'), | ||
meta: { id: '1 10:1:1' } | ||
meta: { id: '1 10:1:1', time: 1 } | ||
} | ||
@@ -64,0 +64,0 @@ ] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18598
Updatedora@^4.0.5