Compare commits

...

3 Commits
0.0.3 ... 0.0.4

Author SHA1 Message Date
LukeHagar
f412ddd4d5 Bump version to 0.0.4 2023-04-07 15:04:24 +00:00
Luke Hagar
3f4ea2071e Update package.json 2023-04-07 09:58:58 -05:00
Luke Hagar
76726427e2 Update bump_version.yml 2023-04-07 09:58:37 -05:00
6 changed files with 8 additions and 9 deletions

View File

@@ -62,7 +62,6 @@ jobs:
if: steps.updateVersion.outcome == 'success' if: steps.updateVersion.outcome == 'success'
run: | run: |
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`) LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
cd sdk-output
jq '.version = "${{ github.event.inputs.version }}"' package.json > package.json.tmp && mv package.json.tmp package.json jq '.version = "${{ github.event.inputs.version }}"' package.json > package.json.tmp && mv package.json.tmp package.json
- name: Build TS SDK - name: Build TS SDK

View File

@@ -5,5 +5,5 @@ files:
destinationFilename: package.json destinationFilename: package.json
npmName: plexjs npmName: plexjs
npmRepository: lukehagar npmRepository: lukehagar
npmVersion: 0.0.3 npmVersion: 0.0.4
useSingleRequestParameter: true useSingleRequestParameter: true

4
package-lock.json generated
View File

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

View File

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

View File

@@ -1,4 +1,4 @@
## plexjs@0.0.3 ## plexjs@0.0.4
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: 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:_ _published:_
``` ```
npm install plexjs@0.0.3 --save npm install plexjs@0.0.4 --save
``` ```
_unPublished (not recommended):_ _unPublished (not recommended):_

View File

@@ -1,6 +1,6 @@
{ {
"name": "plexjs", "name": "plexjs",
"version": "0.0.3", "version": "0.0.4",
"description": "OpenAPI client for plexjs", "description": "OpenAPI client for plexjs",
"author": "OpenAPI-Generator Contributors", "author": "OpenAPI-Generator Contributors",
"repository": { "repository": {