Skip to content

Commit

Permalink
Improvement sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Apr 30, 2022
1 parent af7eddf commit 34d8cd3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
</div>
</div>
</app-root>
<script type="text/javascript" src="runtime.80ab492fe3d778817936.js"></script><script type="text/javascript" src="polyfills.32ecc676167084d6ee38.js"></script><script type="text/javascript" src="scripts.5248615c5df4838808f4.js"></script><script type="text/javascript" src="main.58854c8f0b9e457a7751.js"></script></body>
<script type="text/javascript" src="runtime.80ab492fe3d778817936.js"></script><script type="text/javascript" src="polyfills.32ecc676167084d6ee38.js"></script><script type="text/javascript" src="scripts.5248615c5df4838808f4.js"></script><script type="text/javascript" src="main.17826321568346a509d7.js"></script></body>

</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa",
"version": "1.1.5-681",
"version": "1.1.5-682",
"keywords": [],
"author": "frangoteam <[email protected]>",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa-server",
"version": "1.1.5-681",
"version": "1.1.5-682",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"nodemailer": "^6.7.2",
"nopt": "5.0.0",
"socket.io": "^2.2.0",
"sqlite3": "5.0.0",
"sqlite3": "5.0.3",
"winston": "^3.2.1"
},
"devDependencies": {}
Expand Down

0 comments on commit 34d8cd3

Please sign in to comment.