Skip to content

Commit a027b03

Browse files
author
Kevin Scott
authored
Merge pull request #29 from thekevinscott/ks/bump-deprecation-warnings
Bump deprecation warnings
2 parents 2b391d6 + 8b0f270 commit a027b03

File tree

17 files changed

+85
-42
lines changed

17 files changed

+85
-42
lines changed

.deepsource.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version = 1
22

3-
test_patterns = ["src/**/*.ts"]
3+
test_patterns = ["src/**/*.ts", tsconfig.json]
44

55
exclude_patterns = ["src/**/*.test.ts", "examples/**", "scripts/**", "jest.setup.ts"]
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<a href="https://www.npmjs.com/package/upscaler"><img alt="npm" src="https://img.shields.io/npm/dw/upscaler" /></a>
55
<a href="https://travis-ci.org/github/thekevinscott/UpscalerJS"><img alt="Travis" src="https://img.shields.io/travis/thekevinscott/upscalerjs" /></a>
66
<a href="https://codecov.io/gh/thekevinscott/upscalerjs"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/thekevinscott/upscalerjs" /></a>
7-
<a href="https://deepsource.io/gh/thekevinscott/UpscalerJS/?ref=repository-badge"><img alt="DeepSource" src="https://deepsource.io/gh/thekevinscott/UpscalerJS.svg/?label=active+issues&show_trend=true" /></a>
87
<a href="https://github.com/thekevinscott/UpscalerJS/issues"><img alt="Github issues" src="https://img.shields.io/github/issues/thekevinscott/upscalerjs" /></a>
8+
<a href="https://deepsource.io/gh/thekevinscott/UpscalerJS/?ref=repository-badge"><img alt="DeepSource" src="https://deepsource.io/gh/thekevinscott/UpscalerJS.svg/?label=active+issues&show_trend=true" /></a>
99

1010

1111
UpscalerJS is a tool for increasing image resolution in Javascript via a [Neural Network](https://github.com/thekevinscott/upscalerjs-models) up to 4x.

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Demonstration of basic usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.7.6"
18+
"upscaler": "0.7.7"
1919
},
2020
"browserslist": {
2121
"production": [

examples/comparisons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comparisons",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Demonstration of the different models of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.7.6"
18+
"upscaler": "0.7.7"
1919
},
2020
"browserslist": {
2121
"production": [

examples/models/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "^16.13.1",
99
"react-dom": "^16.13.1",
1010
"react-scripts": "^4.0.2",
11-
"upscaler": "0.7.6"
11+
"upscaler": "0.7.7"
1212
},
1313
"scripts": {
1414
"start": "react-scripts start",
@@ -31,5 +31,5 @@
3131
"last 1 safari version"
3232
]
3333
},
34-
"version": "0.7.6"
34+
"version": "0.7.7"
3535
}

examples/patch-sizes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-input-range": "^1.3.0",
1111
"react-scripts": "^4.0.2",
1212
"tensor-as-base64": "^0.1.1",
13-
"upscaler": "0.7.6"
13+
"upscaler": "0.7.7"
1414
},
1515
"scripts": {
1616
"start": "PORT=1234 react-scripts start",
@@ -33,5 +33,5 @@
3333
"last 1 safari version"
3434
]
3535
},
36-
"version": "0.7.6"
36+
"version": "0.7.7"
3737
}

examples/progress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "progress",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Demonstration of upscale progress with UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.7.6"
18+
"upscaler": "0.7.7"
1919
},
2020
"browserslist": {
2121
"production": [

examples/react-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react-dom": "^16.13.1",
1010
"react-dropzone": "^11.0.2",
1111
"react-scripts": "^4.0.2",
12-
"upscaler": "0.7.6"
12+
"upscaler": "0.7.7"
1313
},
1414
"scripts": {
1515
"start": "react-scripts start",
@@ -32,5 +32,5 @@
3232
"last 1 safari version"
3333
]
3434
},
35-
"version": "0.7.6"
35+
"version": "0.7.7"
3636
}

examples/tensor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tensor",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Demonstration of basic usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.7.6"
18+
"upscaler": "0.7.7"
1919
},
2020
"browserslist": {
2121
"production": [

examples/upload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Demonstration of uploading an image to UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.7.6"
18+
"upscaler": "0.7.7"
1919
},
2020
"browserslist": {
2121
"production": [

0 commit comments

Comments
 (0)