graphdb-workbench-tests 3.1.0-TR7 → 3.1.0-TR8
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/fixtures/locale-en.json +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/fixtures/locale-en.json
CHANGED
|
@@ -3209,7 +3209,7 @@
|
|
|
3209
3209
|
"guide.step_plugin.visual-graph-link-focus.title": "Visual graph links",
|
|
3210
3210
|
"guide.step_plugin.visual-graph-link-focus.content": "An arrow with a label represents one or more links between nodes. In this case, the arrow shows the relation <b>{{fromIriLabel}} → {{iriLabel}} → {{toIriLabel}}</b>.",
|
|
3211
3211
|
"guide.step_plugin.download-guide-resource.title": "Download guide resources",
|
|
3212
|
-
"guide.step_plugin.download-guide-resource.content": "This guide requires a file to be downloaded.<br>Please <a href=\"#\"
|
|
3212
|
+
"guide.step_plugin.download-guide-resource.content": "This guide requires a file to be downloaded.<br>Please <a href=\"#\" class=\"{{downloadButtonClass}}\">download {{resourceFile}}</a>.",
|
|
3213
3213
|
"guide.step_plugin.download-guide-resource.download.message.failure": "Failed to download the '{{resourceFile}}' file!",
|
|
3214
3214
|
"guide.step_plugin.choose-repository.content": "Click on the repository selection dropdown.",
|
|
3215
3215
|
"guide.step_plugin.select-repository.content": "Click on the <b>{{getRepositoryId()}}</b> repository button.",
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphdb-workbench-tests",
|
|
3
|
-
"version": "3.1.0-
|
|
3
|
+
"version": "3.1.0-TR8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "graphdb-workbench-tests",
|
|
9
|
-
"version": "3.1.0-
|
|
9
|
+
"version": "3.1.0-TR8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@bahmutov/cypress-code-coverage": "^2.7.2",
|