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.
- package/built/target.js +1 -1
- package/built/web/main.js +1 -1
- package/localtypings/pxtarget.d.ts +1 -7
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
}
|