mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
Bump version to 0.0.5
This commit is contained in:
committed by
github-actions[bot]
parent
705cd5f26b
commit
f75d22cf6a
Submodule api-specs updated: fd49ee9e54...462e131304
@@ -5,5 +5,5 @@ files:
|
||||
destinationFilename: package.json
|
||||
npmName: plexjs
|
||||
npmRepository: lukehagar
|
||||
npmVersion: 0.0.4
|
||||
npmVersion: 0.0.5
|
||||
useSingleRequestParameter: true
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@lukehagar/plexjs",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lukehagar/plexjs",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^0.26.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lukehagar/plexjs",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Community Made Plex JS/TS Module",
|
||||
"author": "Luke Hagar",
|
||||
"repository": {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## plexjs@0.0.4
|
||||
## plexjs@0.0.5
|
||||
|
||||
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.4 --save
|
||||
npm install plexjs@0.0.5 --save
|
||||
```
|
||||
|
||||
_unPublished (not recommended):_
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "plexjs",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "OpenAPI client for plexjs",
|
||||
"author": "OpenAPI-Generator Contributors",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user