Skip to content

Commit

Permalink
Bump up APL Suggester and Viewhost to version 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ji authored and tydonelson committed Mar 13, 2024
1 parent 8e0bae7 commit 0b21f33
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 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-2023.3.js"></script>
<script src="https://d2o906d8ln7ui1.cloudfront.net/apl-wasm-2024.1.js"></script>
<script>window.AplRenderer || document.write('<script src="${customJavascript}"><\\/script>')</script>
<script src="${aplRenderUtils}"></script>
<script src="${javascript}"></script>
Expand Down
31 changes: 16 additions & 15 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": "^2023.3.0",
"apl-viewhost-web": "^2023.3.0",
"apl-suggester": "^2024.1.0",
"apl-viewhost-web": "^2024.1.0",
"ask-smapi-model": "^1.14.0",
"ask-smapi-sdk": "^1.2.2",
"async-retry": "^1.3.1",
Expand Down

2 comments on commit 0b21f33

@talkingnews
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - been waiting for this. Do extension updates appear quickly in the vscode store, or do I need to look into manually cloning and building this extension (something I'm not familiar with) if I want to use these new features soon?

@jamescryptoji
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Jonathan, @talkingnews
sorry I don't see this notification. I believe the owning team of this plugin does not follow APL release schedule. Tyler @tydonelson knows better.

Please sign in to comment.