Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0694de6

Browse filesBrowse files
author
GitHub Bot
committed
[skip ci] release v2.9.15
1 parent 1132596 commit 0694de6
Copy full SHA for 0694de6

26 files changed

+42-27Lines changed: 42 additions & 27 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎cli/package.json‎

Copy file name to clipboardExpand all lines: cli/package.json
+1-1Lines 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.9.14",
4+
"version": "2.9.15",
55
"description": "DeviceScript command line tool",
66
"keywords": [
77
"devicescript",
Collapse file

‎compiler/package.json‎

Copy file name to clipboardExpand all lines: compiler/package.json
+1-1Lines 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.9.14",
4+
"version": "2.9.15",
55
"description": "DeviceScript Compiler",
66
"keywords": [
77
"devicescript",
Collapse file

‎compiler/src/bytecode.ts‎

Copy file name to clipboardExpand all lines: compiler/src/bytecode.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ export const OP_TYPES =
106106
export enum BinFmt {
107107
IMG_VERSION_MAJOR = 2,
108108
IMG_VERSION_MINOR = 9,
109-
IMG_VERSION_PATCH = 14,
110-
IMG_VERSION = 0x209000e,
109+
IMG_VERSION_PATCH = 15,
110+
IMG_VERSION = 0x209000f,
111111
MAGIC0 = 0x53766544, // "DevS"
112112
MAGIC1 = 0xf1296e0a,
113113
NUM_IMG_SECTIONS = 10,
Collapse file

‎dap/package.json‎

Copy file name to clipboardExpand all lines: dap/package.json
+1-1Lines 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.9.14",
4+
"version": "2.9.15",
55
"description": "DeviceScript Compiler",
66
"keywords": [
77
"devicescript",
Collapse file

‎interop/package.json‎

Copy file name to clipboardExpand all lines: interop/package.json
+1-1Lines 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.9.14",
4+
"version": "2.9.15",
55
"description": "Interfaces for interaction with DeviceScript files",
66
"keywords": [
77
"devicescript",
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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.9.14",
3+
"version": "2.9.15",
44
"private": true,
55
"scripts": {
66
"setup": "git submodule update --init --recursive && git pull && yarn install --frozen-lockfile && npm install -g -u jacdac-cli",
Collapse file

‎packages/cloud/package.json‎

Copy file name to clipboardExpand all lines: packages/cloud/package.json
+1-1Lines 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.9.14",
3+
"version": "2.9.15",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {
Collapse file

‎packages/core/package.json‎

Copy file name to clipboardExpand all lines: packages/core/package.json
+1-1Lines 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.9.14",
3+
"version": "2.9.15",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {
Collapse file

‎packages/cowsay/package.json‎

Copy file name to clipboardExpand all lines: packages/cowsay/package.json
+1-1Lines 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.9.14",
3+
"version": "2.9.15",
44
"main": "./src/index.ts",
55
"private": false,
66
"description": "DeviceScript package sample implementing the famous cow say rendering engine.",
Collapse file

‎packages/drivers/package.json‎

Copy file name to clipboardExpand all lines: packages/drivers/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devicescript/drivers",
3-
"version": "2.9.14",
3+
"version": "2.9.15",
44
"private": true,
55
"dependencies": {},
66
"devDependencies": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.