Skip to content

Commit

Permalink
send version and url
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Sep 20, 2024
1 parent 531aa36 commit 2b3795f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions demo/viewer/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<script main="@empty"
env="production"
config="../package.json!npm"
src="../dist/bundles/app.js?v=1726696976574"
src="../dist/bundles/app.js?v=1726865606661"
cache-key="v"
cache-version="1726696976574"
cache-version="1726865606661"
base-url="../">
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
errRepURL: ''
}));
</script>
<script src="node_modules/steal/steal.production.js?v=1726688771294" cache-key="v" cache-version="1726688771294" main="@caliorg/a2jviewer/app"></script>
<script src="node_modules/steal/steal.production.js?v=1726865540871" cache-key="v" cache-version="1726865540871" main="@caliorg/a2jviewer/app"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
errRepURL: ''
}));
</script>
<script src="node_modules/steal/steal.production.js?v=1726696917595" cache-key="v" cache-version="1726696917595" main="@caliorg/a2jviewer/app"></script>
<script src="node_modules/steal/steal.production.js?v=1726870906788" cache-key="v" cache-version="1726870906788" main="@caliorg/a2jviewer/app"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caliorg/a2jviewer",
"version": "8.1.7-23",
"version": "8.1.7-25",
"description": "A2J Viewer standalone and preview app.",
"main": "a2jviewer/app",
"scripts": {
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: '8.1.7-23',
date: '2024-09-18'
number: '8.1.7-25',
date: '2024-09-20'
}

export default version
4 changes: 3 additions & 1 deletion src/mobile/pages/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ export default Component.extend({
authorid: vm.interview.authorId,
interviewPath: vm.interview.interviewPath,
guideTitle: vm.interview.title,
invalidAnswers: vm.invalidAnswers
invalidAnswers: vm.invalidAnswers,
url: window.location.href,
viewerversion: constants.A2JVersionNum
}

/***
Expand Down

0 comments on commit 2b3795f

Please sign in to comment.