Comparing version 0.13.0 to 0.13.1
@@ -16,2 +16,3 @@ "use strict"; | ||
const downloader = require("./downloader"); | ||
const util_1 = require("util"); | ||
const cdnUrl = "https://pxt.azureedge.net"; | ||
@@ -43,2 +44,4 @@ const prep = ` | ||
setImmediate: setImmediate, | ||
TextEncoder: util_1.TextEncoder, | ||
TextDecoder: util_1.TextDecoder, | ||
Buffer: Buffer, | ||
@@ -45,0 +48,0 @@ pxtTargetBundle: {}, |
{ | ||
"name": "makecode", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "MakeCode (PXT) - web-cached build tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147748
2147