Compare commits

...

1 Commits

Author SHA1 Message Date
LukeHagar
c5d773bf41 Bump version to 0.0.25 2023-04-20 03:43:31 +00:00
10 changed files with 15 additions and 15 deletions

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
## plexjs@0.0.24
## plexjs@0.0.25
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.24 --save
npm install plexjs@0.0.25 --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.24";
this.platformVersion = param.platformVersion || "0.0.25";
this.product = param.product || "plexjs";
this.version = param.version || "0.0.24";
this.version = param.version || "0.0.25";
this.apiKey = (header: string) => {
switch (header) {

View File

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

View File

@@ -1,4 +1,4 @@
## plexjs@0.0.24
## plexjs@0.0.25
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.24 --save
npm install plexjs@0.0.25 --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.24";
this.platformVersion = param.platformVersion || "0.0.25";
this.product = param.product || "plexjs";
this.version = param.version || "0.0.24";
this.version = param.version || "0.0.25";
this.apiKey = (header: string) => {
switch (header) {

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.0.24",
"version": "0.0.25",
"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.24
npmVersion: 0.0.25
useSingleRequestParameter: true
sortParamsByRequiredFlag: true
gitUserID: lukehagar

View File

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