diff --git a/plexjs/package-lock.json b/plexjs/package-lock.json index 328f58bc..dd300670 100644 --- a/plexjs/package-lock.json +++ b/plexjs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lukehagar/plexjs", - "version": "0.0.27", + "version": "0.0.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lukehagar/plexjs", - "version": "0.0.27", + "version": "0.0.28", "license": "MIT", "dependencies": { "axios": "^0.26.1", diff --git a/plexjs/package.json b/plexjs/package.json index 4ebc5f7a..6e932dae 100644 --- a/plexjs/package.json +++ b/plexjs/package.json @@ -1,6 +1,6 @@ { "name": "@lukehagar/plexjs", - "version": "0.0.27", + "version": "0.0.28", "description": "Community Made Plex JS/TS Module", "author": "Luke Hagar", "repository": { diff --git a/plexjs/plextv/README.md b/plexjs/plextv/README.md index 5d6dfd3b..6f12d2e2 100644 --- a/plexjs/plextv/README.md +++ b/plexjs/plextv/README.md @@ -1,4 +1,4 @@ -## plexjs@0.0.27 +## plexjs@0.0.28 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.27 --save +npm install plexjs@0.0.28 --save ``` _unPublished (not recommended):_ diff --git a/plexjs/plextv/configuration.ts b/plexjs/plextv/configuration.ts index 59536b40..dac92c4c 100644 --- a/plexjs/plextv/configuration.ts +++ b/plexjs/plextv/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.27"; + this.platformVersion = param.platformVersion || "0.0.28"; this.product = param.product || "plexjs"; - this.version = param.version || "0.0.27"; + this.version = param.version || "0.0.28"; this.apiKey = (header: string) => { switch (header) { diff --git a/plexjs/plextv/package.json b/plexjs/plextv/package.json index 4ebc5f7a..6e932dae 100644 --- a/plexjs/plextv/package.json +++ b/plexjs/plextv/package.json @@ -1,6 +1,6 @@ { "name": "@lukehagar/plexjs", - "version": "0.0.27", + "version": "0.0.28", "description": "Community Made Plex JS/TS Module", "author": "Luke Hagar", "repository": { diff --git a/plexjs/pms/README.md b/plexjs/pms/README.md index 5d6dfd3b..6f12d2e2 100644 --- a/plexjs/pms/README.md +++ b/plexjs/pms/README.md @@ -1,4 +1,4 @@ -## plexjs@0.0.27 +## plexjs@0.0.28 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.27 --save +npm install plexjs@0.0.28 --save ``` _unPublished (not recommended):_ diff --git a/plexjs/pms/configuration.ts b/plexjs/pms/configuration.ts index 3e005f81..a5f45de9 100644 --- a/plexjs/pms/configuration.ts +++ b/plexjs/pms/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.27"; + this.platformVersion = param.platformVersion || "0.0.28"; this.product = param.product || "plexjs"; - this.version = param.version || "0.0.27"; + this.version = param.version || "0.0.28"; this.apiKey = (header: string) => { switch (header) { diff --git a/plexjs/pms/package.json b/plexjs/pms/package.json index 4ebc5f7a..6e932dae 100644 --- a/plexjs/pms/package.json +++ b/plexjs/pms/package.json @@ -1,6 +1,6 @@ { "name": "@lukehagar/plexjs", - "version": "0.0.27", + "version": "0.0.28", "description": "Community Made Plex JS/TS Module", "author": "Luke Hagar", "repository": { diff --git a/sdk-resources/plextv-config.yaml b/sdk-resources/plextv-config.yaml index db724432..479b1a3e 100644 --- a/sdk-resources/plextv-config.yaml +++ b/sdk-resources/plextv-config.yaml @@ -5,7 +5,7 @@ files: destinationFilename: package.json npmName: plexjs npmRepository: lukehagar -npmVersion: 0.0.27 +npmVersion: 0.0.28 useSingleRequestParameter: true sortParamsByRequiredFlag: true gitUserID: lukehagar diff --git a/sdk-resources/pms-config.yaml b/sdk-resources/pms-config.yaml index 98e6e22d..ecf4ffc8 100644 --- a/sdk-resources/pms-config.yaml +++ b/sdk-resources/pms-config.yaml @@ -5,7 +5,7 @@ files: destinationFilename: package.json npmName: plexjs npmRepository: lukehagar -npmVersion: 0.0.27 +npmVersion: 0.0.28 useSingleRequestParameter: true sortParamsByRequiredFlag: true gitUserID: lukehagar