Increment build to 1.6.4. Re-package and deploy for mac
This commit is contained in:
parent
c2e83ab27b
commit
f02782d4da
|
@ -50,6 +50,7 @@ class Arduino {
|
|||
catch (err) {
|
||||
throw err;
|
||||
}
|
||||
//console.dir(ports)
|
||||
ports.forEach((port) => {
|
||||
if (this.known.indexOf(port.path) !== -1) {
|
||||
matches.push(port.path);
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-app",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"description": "GUI for the mcopy small gauge film optical printer platform",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -50,6 +50,7 @@ class Arduino {
|
|||
catch (err) {
|
||||
throw err;
|
||||
}
|
||||
//console.dir(ports)
|
||||
ports.forEach((port) => {
|
||||
if (this.known.indexOf(port.path) !== -1) {
|
||||
matches.push(port.path);
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy-cli",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"description": "CLI for controlling the mcopy optical printer platform",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"ext_port": 1111,
|
||||
"profiles": {
|
||||
"mcopy": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mcopy",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"description": "Small gauge film optical printer platform",
|
||||
"main": "build.js",
|
||||
"directories": {
|
||||
|
|
|
@ -59,6 +59,7 @@ class Arduino {
|
|||
} catch (err) {
|
||||
throw err
|
||||
}
|
||||
//console.dir(ports)
|
||||
ports.forEach((port : any) => {
|
||||
if (this.known.indexOf(port.path) !== -1) {
|
||||
matches.push(port.path)
|
||||
|
|
Loading…
Reference in New Issue