@tskau/vtrans
Advanced tools
Comparing version 1.0.0 to 1.0.1-1
import { Client } from './client'; | ||
import { TranslationError } from './errors'; | ||
export { Client, TranslationError }; | ||
import { TranslationError, SubtitlesError, URLError } from './errors'; | ||
export { Client, TranslationError, SubtitlesError, URLError }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TranslationError = exports.Client = void 0; | ||
exports.URLError = exports.SubtitlesError = exports.TranslationError = exports.Client = void 0; | ||
const client_1 = require("./client"); | ||
@@ -8,1 +8,3 @@ Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } }); | ||
Object.defineProperty(exports, "TranslationError", { enumerable: true, get: function () { return errors_1.TranslationError; } }); | ||
Object.defineProperty(exports, "SubtitlesError", { enumerable: true, get: function () { return errors_1.SubtitlesError; } }); | ||
Object.defineProperty(exports, "URLError", { enumerable: true, get: function () { return errors_1.URLError; } }); |
{ | ||
"name": "@tskau/vtrans", | ||
"version": "1.0.0", | ||
"version": "1.0.1-1", | ||
"description": "yandex video translation API client written in typescript", | ||
@@ -5,0 +5,0 @@ "main": "dist/vtrans.js", |
@@ -1,4 +0,15 @@ | ||
# vtrans | ||
# @tskau/vtrans | ||
yandex video translation API client written in typescript | ||
<img align="right" height="50" src="./assets/vtrans.svg"> | ||
### disclaimer | ||
this library is UNOFFICIAL and NOT MADE OR AUTHORIZED by | ||
[Yandex N.V.](https://ir.yandex/) or [ООО "ЯНДЕКС" (Yandex LLC)](https://yandex.ru/company/main). | ||
this library is based on the results of reverse engineering | ||
and implements a client for a private API that is | ||
NOT INTENDED for use in software other than [yandex.browser](https://browser.yandex.com/). | ||
### installation | ||
@@ -5,0 +16,0 @@ |
import { Client } from './client' | ||
import { TranslationError } from './errors' | ||
import { TranslationError, SubtitlesError, URLError } from './errors' | ||
export { Client, TranslationError } | ||
export { Client, TranslationError, SubtitlesError, URLError } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47135
33
650
88
1