From e2b575375173734b19b835b39badcd57b71697e2 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 20 Jul 2021 11:03:53 +0000 Subject: [PATCH] Deploying from phrase/openapi@de9de8ab --- README.md | 10 +++++----- package.json | 2 +- src/runtime.ts | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d56aa12..0ae7c88 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -## phrase-js@1.0.15 +## phrase-js@1.1.0 Phrase is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase for your account. ## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 2.0.0 -- Package version: 1.0.15 +- Package version: 1.1.0 - Build package: phrase-js For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/) @@ -47,14 +47,14 @@ _published:_ ``` -npm install phrase-js@1.0.15 --save +npm install phrase-js@1.1.0 --save ``` if you are using yarn ``` -yarn install phrase-js@1.0.15 +yarn install phrase-js@1.1.0 ``` _unPublished (not recommended):_ @@ -104,7 +104,7 @@ here is the example package.json "@types/node": "^14.0.1", "form-data": "^3.0.0", "node-fetch": "^2.6.0", - "phrase-js": "^1.0.15" + "phrase-js": "^1.1.0" }, "devDependencies": { "tslint": "^5.20.1", diff --git a/package.json b/package.json index c1fef2f..833ce29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phrase-js", - "version": "1.0.15", + "version": "1.1.0", "description": "OpenAPI client for Phrase", "author": "OpenAPI-Generator", "license" : "MIT", diff --git a/src/runtime.ts b/src/runtime.ts index c93f826..2e002a4 100644 --- a/src/runtime.ts +++ b/src/runtime.ts @@ -145,7 +145,7 @@ export class Configuration { configuration.headers = {} } - configuration.headers["User-Agent"] = "OpenAPI-Generator/1.0.15/js" + configuration.headers["User-Agent"] = "OpenAPI-Generator/1.1.0/js" } get basePath(): string {