Skip to content

Commit

Permalink
Upgrade all packages to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Feb 27, 2022
1 parent 93e0cfd commit 03a81e4
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 29 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.9.0",
"version": "0.10.0",
"description": "Demonstration of basic usage of UpscalerJS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,4 +28,4 @@
"last 1 safari version"
]
}
}
}
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.9.0",
"version": "0.10.0",
"description": "Demonstration of the different models of UpscalerJS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,4 +28,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 2 additions & 2 deletions examples/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"last 1 safari version"
]
},
"version": "0.9.0"
}
"version": "0.10.0"
}
2 changes: 1 addition & 1 deletion examples/nodejs-custom-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-custom-model",
"version": "0.9.0",
"version": "0.10.0",
"description": "Demonstration of Node.js usage of UpscalerJS with a local custom model",
"author": "Kevin Scott",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs",
"version": "0.9.0",
"version": "0.10.0",
"description": "Demonstration of Node.js usage of UpscalerJS",
"author": "Kevin Scott",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions examples/patch-sizes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"last 1 safari version"
]
},
"version": "0.9.0"
}
"version": "0.10.0"
}
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.9.0",
"version": "0.10.0",
"description": "Demonstration of upscale progress with UpscalerJS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,4 +28,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 2 additions & 2 deletions examples/react-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"last 1 safari version"
]
},
"version": "0.9.0"
}
"version": "0.10.0"
}
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.9.0",
"version": "0.10.0",
"description": "Demonstration of basic usage of UpscalerJS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,4 +28,4 @@
"last 1 safari version"
]
}
}
}
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.9.0",
"version": "0.10.0",
"description": "Demonstration of uploading an image to UpscalerJS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"last 1 safari version"
]
}
}
}
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.9.0",
"version": "0.10.0",
"description": "Demonstration of warming up UpscalerJS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"last 1 safari version"
]
}
}
}
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.9.0",
"version": "0.10.0",
"description": "Demonstration of webcam usage of UpscalerJS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"last 1 safari version"
]
}
}
}
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.9.0",
"version": "0.10.0",
"description": "Demonstration of webworker integration with UpscalerJS",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,4 +30,4 @@
"tensor-as-base64": "^0.1.1",
"upscaler": "0.9.0"
}
}
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@
},
"scripts": {
"postinstall": "yarn scaffold:platform 'browser'",

"update:version": "ts-node scripts/update-version.ts",

"commit-latest-version-changes": "git add packages/upscalerjs/src/constants.ts *examples/*/package.json* && git commit -m \"Updating CDN && example versions\" --no-verify",
"version": "yarn pin-cdn",
"update:version:old": "node ./scripts/version.js",
"pin-cdn": "node scripts/pin-cdn.js && yarn commit-latest-version-changes",

"find-all-packages": "ts-node scripts/find-all-packages.ts",
"example": "node ./scripts/start-example.js",
"format": "yarn lerna run format",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upscalerjs/models",
"version": "0.10.0-canary.1",
"version": "0.10.0",
"description": "Neural Network Models for upscalerjs",
"keywords": [
"image super resolution",
Expand Down
2 changes: 1 addition & 1 deletion packages/upscalerjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upscaler",
"version": "0.10.0-canary.5",
"version": "0.10.0",
"description": "Increase Image resolution with Tensorflow.js",
"exports": {
"./node": "./dist/node/cjs/cjs.js",
Expand Down

0 comments on commit 03a81e4

Please sign in to comment.