pxt-microbit 5.1.19 → 5.1.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "5.1.19",
3
+ "version": "5.1.21",
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": "10.4.8",
48
- "pxt-core": "8.6.26"
48
+ "pxt-core": "8.6.27"
49
49
  }
50
50
  }
package/pxtarget.json CHANGED
@@ -32,7 +32,29 @@
32
32
  ],
33
33
  "githubPackages": true,
34
34
  "cloudProviders": {
35
- "github": {}
35
+ "github": {
36
+ "id": "github",
37
+ "name": "GitHub",
38
+ "icon": "/static/providers/github-mark.png",
39
+ "identity": false,
40
+ "order": 3
41
+ },
42
+ "microsoft": {
43
+ "id": "microsoft",
44
+ "name": "Microsoft",
45
+ "icon": "/static/providers/microsoft-logo.svg",
46
+ "identity": true,
47
+ "redirect": true,
48
+ "order": 1
49
+ },
50
+ "google": {
51
+ "id": "google",
52
+ "name": "Google",
53
+ "icon": "/static/providers/google-logo.svg",
54
+ "identity": true,
55
+ "redirect": true,
56
+ "order": 2
57
+ }
36
58
  }
37
59
  },
38
60
  "compile": {
@@ -630,35 +652,6 @@
630
652
  "appTheme": {
631
653
  "disableBlobObjectDownload": true
632
654
  }
633
- },
634
- "identity=1": {
635
- "cloud": {
636
- "cloudProviders": {
637
- "github": {
638
- "id": "github",
639
- "name": "GitHub",
640
- "icon": "/static/providers/github-mark.png",
641
- "identity": false,
642
- "order": 3
643
- },
644
- "microsoft": {
645
- "id": "microsoft",
646
- "name": "Microsoft",
647
- "icon": "/static/providers/microsoft-logo.svg",
648
- "identity": true,
649
- "redirect": true,
650
- "order": 1
651
- },
652
- "google": {
653
- "id": "google",
654
- "name": "Google",
655
- "icon": "/static/providers/google-logo.svg",
656
- "identity": true,
657
- "redirect": true,
658
- "order": 2
659
- }
660
- }
661
- }
662
655
  }
663
656
  },
664
657
  "uploadDocs": true