From 23e112048aabf85c446de27bea23df0163cb9a78 Mon Sep 17 00:00:00 2001 From: Kevin Scott Date: Mon, 1 Mar 2021 19:33:07 -0600 Subject: [PATCH] Remove browser field for now --- examples/basic/package.json | 4 ++-- examples/comparisons/package.json | 4 ++-- examples/models/package.json | 4 ++-- examples/patch-sizes/package.json | 4 ++-- examples/progress/package.json | 4 ++-- examples/react-demo/package.json | 4 ++-- examples/tensor/package.json | 4 ++-- examples/upload/package.json | 4 ++-- examples/warmup/package.json | 4 ++-- examples/webcam/package.json | 4 ++-- examples/webworker/package.json | 4 ++-- package.json | 5 ++--- 12 files changed, 24 insertions(+), 25 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index ec4b9ce3a..1bdb62e9d 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "basic", - "version": "0.8.0", + "version": "0.8.1", "description": "Demonstration of basic usage of UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "browserslist": { "production": [ diff --git a/examples/comparisons/package.json b/examples/comparisons/package.json index 17005dcf6..acfd5159d 100644 --- a/examples/comparisons/package.json +++ b/examples/comparisons/package.json @@ -1,6 +1,6 @@ { "name": "comparisons", - "version": "0.8.0", + "version": "0.8.1", "description": "Demonstration of the different models of UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "browserslist": { "production": [ diff --git a/examples/models/package.json b/examples/models/package.json index d3a27d393..c7efa76e3 100644 --- a/examples/models/package.json +++ b/examples/models/package.json @@ -8,7 +8,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "^4.0.2", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "scripts": { "start": "react-scripts start", @@ -31,5 +31,5 @@ "last 1 safari version" ] }, - "version": "0.8.0" + "version": "0.8.1" } \ No newline at end of file diff --git a/examples/patch-sizes/package.json b/examples/patch-sizes/package.json index 4ac02423e..b781b2a24 100644 --- a/examples/patch-sizes/package.json +++ b/examples/patch-sizes/package.json @@ -10,7 +10,7 @@ "react-input-range": "^1.3.0", "react-scripts": "^4.0.2", "tensor-as-base64": "^0.1.1", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "scripts": { "start": "PORT=1234 react-scripts start", @@ -33,5 +33,5 @@ "last 1 safari version" ] }, - "version": "0.8.0" + "version": "0.8.1" } \ No newline at end of file diff --git a/examples/progress/package.json b/examples/progress/package.json index a966e7344..aa8082143 100644 --- a/examples/progress/package.json +++ b/examples/progress/package.json @@ -1,6 +1,6 @@ { "name": "progress", - "version": "0.8.0", + "version": "0.8.1", "description": "Demonstration of upscale progress with UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "browserslist": { "production": [ diff --git a/examples/react-demo/package.json b/examples/react-demo/package.json index 5cbbf585d..aaed3af58 100644 --- a/examples/react-demo/package.json +++ b/examples/react-demo/package.json @@ -9,7 +9,7 @@ "react-dom": "^16.13.1", "react-dropzone": "^11.0.2", "react-scripts": "^4.0.2", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "scripts": { "start": "react-scripts start", @@ -32,5 +32,5 @@ "last 1 safari version" ] }, - "version": "0.8.0" + "version": "0.8.1" } \ No newline at end of file diff --git a/examples/tensor/package.json b/examples/tensor/package.json index eef688757..40669f096 100644 --- a/examples/tensor/package.json +++ b/examples/tensor/package.json @@ -1,6 +1,6 @@ { "name": "tensor", - "version": "0.8.0", + "version": "0.8.1", "description": "Demonstration of basic usage of UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "browserslist": { "production": [ diff --git a/examples/upload/package.json b/examples/upload/package.json index d53ef3039..7153330dc 100644 --- a/examples/upload/package.json +++ b/examples/upload/package.json @@ -1,6 +1,6 @@ { "name": "upload", - "version": "0.8.0", + "version": "0.8.1", "description": "Demonstration of uploading an image to UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "browserslist": { "production": [ diff --git a/examples/warmup/package.json b/examples/warmup/package.json index c1b2ba1de..f2eaa7b57 100644 --- a/examples/warmup/package.json +++ b/examples/warmup/package.json @@ -1,6 +1,6 @@ { "name": "warmup", - "version": "0.8.0", + "version": "0.8.1", "description": "Demonstration of warming up UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "browserslist": { "production": [ diff --git a/examples/webcam/package.json b/examples/webcam/package.json index 98254d21a..197561b8d 100644 --- a/examples/webcam/package.json +++ b/examples/webcam/package.json @@ -1,6 +1,6 @@ { "name": "webcam", - "version": "0.8.0", + "version": "0.8.1", "description": "Demonstration of webcam usage of UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.0" + "upscaler": "0.8.1" }, "browserslist": { "production": [ diff --git a/examples/webworker/package.json b/examples/webworker/package.json index 368a6c71b..ea650acfb 100644 --- a/examples/webworker/package.json +++ b/examples/webworker/package.json @@ -1,6 +1,6 @@ { "name": "webworker", - "version": "0.8.0", + "version": "0.8.1", "description": "Demonstration of webworker integration with UpscalerJS", "main": "index.js", "scripts": { @@ -28,6 +28,6 @@ "dependencies": { "@tensorflow/tfjs": "2.8.6", "tensor-as-base64": "^0.1.1", - "upscaler": "0.8.0" + "upscaler": "0.8.1" } } \ No newline at end of file diff --git a/package.json b/package.json index 79705705b..a94307bd1 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "upscaler", - "version": "0.8.0", + "version": "0.8.1", "description": "Increase image resolution with a Neural Network", "main": "dist/cjs/index.js", - "browser": "dist/umd/upscaler.min.js.gz", "module": "dist/esnext/index.js", "types": "dist/esnext/index.d.ts", "keywords": [ @@ -80,4 +79,4 @@ "dot-prop": "^5.1.1", "tensor-as-base64": "^0.1.1" } -} +} \ No newline at end of file