From 8707331d79d9d0bca77f6bd8efc3300ed75871ec Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Tue, 10 Sep 2024 11:28:06 +0530 Subject: [PATCH 1/7] release: 0.0.1 --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index afeddc6..daa9ecf 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,10 @@ "build-lib": "vite build", "build-types": "vue-tsc --emitDeclarationOnly --declaration -p tsconfig.app.json", "lint": "eslint 'src/**/*.{ts,vue}'", + "format": "prettier --write 'src/**/*.{ts,vue}'", "test": "vitest", - "test-ci": "vitest --run" + "test-ci": "vitest --run", + "prepublishOnly": "npm run build" }, "dependencies": { "lodash.debounce": "^4.0.8", @@ -46,7 +48,7 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.2", - "@types/node": "20.8.10", + "@types/node": "^20.8.10", "@vitejs/plugin-vue": "^4.4.0", "@vue/compiler-dom": "^3.3.8", "@vue/test-utils": "^2.4.1", @@ -77,6 +79,8 @@ "video_db", "videodb-player", "video-player", - "video-player-component" + "video-player-component", + "ai-video-player", + "vue" ] } \ No newline at end of file From 61cb6cde6d225fe0637af2e99d3f692908776ebf Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Tue, 10 Sep 2024 12:00:55 +0530 Subject: [PATCH 2/7] udpate readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d24b0bf..fe13baa 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ Contributions are what make the open source community such an amazing place to b [npm-shield]: https://img.shields.io/npm/v/videodb-player?style=for-the-badge -[npm-url]: https://www.npmjs.com/package/videodb-player +[npm-url]: https://www.npmjs.com/package/@videodb-ui/player-vue [discord-shield]: https://img.shields.io/badge/dynamic/json?style=for-the-badge&url=https://discord.com/api/invites/py9P639jGz?with_counts=true&query=$.approximate_member_count&logo=discord&logoColor=blue&color=green&label=discord [discord-url]: https://discord.com/invite/py9P639jGz [stars-shield]: https://img.shields.io/github/stars/video-db/videodb-player.svg?style=for-the-badge From ac590318565453eb25c8f86c0bb2a81c836a45b6 Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Tue, 10 Sep 2024 13:19:31 +0530 Subject: [PATCH 3/7] update package name --- README.md | 14 +++++++------- package.json | 5 ++++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fe13baa..3fa9305 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ VideoDB Player offers a well crafted UI, composed of modular components that ens Clone this repo or use the following command in your project's directory: ```bash -npm install @videodb-ui/player-vue +npm install @videodb/player-vue ``` ### Usage @@ -116,8 +116,8 @@ npm install @videodb-ui/player-vue ```html