Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 74976a3

Browse files
author
GitHub Bot
committed
[skip ci] release v2.14.6
1 parent 104c361 commit 74976a3

32 files changed

Lines changed: 41 additions & 33 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devicescript/cli",
33
"private": false,
4-
"version": "2.14.5",
4+
"version": "2.14.6",
55
"description": "DeviceScript command line tool",
66
"keywords": [
77
"devicescript",

compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devicescript/compiler",
33
"private": false,
4-
"version": "2.14.5",
4+
"version": "2.14.6",
55
"description": "DeviceScript Compiler",
66
"keywords": [
77
"devicescript",

compiler/src/bytecode.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devicescript/dap",
33
"private": false,
4-
"version": "2.14.5",
4+
"version": "2.14.6",
55
"description": "DeviceScript Compiler",
66
"keywords": [
77
"devicescript",

interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devicescript/interop",
33
"private": false,
4-
"version": "2.14.5",
4+
"version": "2.14.6",
55
"description": "Interfaces for interaction with DeviceScript files",
66
"keywords": [
77
"devicescript",

interop/src/errors.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ export const errors: Record<string, string> = {
33
"loopback rx ovf": "loopback-rx-ovf",
44
"can't connect, no HF2 nor JDUSB": "no-hf2",
55
"esptool cannot connect": "esptool-cannot-connect",
6-
"I2C device not found or malfunctioning": "i2c-device-not-found-or-malfunctioning"
6+
"I2C device not found or malfunctioning": "i2c-device-not-found-or-malfunctioning",
7+
"Unable to locate Node.JS v16+.": "terminal-nodemissing"
78
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DeviceScript-workspace",
3-
"version": "2.14.5",
3+
"version": "2.14.6",
44
"private": true,
55
"scripts": {
66
"setup": "git submodule update --init --recursive && git pull && yarn install --frozen-lockfile && npm install -g -u jacdac-cli",

packages/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devicescript/cloud",
3-
"version": "2.14.5",
3+
"version": "2.14.6",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devicescript/core",
3-
"version": "2.14.5",
3+
"version": "2.14.6",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {

packages/cowsay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devicescript-cowsay",
3-
"version": "2.14.5",
3+
"version": "2.14.6",
44
"main": "./src/index.ts",
55
"private": false,
66
"description": "DeviceScript package sample implementing the famous cow say rendering engine.",

0 commit comments

Comments
 (0)