Skip to content

Commit

Permalink
updated vot.js to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Aug 10, 2024
1 parent ac0c41a commit 21797b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Добавлена поддержка большего числа инстансов Peertube
- Добавлена поддержка Poketube (#726)
- Исправлена работа Peertube
- Исправлена работа Google Drive
- Исправлена работа Google Drive (#737)

# 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"bowser": "^2.11.0",
"lit": "^3.1.4",
"requestidlecallback-polyfill": "^1.0.2",
"vot.js": "^1.0.2"
"vot.js": "^1.0.3"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/vot.js/dist/client.js b/node_modules/vot.js/dist/client.js
index 903b604..e2d8f94 100644
index bfd2a72..e8d5cad 100644
--- a/node_modules/vot.js/dist/client.js
+++ b/node_modules/vot.js/dist/client.js
@@ -8,6 +8,7 @@ import { getVideoData } from "./utils/videoData.js";
Expand All @@ -10,7 +10,7 @@ index 903b604..e2d8f94 100644
const { version } = packageInfo;
class VOTJSError extends Error {
data;
@@ -195,6 +196,7 @@ export default class VOTClient {
@@ -192,6 +193,7 @@ export default class VOTClient {
throw new VOTLocalizedError("requestTranslationFailed", res);
}
const translationData = res.data;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 39EEEF87CD046F8B-0c76342334d33540-23DAA41F16625F1E-a9e151f9b88fe501
# bun ./bun.lockb --hash: A13E934D6613E5D3-3f387b92dbcb62cb-95214F133D28166F-cb80f575d7d5a3ae


"@aashutoshrathi/word-wrap@^1.2.3":
Expand Down Expand Up @@ -5144,9 +5144,9 @@ vary@~1.1.2:
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

vot.js@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/vot.js/-/vot.js-1.0.2.tgz"
integrity sha512-YvTTJ0gBB1HtuJYfXmlA6evwc1PepgWDsv1DU31ssPZRBvgflRA2t11QVdl9QqYm9LhO7rVafhHDEVsWkkHnPw==
version "1.0.3"
resolved "https://registry.npmjs.org/vot.js/-/vot.js-1.0.3.tgz"
integrity sha512-NcyIgR5Q5/7LcnoN8oSaZ/9HurAFBeSa8vG9JdWwyeKFIqUXm0XR4yFNCxOgG234VhO9JozGPuS0zfEwb7vWjA==
dependencies:
dom-parser "^1.1.5"
protobufjs "^7.3.2"
Expand Down

0 comments on commit 21797b5

Please sign in to comment.