Skip to content

Commit

Permalink
1.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 15, 2024
1 parent bd4a4c5 commit 45d3489
Show file tree
Hide file tree
Showing 98 changed files with 1,647 additions and 1,644 deletions.
2 changes: 1 addition & 1 deletion accelerometer-server/pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jacdac-accelerometer-server",
"version": "1.9.25",
"version": "1.9.26",
"description": "MakeCode support for Jacdac Accelerometer server",
"dependencies": {
"core": "*",
Expand Down
52 changes: 26 additions & 26 deletions accelerometer/pxt.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "jacdac-accelerometer",
"version": "1.9.25",
"description": "MakeCode support for Jacdac Accelerometer service",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-accelerometer-strings.json"
],
"supportedTargets": [
"arcade",
"maker",
"microbit",
"calliopemini"
],
"preferredEditor": "tsprj",
"testFiles": [
"test.microbit.ts"
],
"fileDependencies": {
"test.microbit.ts": "target:microbit"
}
}
"name": "jacdac-accelerometer",
"version": "1.9.26",
"description": "MakeCode support for Jacdac Accelerometer service",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-accelerometer-strings.json"
],
"supportedTargets": [
"arcade",
"maker",
"microbit",
"calliopemini"
],
"preferredEditor": "tsprj",
"testFiles": [
"test.microbit.ts"
],
"fileDependencies": {
"test.microbit.ts": "target:microbit"
}
}
38 changes: 19 additions & 19 deletions acidity/pxt.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jacdac-acidity",
"version": "1.9.25",
"description": "A sensor measuring water acidity, commonly called pH.",
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-acidity-strings.json"
],
"supportedTargets": [
"microbit",
"arcade",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}
"name": "jacdac-acidity",
"version": "1.9.26",
"description": "A sensor measuring water acidity, commonly called pH.",
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-acidity-strings.json"
],
"supportedTargets": [
"microbit",
"arcade",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}
38 changes: 19 additions & 19 deletions air-pressure/pxt.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jacdac-air-pressure",
"version": "1.9.25",
"description": "A sensor measuring air pressure of outside environment.",
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-air-pressure-strings.json"
],
"supportedTargets": [
"microbit",
"arcade",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}
"name": "jacdac-air-pressure",
"version": "1.9.26",
"description": "A sensor measuring air pressure of outside environment.",
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-air-pressure-strings.json"
],
"supportedTargets": [
"microbit",
"arcade",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}
38 changes: 19 additions & 19 deletions air-quality-index/pxt.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jacdac-air-quality-index",
"version": "1.9.25",
"description": "The Air Quality Index is a measure of how clean or polluted air is. From min, good quality, to high, low quality.\nThe range of AQI may vary between countries (https://en.wikipedia.org/wiki/Air_quality_index).",
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-air-quality-index-strings.json"
],
"supportedTargets": [
"microbit",
"arcade",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}
"name": "jacdac-air-quality-index",
"version": "1.9.26",
"description": "The Air Quality Index is a measure of how clean or polluted air is. From min, good quality, to high, low quality.\nThe range of AQI may vary between countries (https://en.wikipedia.org/wiki/Air_quality_index).",
"files": [
"constants.ts",
"client.g.ts",
"_locales/de/jacdac-air-quality-index-strings.json"
],
"supportedTargets": [
"microbit",
"arcade",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}
2 changes: 1 addition & 1 deletion arcade-gamepad/pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jacdac-arcade-gamepad",
"version": "1.9.25",
"version": "1.9.26",
"description": "MakeCode support for Jacdac Gamepad service",
"dependencies": {
"core": "*",
Expand Down
2 changes: 1 addition & 1 deletion azure-iot-hub-health-server/pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jacdac-azure-iot-hub-health-server",
"version": "1.9.25",
"version": "1.9.26",
"description": "Health and diagnostics information about the Azure Iot Hub connection.",
"files": [
"server.ts"
Expand Down
42 changes: 21 additions & 21 deletions azure-iot-hub-health/pxt.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "jacdac-azure-iot-hub-health",
"version": "1.9.25",
"description": "Health and diagnostics information about the Azure Iot Hub connection.",
"files": [
"constants.ts",
"_locales/de/jacdac-azure-iot-hub-health-strings.json"
],
"supportedTargets": [
"arcade",
"microbit",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {
"nucleo-f411re": "*"
}
}
"name": "jacdac-azure-iot-hub-health",
"version": "1.9.26",
"description": "Health and diagnostics information about the Azure Iot Hub connection.",
"files": [
"constants.ts",
"_locales/de/jacdac-azure-iot-hub-health-strings.json"
],
"supportedTargets": [
"arcade",
"microbit",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {
"nucleo-f411re": "*"
}
}
44 changes: 22 additions & 22 deletions braille-display/pxt.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "jacdac-braille-display",
"version": "1.9.25",
"description": "A Braille pattern display module. This module display [unicode braille patterns](https://www.unicode.org/charts/PDF/U2800.pdf), country specific encoding have to be implemented by the clients.",
"files": [
"constants.ts",
"client.ts",
"_locales/de/jacdac-braille-display-strings.json"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"microbit",
"arcade",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}
"name": "jacdac-braille-display",
"version": "1.9.26",
"description": "A Braille pattern display module. This module display [unicode braille patterns](https://www.unicode.org/charts/PDF/U2800.pdf), country specific encoding have to be implemented by the clients.",
"files": [
"constants.ts",
"client.ts",
"_locales/de/jacdac-braille-display-strings.json"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"microbit",
"arcade",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
}
}
2 changes: 1 addition & 1 deletion button-server/pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jacdac-button-server",
"version": "1.9.25",
"version": "1.9.26",
"description": "MakeCode support for Jacdac Button server",
"dependencies": {
"core": "*",
Expand Down
46 changes: 23 additions & 23 deletions button/pxt.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "jacdac-button",
"version": "1.9.25",
"description": "A push-button, which returns to inactive position when not operated anymore.",
"files": [
"constants.ts",
"client.ts",
"_locales/de/jacdac-button-strings.json"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"arcade",
"microbit",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {}
}
"name": "jacdac-button",
"version": "1.9.26",
"description": "A push-button, which returns to inactive position when not operated anymore.",
"files": [
"constants.ts",
"client.ts",
"_locales/de/jacdac-button-strings.json"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"arcade",
"microbit",
"maker",
"calliopemini"
],
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"testDependencies": {}
}
42 changes: 21 additions & 21 deletions buzzer-server/pxt.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "jacdac-buzzer-server",
"version": "1.9.25",
"description": "MakeCode support for Jacdac Buzzer server",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"jacdac-buzzer": "github:microsoft/pxt-jacdac/buzzer"
},
"files": [
"server.ts",
"_locales/de/jacdac-buzzer-server-strings.json"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"microbit",
"arcade"
],
"preferredEditor": "tsprj"
}
"name": "jacdac-buzzer-server",
"version": "1.9.26",
"description": "MakeCode support for Jacdac Buzzer server",
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac",
"jacdac-buzzer": "github:microsoft/pxt-jacdac/buzzer"
},
"files": [
"server.ts",
"_locales/de/jacdac-buzzer-server-strings.json"
],
"testFiles": [
"test.ts"
],
"supportedTargets": [
"microbit",
"arcade"
],
"preferredEditor": "tsprj"
}
Loading

0 comments on commit 45d3489

Please sign in to comment.