pxt-arcade 1.7.13 → 1.7.17

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.
@@ -452,6 +452,7 @@
452
452
  "id": "skillmap-completion-save the forest",
453
453
  "type": "skillmap-completion",
454
454
  "image": "/static/badges/badge-forest.png",
455
+ "lockedImage": "/static/badges/badge-forest-locked.png",
455
456
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/forest",
456
457
  "title": "Save the Forest"
457
458
  },
@@ -459,12 +460,14 @@
459
460
  "id": "skillmap-completion-zookeeper",
460
461
  "type": "skillmap-completion",
461
462
  "image": "/static/badges/badge-zoo.png",
463
+ "lockedImage": "/static/badges/badge-zoo-locked.png",
462
464
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/zoo",
463
465
  "title": "Zookeeper"
464
466
  },
465
467
  {
466
468
  "id": "skillmap-completion-rockstar",
467
469
  "image": "/static/badges/badge-rockstar.png",
470
+ "lockedImage": "/static/badges/badge-rockstar-locked.png",
468
471
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/rockstar",
469
472
  "type": "skillmap-completion",
470
473
  "title": "80's Rockstar"
@@ -472,6 +475,7 @@
472
475
  {
473
476
  "id": "skillmap-completion-build a platformer game!",
474
477
  "image": "/static/badges/badge-jungle.png",
478
+ "lockedImage": "/static/badges/badge-jungle-locked.png",
475
479
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/jungle",
476
480
  "type": "skillmap-completion",
477
481
  "title": "Jungle Monkey"
@@ -479,6 +483,7 @@
479
483
  {
480
484
  "id": "skillmap-completion-space",
481
485
  "image": "/static/badges/badge-space.png",
486
+ "lockedImage": "/static/badges/badge-space-locked.png",
482
487
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/space",
483
488
  "type": "skillmap-completion",
484
489
  "title": "Space Explorer"
@@ -486,17 +491,18 @@
486
491
  {
487
492
  "id": "skillmap-completion-shark",
488
493
  "image": "/static/badges/badge-shark.png",
494
+ "lockedImage": "/static/badges/badge-shark-locked.png",
489
495
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/shark",
490
496
  "type": "skillmap-completion",
491
497
  "title": "Shark Splash"
492
498
  }
493
499
  ],
494
500
  "versions": {
495
- "branch": "v1.7.13",
496
- "tag": "v1.7.13",
497
- "commits": "https://github.com/microsoft/pxt-arcade/commits/775e3682af4155ef12183935342f8ddea814dd44",
498
- "target": "1.7.13",
499
- "pxt": "7.3.15"
501
+ "branch": "v1.7.17",
502
+ "tag": "v1.7.17",
503
+ "commits": "https://github.com/microsoft/pxt-arcade/commits/c753e2e15ec7d07c7dbe0371fea54cef2f217bd9",
504
+ "target": "1.7.17",
505
+ "pxt": "7.3.18"
500
506
  },
501
507
  "blocksprj": {
502
508
  "id": "blocksprj",
@@ -1,3 +1,3 @@
1
1
  {
2
- "appref": "v1.6.24"
2
+ "appref": "v1.7.16"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-arcade",
3
- "version": "1.7.13",
3
+ "version": "1.7.17",
4
4
  "description": "Small arcade editor for MakeCode",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "pxt-common-packages": "9.3.12",
36
- "pxt-core": "7.3.15"
36
+ "pxt-core": "7.3.18"
37
37
  },
38
38
  "optionalDependencies": {
39
- "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.8.7"
39
+ "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.8.8"
40
40
  },
41
41
  "scripts": {
42
42
  "serve": "node node_modules/pxt-core/built/pxt.js serve"
package/pxtarget.json CHANGED
@@ -627,6 +627,7 @@
627
627
  "id": "skillmap-completion-save the forest",
628
628
  "type": "skillmap-completion",
629
629
  "image": "/static/badges/badge-forest.png",
630
+ "lockedImage": "/static/badges/badge-forest-locked.png",
630
631
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/forest",
631
632
  "title": "Save the Forest"
632
633
  },
@@ -634,12 +635,14 @@
634
635
  "id": "skillmap-completion-zookeeper",
635
636
  "type": "skillmap-completion",
636
637
  "image": "/static/badges/badge-zoo.png",
638
+ "lockedImage": "/static/badges/badge-zoo-locked.png",
637
639
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/zoo",
638
640
  "title": "Zookeeper"
639
641
  },
640
642
  {
641
643
  "id": "skillmap-completion-rockstar",
642
644
  "image": "/static/badges/badge-rockstar.png",
645
+ "lockedImage": "/static/badges/badge-rockstar-locked.png",
643
646
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/rockstar",
644
647
  "type": "skillmap-completion",
645
648
  "title": "80's Rockstar"
@@ -647,6 +650,7 @@
647
650
  {
648
651
  "id": "skillmap-completion-build a platformer game!",
649
652
  "image": "/static/badges/badge-jungle.png",
653
+ "lockedImage": "/static/badges/badge-jungle-locked.png",
650
654
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/jungle",
651
655
  "type": "skillmap-completion",
652
656
  "title": "Jungle Monkey"
@@ -654,6 +658,7 @@
654
658
  {
655
659
  "id": "skillmap-completion-space",
656
660
  "image": "/static/badges/badge-space.png",
661
+ "lockedImage": "/static/badges/badge-space-locked.png",
657
662
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/space",
658
663
  "type": "skillmap-completion",
659
664
  "title": "Space Explorer"
@@ -661,6 +666,7 @@
661
666
  {
662
667
  "id": "skillmap-completion-shark",
663
668
  "image": "/static/badges/badge-shark.png",
669
+ "lockedImage": "/static/badges/badge-shark-locked.png",
664
670
  "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/shark",
665
671
  "type": "skillmap-completion",
666
672
  "title": "Shark Splash"