Skip to content

Commit

Permalink
update viewer with no preview var reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Oct 22, 2024
1 parent 1e30603 commit 63115ea
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion index.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
window.less = {async: true, fileSync: true};
</script>

<script src=node_modules/steal/steal.production.js?v=1729292622560" cache-key="v" cache-version="1729292622560" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1729292765323" cache-key="v" cache-version="1729292765323" main="a2jauthor/app"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
window.less = {async: true, fileSync: true};
</script>

<script src=node_modules/steal/steal.production.js?v=1729292765323" cache-key="v" cache-version="1729292765323" main="a2jauthor/app"></script>
<script src=node_modules/steal/steal.production.js?v=1729620429221" cache-key="v" cache-version="1729620429221" main="a2jauthor/app"></script>
</body>
</html>
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a2jauthor",
"version": "10.2.0-12",
"version": "10.2.0-13",
"description": "A2J Authoring App GUI.",
"license": "GNU AGPL v3.0",
"author": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@caliorg/a2jdeps": "^7.1.7",
"@caliorg/a2jviewer": "^8.2.0-18",
"@caliorg/a2jviewer": "^8.2.0-20",
"bit-tabs": "^2.0.0",
"blueimp-file-upload": "^9.10.1",
"bootstrap": "^3.4.1",
Expand Down
4 changes: 2 additions & 2 deletions src/footer/footerVersion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const version = {
number: '10.2.0-12',
date: '2024-10-18'
number: '10.2.0-13',
date: '2024-10-22'
}

export default version

0 comments on commit 63115ea

Please sign in to comment.