From 088cf2656fa807ff4534883f5fd67521c19df73c Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 6 Nov 2021 17:57:57 -0700 Subject: [PATCH] tensorflow: plugin --- plugins/tensorflow/package-lock.json | 4 ++-- plugins/tensorflow/package.json | 2 +- sdk/bin/scrypted-webpack.js | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/tensorflow/package-lock.json b/plugins/tensorflow/package-lock.json index c2f7f41f0..be1af158f 100644 --- a/plugins/tensorflow/package-lock.json +++ b/plugins/tensorflow/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/tensorflow", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/tensorflow", - "version": "0.0.11", + "version": "0.0.12", "license": "Apache-2.0", "dependencies": { "@koush/face-api.js": "^0.22.3", diff --git a/plugins/tensorflow/package.json b/plugins/tensorflow/package.json index 907aec744..b5345f3ee 100644 --- a/plugins/tensorflow/package.json +++ b/plugins/tensorflow/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/tensorflow", - "version": "0.0.11", + "version": "0.0.12", "description": "Motion Detection for VideoCameras.", "author": "Scrypted", "license": "Apache-2.0", diff --git a/sdk/bin/scrypted-webpack.js b/sdk/bin/scrypted-webpack.js index 6eec4c1b0..fc6845584 100755 --- a/sdk/bin/scrypted-webpack.js +++ b/sdk/bin/scrypted-webpack.js @@ -167,7 +167,6 @@ else { const t = tmp.tmpNameSync({ postfix: '.js', }); - console.log(t); fs.writeFileSync(t, ` const e = __non_webpack_require__('${opt}'); module.exports = e;