Skip to content

Commit

Permalink
Merge pull request #531 from eclipse-thingweb/egekorkan-patch-2
Browse files Browse the repository at this point in the history
web: use new node-wot release
  • Loading branch information
egekorkan authored Nov 14, 2023
2 parents 0d57d5e + 83f120d commit d025590
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions packages/web-new/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@node-wot/td-tools": "^0.8.8",
"@node-wot/td-tools": "0.8.10",
"d3": "^3.5.17",
"d3-tip": "^0.6.7",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-new/src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ <h1>Thing Description Playground <span>- BETA Version</span></h1>
<div class="console-view aas-view hidden" id="aas-view">
<div class="aas-container" id="aas-container"></div>
<div class="aas-inputs">
<p class="warning-txt">*Protocols other than HTTP, MQTT and Modbus are not officially supported by AID, do not use the resulting AID in production*</p>
<p class="warning-txt">*Protocols other than HTTP(S), MQTT and Modbus are not officially supported by AID, do not use the resulting AID in production*</p>
<div class="view-download">
<button id="aas-download"><i class="fa-solid fa-download"></i>Download</button>
</div>
Expand Down

0 comments on commit d025590

Please sign in to comment.