diff --git a/config.yaml b/config.yaml index 7d186808..62f12ce8 100644 --- a/config.yaml +++ b/config.yaml @@ -5,7 +5,7 @@ files: destinationFilename: package.json npmName: plexjs npmRepository: lukehagar -npmVersion: 0.0.21 +npmVersion: 0.0.22 useSingleRequestParameter: true sortParamsByRequiredFlag: true gitUserID: lukehagar diff --git a/plexjs/README.md b/plexjs/README.md index b13d9873..c831993c 100644 --- a/plexjs/README.md +++ b/plexjs/README.md @@ -1,4 +1,4 @@ -## plexjs@0.0.21 +## plexjs@0.0.22 This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install plexjs@0.0.21 --save +npm install plexjs@0.0.22 --save ``` _unPublished (not recommended):_ diff --git a/plexjs/configuration.ts b/plexjs/configuration.ts index f4aae0fa..231e2386 100644 --- a/plexjs/configuration.ts +++ b/plexjs/configuration.ts @@ -137,9 +137,9 @@ export class Configuration { this.device = param.device || "plexjs"; this.deviceName = param.deviceName || "plexjs"; this.platform = param.platform || "plexjs"; - this.platformVersion = param.platformVersion || "0.0.21"; + this.platformVersion = param.platformVersion || "0.0.22"; this.product = param.product || "plexjs"; - this.version = param.version || "0.0.21"; + this.version = param.version || "0.0.22"; this.apiKey = (header: string) => { switch (header) { diff --git a/plexjs/package-lock.json b/plexjs/package-lock.json index 46a4af48..2fff476c 100644 --- a/plexjs/package-lock.json +++ b/plexjs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lukehagar/plexjs", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lukehagar/plexjs", - "version": "0.0.21", + "version": "0.0.22", "license": "MIT", "dependencies": { "axios": "^0.26.1", diff --git a/plexjs/package.json b/plexjs/package.json index 502ae2a9..3a761067 100644 --- a/plexjs/package.json +++ b/plexjs/package.json @@ -1,6 +1,6 @@ { "name": "@lukehagar/plexjs", - "version": "0.0.21", + "version": "0.0.22", "description": "Community Made Plex JS/TS Module", "author": "Luke Hagar", "repository": {