From e8da0867075803c9a681e987638997df874f3480 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Thu, 8 May 2025 19:04:50 -0400 Subject: [PATCH] Add missing package declarations --- app/data/cfg.json | 2 +- app/lib/capper/package.json | 11 +++++++++++ app/lib/processing/package.json | 11 +++++++++++ app/package-lock.json | 2 +- app/package.json | 2 +- data/cfg.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- processing/mcopy/cfg.json | 2 +- 9 files changed, 30 insertions(+), 8 deletions(-) create mode 100644 app/lib/capper/package.json create mode 100644 app/lib/processing/package.json diff --git a/app/data/cfg.json b/app/data/cfg.json index f30936f..32588a9 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.161", + "version": "1.8.162", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/app/lib/capper/package.json b/app/lib/capper/package.json new file mode 100644 index 0000000..a5bce1b --- /dev/null +++ b/app/lib/capper/package.json @@ -0,0 +1,11 @@ +{ + "name": "capper", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} \ No newline at end of file diff --git a/app/lib/processing/package.json b/app/lib/processing/package.json new file mode 100644 index 0000000..ffac465 --- /dev/null +++ b/app/lib/processing/package.json @@ -0,0 +1,11 @@ +{ + "name": "processing", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} diff --git a/app/package-lock.json b/app/package-lock.json index 83d7c6e..d314ecd 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.161", + "version": "1.8.162", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/app/package.json b/app/package.json index e11babb..b95777d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mcopy-app", - "version": "1.8.161", + "version": "1.8.162", "description": "GUI for the mcopy small gauge film optical printer platform", "main": "main.js", "scripts": { diff --git a/data/cfg.json b/data/cfg.json index f30936f..32588a9 100644 --- a/data/cfg.json +++ b/data/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.161", + "version": "1.8.162", "ext_port": 1111, "profiles": { "mcopy": { diff --git a/package-lock.json b/package-lock.json index f7cf2ca..6008da2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcopy", - "version": "1.8.161", + "version": "1.8.162", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mcopy", - "version": "1.8.161", + "version": "1.8.162", "license": "MIT", "dependencies": { "alert": "file:app/lib/alert", diff --git a/package.json b/package.json index 4d68a2e..b7c4a2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcopy", - "version": "1.8.161", + "version": "1.8.162", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": { diff --git a/processing/mcopy/cfg.json b/processing/mcopy/cfg.json index f30936f..32588a9 100644 --- a/processing/mcopy/cfg.json +++ b/processing/mcopy/cfg.json @@ -1,5 +1,5 @@ { - "version": "1.8.161", + "version": "1.8.162", "ext_port": 1111, "profiles": { "mcopy": {