graphdb-workbench-tests 2.0.0-M3-API-CHANGES-TR1 → 2.0.0-M3-TR5

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.
@@ -1175,7 +1175,7 @@
1175
1175
  "my.user.placeholder": "my-user",
1176
1176
  "password.required": "Password*",
1177
1177
  "my.password.placeholder": "my-password",
1178
- "signature.auth.info": "Signature authentication uses the token secret, which must be the same on both GraphDB instances. For more information on configuring the token secret, please refer to ",
1178
+ "signature.auth.info": "Signature authentication uses the token secret, which must be the same on all GraphDB instances. For more information on configuring the token secret, please refer to ",
1179
1179
  "signature.auth.info.last": " in the documentation.",
1180
1180
  "update.file.content.header": "Update file contents",
1181
1181
  "update.file.content.placeholder": "# Update ontop repository file content",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.0.0-M3-API-CHANGES-TR1",
3
+ "version": "2.0.0-M3-TR5",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",