pxt-core 7.5.31 → 7.5.32

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.
@@ -49,8 +49,7 @@ declare namespace pxt {
49
49
  // list of trusted custom editor extension urls
50
50
  // that can bypass consent and send/receive messages
51
51
  approvedEditorExtensionUrls?: string[];
52
- extensionsToIgnore?: string[]; // List of extensions to ignore when allowing for deletion
53
- categories?: ExtensionCategory[];
52
+ extensionsToolboxDisallowDelete?: string[]; // List of extensions to ignore when allowing for deletion in toolbox
54
53
  }
55
54
 
56
55
  interface RepoData {
@@ -58,11 +57,6 @@ declare namespace pxt {
58
57
  tags?: string[]
59
58
  }
60
59
 
61
- interface ExtensionCategory {
62
- name: string;
63
- extensions: string[];
64
- }
65
-
66
60
  interface ShareConfig {
67
61
  approved?: string[];
68
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "7.5.31",
3
+ "version": "7.5.32",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",