pxt-core 9.3.4 → 9.3.5

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.
@@ -738,6 +738,7 @@ declare namespace ts.pxtc {
738
738
  flashChecksumAddr?: number;
739
739
  ramSize?: number;
740
740
  patches?: pxt.Map<UpgradePolicy[]>; // semver range -> upgrade policies
741
+ pyPatches?: pxt.Map<UpgradePolicy[]>; // semver range -> upgrade policies
741
742
  openocdScript?: string;
742
743
  uf2Family?: string;
743
744
  onStartText?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "9.3.4",
3
+ "version": "9.3.5",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",