Skip to content

Commit b4de59b

Browse files
rahulbanerjee26Rahul
andauthored
feat: upgrade apl-suggester and apl-viewhost-web to version 2023.1 (#235)
Co-authored-by: Rahul <[email protected]>
1 parent e40f0ac commit b4de59b

File tree

3 files changed

+102
-67
lines changed

3 files changed

+102
-67
lines changed

media/previewApl/previewApl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
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';" />
1111

1212
<title>APL Preview</title>
13-
<script src="https://d2o906d8ln7ui1.cloudfront.net/apl-wasm-2022.2.js"></script>
13+
<script src="https://d2o906d8ln7ui1.cloudfront.net/apl-wasm-2023.1.js"></script>
1414
<script>window.AplRenderer || document.write('<script src="${customJavascript}"><\\/script>')</script>
1515
<script src="${aplRenderUtils}"></script>
1616
<script src="${javascript}"></script>

package-lock.json

Lines changed: 99 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@
346346
},
347347
"dependencies": {
348348
"adm-zip": "0.4.14",
349-
"apl-suggester": "^2022.2.0",
350-
"apl-viewhost-web": "^2022.2.0",
349+
"apl-suggester": "^2023.1.0",
350+
"apl-viewhost-web": "^2023.1.0-1",
351351
"ask-smapi-sdk": "^1.2.2",
352352
"async-retry": "^1.3.1",
353353
"axios": "^0.21.2",

0 commit comments

Comments
 (0)