pxt-microbit 4.1.21 → 4.1.22

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.
@@ -355,11 +355,11 @@
355
355
  },
356
356
  "uploadDocs": true,
357
357
  "versions": {
358
- "branch": "v4.1.21",
359
- "tag": "v4.1.21",
360
- "commits": "https://github.com/microsoft/pxt-microbit/commits/90810724a7285165640df12322cd8c8cf0c9de59",
361
- "target": "4.1.21",
362
- "pxt": "7.5.13"
358
+ "branch": "v4.1.22",
359
+ "tag": "v4.1.22",
360
+ "commits": "https://github.com/microsoft/pxt-microbit/commits/87c494673712c7699f68564a13e1b634d20da326",
361
+ "target": "4.1.22",
362
+ "pxt": "7.5.14"
363
363
  },
364
364
  "blocksprj": {
365
365
  "id": "blocksprj",
package/built/theme.json CHANGED
@@ -36,6 +36,7 @@
36
36
  "enableTrace": true,
37
37
  "ignoreDocsErrors": false,
38
38
  "errorList": true,
39
+ "workspaceSearch": true,
39
40
  "allowPackageExtensions": true,
40
41
  "addNewTypeScriptFile": true,
41
42
  "experiments": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "4.1.21",
3
+ "version": "4.1.22",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "pxt-common-packages": "9.5.5",
48
- "pxt-core": "7.5.13"
48
+ "pxt-core": "7.5.14"
49
49
  }
50
50
  }
package/pxtarget.json CHANGED
@@ -385,6 +385,7 @@
385
385
  "enableTrace": true,
386
386
  "ignoreDocsErrors": false,
387
387
  "errorList": true,
388
+ "workspaceSearch": true,
388
389
  "allowPackageExtensions": true,
389
390
  "addNewTypeScriptFile": true,
390
391
  "experiments": [