pxt-arcade 1.9.2 → 1.9.3

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.
@@ -498,11 +498,11 @@
498
498
  }
499
499
  ],
500
500
  "versions": {
501
- "branch": "v1.9.2",
502
- "tag": "v1.9.2",
503
- "commits": "https://github.com/microsoft/pxt-arcade/commits/cc3a0003b87c191c3796c9312396ec987e321f4c",
504
- "target": "1.9.2",
505
- "pxt": "7.5.7"
501
+ "branch": "v1.9.3",
502
+ "tag": "v1.9.3",
503
+ "commits": "https://github.com/microsoft/pxt-arcade/commits/0019a0f6255734f901b4b4f26d4306877bc34baf",
504
+ "target": "1.9.3",
505
+ "pxt": "7.5.19"
506
506
  },
507
507
  "blocksprj": {
508
508
  "id": "blocksprj",
@@ -91,7 +91,7 @@
91
91
 
92
92
 
93
93
  ## Make a Clicker Game
94
- * required: 1 story
94
+ <!-- * required: 1 story -->
95
95
  * layout: manual
96
96
 
97
97
  ### clicker-activity1
@@ -150,7 +150,7 @@
150
150
 
151
151
 
152
152
  ## Rescue the Baby Dinos
153
- * required: 1 clicker
153
+ <!-- * required: 1 clicker -->
154
154
  * layout: manual
155
155
 
156
156
  ### collector-activity1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-arcade",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "Small arcade editor for MakeCode",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "pxt-common-packages": "9.4.10",
37
- "pxt-core": "7.5.7"
37
+ "pxt-core": "7.5.19"
38
38
  },
39
39
  "optionalDependencies": {
40
40
  "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.8.9"