pxt-common-packages 11.1.5 → 11.1.6

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.
@@ -82,7 +82,7 @@ namespace browserEvents {
82
82
  }
83
83
 
84
84
  //% blockId=browserEvents_mouseButton_isPressed
85
- //% block="is $this mouse button is pressed"
85
+ //% block="is $this mouse button pressed"
86
86
  //% group="Mouse"
87
87
  //% weight=40
88
88
  isPressed() {
@@ -253,7 +253,7 @@ namespace browserEvents {
253
253
  }
254
254
 
255
255
  //% blockId=browserEvents_key_isPressed
256
- //% block="is $this key is pressed"
256
+ //% block="is $this key pressed"
257
257
  //% group="Keyboard"
258
258
  //% weight=90
259
259
  isPressed() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-common-packages",
3
- "version": "11.1.5",
3
+ "version": "11.1.6",
4
4
  "description": "Microsoft MakeCode (PXT) common packages",
5
5
  "keywords": [
6
6
  "MakeCode",