Skip to content

Commit

Permalink
Bump up APL Suggester and Viewhost to version 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ji authored and tydonelson committed Jun 27, 2024
1 parent b1c2110 commit 2fd1033
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion media/previewApl/previewApl.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content="default-src https: data:; img-src https: data:; script-src vscode-resource: https: data: 'unsafe-inline' 'unsafe-eval'; style-src vscode-resource: 'unsafe-inline';" />

<title>APL Preview</title>
<script src="https://d2o906d8ln7ui1.cloudfront.net/apl-wasm-2024.1.js"></script>
<script src="https://d2o906d8ln7ui1.cloudfront.net/apl-wasm-2024.2.js"></script>
<script>window.AplRenderer || document.write('<script src="${customJavascript}"><\\/script>')</script>
<script src="${aplRenderUtils}"></script>
<script src="${javascript}"></script>
Expand Down
12 changes: 6 additions & 6 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
Expand Up @@ -367,8 +367,8 @@
"dependencies": {
"@alexa/acdl": "^0.3.3",
"adm-zip": "0.5.10",
"apl-suggester": "^2024.1.0",
"apl-viewhost-web": "^2024.1.0",
"apl-suggester": "^2024.2.0",
"apl-viewhost-web": "^2024.2.0",
"ask-smapi-model": "^1.14.0",
"ask-smapi-sdk": "^1.2.2",
"async-retry": "^1.3.1",
Expand Down

0 comments on commit 2fd1033

Please sign in to comment.