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

Commit f8d1a45

Browse files
author
GitHub Bot
committed
[skip ci] release v2.14.7
1 parent caecbc2 commit f8d1a45

32 files changed

Lines changed: 42 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.6",
4+
"version": "2.14.7",
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.6",
4+
"version": "2.14.7",
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.6",
4+
"version": "2.14.7",
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.6",
4+
"version": "2.14.7",
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
@@ -4,5 +4,6 @@ export const errors: Record<string, string> = {
44
"can't connect, no HF2 nor JDUSB": "no-hf2",
55
"esptool cannot connect": "esptool-cannot-connect",
66
"I2C device not found or malfunctioning": "i2c-device-not-found-or-malfunctioning",
7-
"Unable to locate Node.JS v16+.": "terminal-nodemissing"
7+
"Unable to locate Node.JS v16+.": "terminal-nodemissing",
8+
"Install @devicescript/cli package": "terminal-notinstalled"
89
};

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.6",
3+
"version": "2.14.7",
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.6",
3+
"version": "2.14.7",
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.6",
3+
"version": "2.14.7",
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.6",
3+
"version": "2.14.7",
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)