This commit is contained in:
Luke Hagar
2023-04-19 22:42:35 -05:00
10 changed files with 15 additions and 15 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@lukehagar/plexjs",
"version": "0.0.22",
"version": "0.0.24",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@lukehagar/plexjs",
"version": "0.0.22",
"version": "0.0.24",
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.0.22",
"version": "0.0.24",
"description": "Community Made Plex JS/TS Module",
"author": "Luke Hagar",
"repository": {

View File

@@ -1,4 +1,4 @@
## plexjs@0.0.22
## plexjs@0.0.24
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.22 --save
npm install plexjs@0.0.24 --save
```
_unPublished (not recommended):_

View File

@@ -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.22";
this.platformVersion = param.platformVersion || "0.0.24";
this.product = param.product || "plexjs";
this.version = param.version || "0.0.22";
this.version = param.version || "0.0.24";
this.apiKey = (header: string) => {
switch (header) {

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.0.22",
"version": "0.0.24",
"description": "Community Made Plex JS/TS Module",
"author": "Luke Hagar",
"repository": {

View File

@@ -1,4 +1,4 @@
## plexjs@0.0.22
## plexjs@0.0.24
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.22 --save
npm install plexjs@0.0.24 --save
```
_unPublished (not recommended):_

View File

@@ -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.22";
this.platformVersion = param.platformVersion || "0.0.24";
this.product = param.product || "plexjs";
this.version = param.version || "0.0.22";
this.version = param.version || "0.0.24";
this.apiKey = (header: string) => {
switch (header) {

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.0.22",
"version": "0.0.24",
"description": "Community Made Plex JS/TS Module",
"author": "Luke Hagar",
"repository": {

View File

@@ -5,7 +5,7 @@ files:
destinationFilename: package.json
npmName: plexjs
npmRepository: lukehagar
npmVersion: 0.0.22
npmVersion: 0.0.24
useSingleRequestParameter: true
sortParamsByRequiredFlag: true
gitUserID: lukehagar

View File

@@ -5,7 +5,7 @@ files:
destinationFilename: package.json
npmName: plexjs
npmRepository: lukehagar
npmVersion: 0.0.22
npmVersion: 0.0.24
useSingleRequestParameter: true
sortParamsByRequiredFlag: true
gitUserID: lukehagar