Increment build to 1.6.4. Re-package and deploy for mac

This commit is contained in:
sixteenmillimeter 2020-08-09 23:39:52 -04:00
parent c2e83ab27b
commit f02782d4da
11 changed files with 11 additions and 8 deletions

View File

@ -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

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.6.3",
"version": "1.6.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

@ -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

View File

@ -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": {

View File

@ -1,5 +1,5 @@
{
"version": "1.6.3",
"version": "1.6.4",
"ext_port": 1111,
"profiles": {
"mcopy": {

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.6.3",
"version": "1.6.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {

View File

@ -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)