From 3a8d0d11053968a28001b1406ee4280443a0e86a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Dec 2022 19:42:43 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] --- cli/built/package.json | 4 ++- .../devicescript-compiler/package.json | 25 +++++++++++++++++++ cli/package.json | 9 +++++-- 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 cli/node_modules/devicescript-compiler/package.json diff --git a/cli/built/package.json b/cli/built/package.json index 8f9dc2838c..cb2f307812 100644 --- a/cli/built/package.json +++ b/cli/built/package.json @@ -1,7 +1,9 @@ { "name": "devicescript-cli", - "version": "0.0.0", + "version": "1.0.0", "description": "DeviceScript command line tool", + "keywords": ["devicescript", "jacdac", "iot", "embedded"], + "author": "Microsoft", "bin": "./built/devicescript-cli.cjs", "files": [ "./built/devicescript-cli.cjs", diff --git a/cli/node_modules/devicescript-compiler/package.json b/cli/node_modules/devicescript-compiler/package.json new file mode 100644 index 0000000000..f93bc9b070 --- /dev/null +++ b/cli/node_modules/devicescript-compiler/package.json @@ -0,0 +1,25 @@ +{ + "name": "devicescript-compiler", + "version": "0.0.0", + "description": "DeviceScript Compiler", + "keywords": ["devicescript", "jacdac", "iot", "embedded"], + "author": "Microsoft", + "main": "./built/devicescript-compiler.node.cjs", + "module": "./built/devicescript-compiler.js", + "types": "./built/types/compiler/src/devicescript.d.ts", + "scripts": { + "dist": "yarn install && yarn build", + "build": "node build.js", + "build-fast": "node build.js --fast", + "watch": "node build.js --watch" + }, + "license": "MIT", + "devDependencies": { + "esbuild": "^0.14.11", + "typescript": "^4.5.4", + "@types/fs-extra": "^9.0.13", + "@types/node": "^18.11.9" + }, + "dependencies": { + } +} diff --git a/cli/package.json b/cli/package.json index f6548b62ca..f629d66404 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,8 +1,13 @@ { "name": "devicescript-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "DeviceScript command line tool", - "keywords": ["devicescript", "jacdac", "iot", "embedded"], + "keywords": [ + "devicescript", + "jacdac", + "iot", + "embedded" + ], "author": "Microsoft", "bin": "./built/devicescript-cli.cjs", "files": [