Skip to content

Commit

Permalink
Merge pull request #40 from thekevinscott/ks/remove-browser-field
Browse files Browse the repository at this point in the history
Remove browser field for now
  • Loading branch information
Kevin Scott authored Mar 2, 2021
2 parents 64689ed + 23e1120 commit cf558ee
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 25 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@tensorflow/tfjs": "2.8.6",
"upscaler": "0.8.0"
"upscaler": "0.8.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/comparisons/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@tensorflow/tfjs": "2.8.6",
"upscaler": "0.8.0"
"upscaler": "0.8.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -31,5 +31,5 @@
"last 1 safari version"
]
},
"version": "0.8.0"
"version": "0.8.1"
}
4 changes: 2 additions & 2 deletions examples/patch-sizes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -33,5 +33,5 @@
"last 1 safari version"
]
},
"version": "0.8.0"
"version": "0.8.1"
}
4 changes: 2 additions & 2 deletions examples/progress/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@tensorflow/tfjs": "2.8.6",
"upscaler": "0.8.0"
"upscaler": "0.8.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -32,5 +32,5 @@
"last 1 safari version"
]
},
"version": "0.8.0"
"version": "0.8.1"
}
4 changes: 2 additions & 2 deletions examples/tensor/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@tensorflow/tfjs": "2.8.6",
"upscaler": "0.8.0"
"upscaler": "0.8.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/upload/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@tensorflow/tfjs": "2.8.6",
"upscaler": "0.8.0"
"upscaler": "0.8.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/warmup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warmup",
"version": "0.8.0",
"version": "0.8.1",
"description": "Demonstration of warming up UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@tensorflow/tfjs": "2.8.6",
"upscaler": "0.8.0"
"upscaler": "0.8.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/webcam/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@tensorflow/tfjs": "2.8.6",
"upscaler": "0.8.0"
"upscaler": "0.8.1"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/webworker/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"dependencies": {
"@tensorflow/tfjs": "2.8.6",
"tensor-as-base64": "^0.1.1",
"upscaler": "0.8.0"
"upscaler": "0.8.1"
}
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -80,4 +79,4 @@
"dot-prop": "^5.1.1",
"tensor-as-base64": "^0.1.1"
}
}
}

0 comments on commit cf558ee

Please sign in to comment.