pxt-core 9.2.3 → 9.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -493,6 +493,7 @@ declare namespace pxt {
493
493
  cloudProfileIcon?: string; // the file path for added imagery on smaller profile dialogs
494
494
  timeMachine?: boolean; // Save/restore old versions of a project experiment
495
495
  blocklySoundVolume?: number; // A number between 0 and 1 that sets the volume for blockly sounds (e.g. connect, disconnect, click)
496
+ timeMachineQueryParams?: string[]; // An array of query params to pass to timemachine iframe embed
496
497
  }
497
498
 
498
499
  interface DownloadDialogTheme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "9.2.3",
3
+ "version": "9.3.2",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -14,7 +14,7 @@
14
14
  <link rel="manifest" href="/kiosk-data/manifest.json"/>
15
15
  <title>MakeCode Arcade Kiosk</title>
16
16
  <script>var pxtConfig=null</script>
17
- <script defer="defer" src="/blb/kiosk/js/main.67a2d1a4.js"></script><link href="/blb/kiosk/css/main.0e93eecb.css" rel="stylesheet"></head>
17
+ <script defer="defer" src="/blb/kiosk/js/main.0ab082de.js"></script><link href="/blb/kiosk/css/main.0e93eecb.css" rel="stylesheet"></head>
18
18
  <body>
19
19
  <noscript>You need to enable JavaScript to run this app.</noscript>
20
20