Skip to content

Commit

Permalink
bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Dec 6, 2023
1 parent 5075f13 commit 967d3c7
Show file tree
Hide file tree
Showing 13 changed files with 150 additions and 150 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 53 additions & 53 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "ott-client",
"version": "0.4.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"serve": "vite serve",
"build": "vite build",
"lint": "tsc --noEmit && eslint --ext .js,.ts,.vue --fix .",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"lint-ci": "tsc --noEmit && eslint .",
"test": "vitest run --coverage",
"cy:open": "cypress open",
"cy:run": "cypress run --component"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.1",
"@mdi/font": "^3.9.97",
"@peertube/embed-api": "^0.0.6",
"@vimeo/player": "^2.20.1",
"@vueuse/core": "^9.6.0",
"hls.js": "1.4.8",
"load-script": "^1.0.0",
"material-design-icons-iconfont": "^5.0.1",
"ott-common": "./common",
"plyr": "3.7.8",
"sortablejs": "^1.15.0",
"sortablejs-vue3": "^1.2.3",
"video.js": "^7.15.4",
"vue": "3.2.47",
"vue-axios": "^2.1.5",
"vue-i18n": "9.2.2",
"vue-router": "^4.1.5",
"vue-slider-component": "4.1.0-beta.6",
"vuetify": "3.3.3",
"vuex": "4.1.0"
},
"devDependencies": {
"@cypress/vue": "^5.0.3",
"@types/video.js": "^7.3.29",
"@types/vimeo__player": "^2.16.0",
"@types/web": "0.0.80",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-c8": "^0.25.1",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "2.2.1",
"eslint-plugin-vue": "9.7.0",
"jsdom": "^21.1.0",
"sass": "^1.41.1",
"vite": "^4.4.2",
"vite-plugin-vuetify": "1.0.2",
"vitest": "^0.25.1"
}
}
"name": "ott-client",
"version": "0.6.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"serve": "vite serve",
"build": "vite build",
"lint": "tsc --noEmit && eslint --ext .js,.ts,.vue --fix .",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"lint-ci": "tsc --noEmit && eslint .",
"test": "vitest run --coverage",
"cy:open": "cypress open",
"cy:run": "cypress run --component"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.1",
"@mdi/font": "^3.9.97",
"@peertube/embed-api": "^0.0.6",
"@vimeo/player": "^2.20.1",
"@vueuse/core": "^9.6.0",
"hls.js": "1.4.8",
"load-script": "^1.0.0",
"material-design-icons-iconfont": "^5.0.1",
"ott-common": "./common",
"plyr": "3.7.8",
"sortablejs": "^1.15.0",
"sortablejs-vue3": "^1.2.3",
"video.js": "^7.15.4",
"vue": "3.2.47",
"vue-axios": "^2.1.5",
"vue-i18n": "9.2.2",
"vue-router": "^4.1.5",
"vue-slider-component": "4.1.0-beta.6",
"vuetify": "3.3.3",
"vuex": "4.1.0"
},
"devDependencies": {
"@cypress/vue": "^5.0.3",
"@types/video.js": "^7.3.29",
"@types/vimeo__player": "^2.16.0",
"@types/web": "0.0.80",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-c8": "^0.25.1",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "2.2.1",
"eslint-plugin-vue": "9.7.0",
"jsdom": "^21.1.0",
"sass": "^1.41.1",
"vite": "^4.4.2",
"vite-plugin-vuetify": "1.0.2",
"vitest": "^0.25.1"
}
}
24 changes: 12 additions & 12 deletions common/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "ott-common",
"version": "0.4.0",
"license": "AGPL-3.0-or-later",
"module": "es2020",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "tsc --noEmit && eslint --ext .js,.ts --fix .",
"lint-ci": "tsc --noEmit && eslint .",
"test": "jest --config ./tests/unit/jest.config.js -experimental-vm-modules --runInBand --detectOpenHandles --forceExit --coverage"
}
}
"name": "ott-common",
"version": "0.6.0",
"license": "AGPL-3.0-or-later",
"module": "es2020",
"type": "module",
"scripts": {
"build": "tsc",
"lint": "tsc --noEmit && eslint --ext .js,.ts --fix .",
"lint-ci": "tsc --noEmit && eslint .",
"test": "jest --config ./tests/unit/jest.config.js -experimental-vm-modules --runInBand --detectOpenHandles --forceExit --coverage"
}
}
2 changes: 1 addition & 1 deletion crates/harness-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harness-tests"
version = "0.1.0"
version = "0.6.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harness"
version = "0.4.0"
version = "0.6.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-balancer-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-balancer-bin"
version = "0.4.0"
version = "0.6.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-balancer-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-balancer-protocol"
version = "0.4.0"
version = "0.6.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ott-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ott-common"
version = "0.4.0"
version = "0.6.0"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentogethertube",
"version": "0.4.0",
"version": "0.6.0",
"private": true,
"license": "AGPL-3.0-or-later",
"engines": {
Expand Down Expand Up @@ -66,4 +66,4 @@
"ts-jest": "29.1.1",
"ts-node": "^10.9.1"
}
}
}
4 changes: 2 additions & 2 deletions server/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"type": "commonjs"
}
"type": "commonjs"
}
134 changes: 67 additions & 67 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"name": "ott-server",
"version": "0.4.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"module": "esnext",
"scripts": {
"start": "node --experimental-specifier-resolution=node --loader ts-node/esm app.ts",
"start-lean": "node --experimental-specifier-resolution=node --optimize-for-size --max-old-space-size=200 ts-out/server/app.js",
"debug": "nodemon --exec node --experimental-specifier-resolution=node --loader ts-node/esm --ignore 'tests/*' --inspect -e ts,js app.ts",
"build": "tsc",
"lint": "tsc --noEmit && eslint --fix .",
"lint-ci": "tsc --noEmit && eslint .",
"test": "jest --config ./tests/unit/jest.config.js -experimental-vm-modules --runInBand --detectOpenHandles --forceExit --coverage"
},
"dependencies": {
"@divine/synchronization": "^1.2.1",
"@ffprobe-installer/ffprobe": "2.1.1",
"connect-redis": "7.1.0",
"convict": "^6.2.4",
"express": "^4.17.1",
"express-session": "^1.17.0",
"m3u8-parser": "^6.2.0",
"nocache": "^3.0.0",
"node-abort-controller": "3.0.1",
"node-mailjet": "^6.0.3",
"ott-common": "./common",
"passport": "0.6.0",
"passport-discord": "^0.1.4",
"passport-google": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"pg": "^8.0.3",
"pg-hstore": "2.3.3",
"prom-client": "^14.1.0",
"rate-limiter-flexible": "^2.2.1",
"redis": "4.6.7",
"secure-password": "^3.1.0",
"sequelize": "^6.25.7",
"sequelize-cli": "^6.6.0",
"sponsorblock-api": "^0.2.2",
"toml": "^3.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"unique-names-generator": "^3.1.1",
"uuid": "^9.0.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@types/convict": "^6.1.1",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/node": "^18.13.0",
"@types/passport": "1.0.12",
"@types/passport-http-bearer": "^1.0.36",
"@types/redis": "^2.8.29",
"@types/sequelize": "^4.28.9",
"@types/supertest": "^2.0.11",
"@types/ws": "^7.4.4",
"babel-jest": "29.5.0",
"jest-watch-typeahead": "^2.2.1",
"nodemon": "^2.0.4",
"redis-mock": "^0.56.3",
"sqlite3": "5.1.5"
}
}
"name": "ott-server",
"version": "0.6.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"module": "esnext",
"scripts": {
"start": "node --experimental-specifier-resolution=node --loader ts-node/esm app.ts",
"start-lean": "node --experimental-specifier-resolution=node --optimize-for-size --max-old-space-size=200 ts-out/server/app.js",
"debug": "nodemon --exec node --experimental-specifier-resolution=node --loader ts-node/esm --ignore 'tests/*' --inspect -e ts,js app.ts",
"build": "tsc",
"lint": "tsc --noEmit && eslint --fix .",
"lint-ci": "tsc --noEmit && eslint .",
"test": "jest --config ./tests/unit/jest.config.js -experimental-vm-modules --runInBand --detectOpenHandles --forceExit --coverage"
},
"dependencies": {
"@divine/synchronization": "^1.2.1",
"@ffprobe-installer/ffprobe": "2.1.1",
"connect-redis": "7.1.0",
"convict": "^6.2.4",
"express": "^4.17.1",
"express-session": "^1.17.0",
"m3u8-parser": "^6.2.0",
"nocache": "^3.0.0",
"node-abort-controller": "3.0.1",
"node-mailjet": "^6.0.3",
"ott-common": "./common",
"passport": "0.6.0",
"passport-discord": "^0.1.4",
"passport-google": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"pg": "^8.0.3",
"pg-hstore": "2.3.3",
"prom-client": "^14.1.0",
"rate-limiter-flexible": "^2.2.1",
"redis": "4.6.7",
"secure-password": "^3.1.0",
"sequelize": "^6.25.7",
"sequelize-cli": "^6.6.0",
"sponsorblock-api": "^0.2.2",
"toml": "^3.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"unique-names-generator": "^3.1.1",
"uuid": "^9.0.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@types/convict": "^6.1.1",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/node": "^18.13.0",
"@types/passport": "1.0.12",
"@types/passport-http-bearer": "^1.0.36",
"@types/redis": "^2.8.29",
"@types/sequelize": "^4.28.9",
"@types/supertest": "^2.0.11",
"@types/ws": "^7.4.4",
"babel-jest": "29.5.0",
"jest-watch-typeahead": "^2.2.1",
"nodemon": "^2.0.4",
"redis-mock": "^0.56.3",
"sqlite3": "5.1.5"
}
}
Loading

0 comments on commit 967d3c7

Please sign in to comment.