pxt-core 13.1.13 → 13.1.14

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.
@@ -831,6 +831,7 @@ declare namespace pxt.editor {
831
831
  feedback?: FeedbackState;
832
832
  themePickerOpen?: boolean;
833
833
  errorListNote?: string;
834
+ timeMachine?: boolean;
834
835
  }
835
836
 
836
837
  export interface EditorState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "13.1.13",
3
+ "version": "13.1.14",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",