This commit is contained in:
pelikhan 2021-04-28 16:56:37 -07:00
Родитель eb80fa306d
Коммит 8fbb7e49fb
50 изменённых файлов: 50 добавлений и 50 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-accelerometer-host",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Accelerometer server",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-accelerometer",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Accelerometer service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-barometer",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor measuring air pressure of outside environment.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-button-host",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Button server",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-button",
"version": "0.4.47",
"version": "0.4.48",
"description": "A push-button, which returns to inactive position when not operated anymore.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-buzzer",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Buzzer service",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-characterscreen",
"version": "0.4.47",
"version": "0.4.48",
"description": "A screen that displays characters.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-compass",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor that measures the heading.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-controller",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Controller service",
"files": [
"controllerclient.ts"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-distance",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor that determines the distance of an object without any physical contact involved.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-dmx",
"version": "0.4.47",
"version": "0.4.48",
"description": "A service that can send DMX512-A packets with limited size. This service is designed to allow tinkering with a few DMX devices, but only allows 235 channels. More about DMX at https://en.wikipedia.org/wiki/DMX512.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-eco2",
"version": "0.4.47",
"version": "0.4.48",
"description": "Measures equivalent CO₂ levels.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-gamepad",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Gamepad service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-gyroscope",
"version": "0.4.47",
"version": "0.4.48",
"description": "A 3-axis gyroscope.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-heartrate",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor approximating the heart rate. \n\n\n**Jacdac is NOT suitable for medical devices and should NOT be used in any kind of device to diagnose or treat any medical conditions.**",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-humidity",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor measuring humidity of outside environment.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-illuminance",
"version": "0.4.47",
"version": "0.4.48",
"description": "Detects the amount of light falling onto a given surface area.\n\nNote that this is different from *luminance*, the amount of light that passes through, emits from, or reflects off an object.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-joystick",
"version": "0.4.47",
"version": "0.4.48",
"description": "A two axis directional joystick",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-ledpixel",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac LED pixel",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-led",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac LED service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-lightlevel",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor that measures luminosity level.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-magnetomer",
"version": "0.4.47",
"version": "0.4.48",
"description": "A 3-axis magnetometer.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-model-runner",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Model runner service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-motion",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor, typically PIR, that detects object motion within a certain range",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-motor",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Motor service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-multitouch",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Multi Touch service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-potentiometer",
"version": "0.4.47",
"version": "0.4.48",
"description": "Jacdac potentiometer service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-pulseoximeter",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor approximating the oxygen level. \n\n**Jacdac is not suitable for medical devices and should NOT be used in any kind of device to diagnose or treat any medical conditions.**",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac",
"version": "0.4.47",
"version": "0.4.48",
"description": "Jacdac for MakeCode",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-raingauge",
"version": "0.4.47",
"version": "0.4.48",
"description": "Measures the amount of liquid precipitation over an area in a predefined period of time.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-realtimeclock",
"version": "0.4.47",
"version": "0.4.48",
"description": "Real time clock to support collecting data with precise time stamps.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-reflectedlight",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor that detects light and dark surfaces, commonly used for line following robots.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-rotaryencoder",
"version": "0.4.47",
"version": "0.4.48",
"description": "An incremental rotary encoder - converts angular motion of a shaft to digital signal.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-sensor-aggregator",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Sensor aggregator service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-servo",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Servo service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-settings-server",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Settings server",
"files": [
"server.ts"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-settings",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Settings service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-soilmoisture",
"version": "0.4.47",
"version": "0.4.48",
"description": "A soil moisture sensor.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-solenoid",
"version": "0.4.47",
"version": "0.4.48",
"description": "A push-pull solenoid is a type of relay that pulls a coil when activated.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-sound-level",
"version": "0.4.47",
"version": "0.4.48",
"description": "Jacdac sound level service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-tcp",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac TCP service",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-thermocouple",
"version": "0.4.47",
"version": "0.4.48",
"description": "A thermocouple using a heat probe to gather temperatures.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-thermometer",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Thermometer service",
"dependencies": {
"core": "*",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-tvoc",
"version": "0.4.47",
"version": "0.4.48",
"description": "Measures equivalent Total Volatile Organic Compound levels.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-uvindex",
"version": "0.4.47",
"version": "0.4.48",
"description": "The UV Index is a measure of the intensity of ultraviolet (UV) rays from the Sun.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-waterlevel",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor that measures liquid/water level.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-weightscale",
"version": "0.4.47",
"version": "0.4.48",
"description": "A weight measuring sensor.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-wifi",
"version": "0.4.47",
"version": "0.4.48",
"description": "MakeCode support for Jacdac Wifi service",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-winddirection",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor that measures wind direction.",
"files": [
"constants.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "jacdac-windspeed",
"version": "0.4.47",
"version": "0.4.48",
"description": "A sensor that measures wind speed.",
"files": [
"constants.ts",