Skip to content

Commit

Permalink
Merge pull request #15 from mxenabled/bm/update_generator
Browse files Browse the repository at this point in the history
Update generator
  • Loading branch information
brettmortensen authored Jan 14, 2022
2 parents 527a0cf + 98c4482 commit d6de1be
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
5.3.1
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
npmName: "mx-platform-node"
npmVersion: 0.5.0
npmVersion: 0.6.0
supportsES6: true
4 changes: 2 additions & 2 deletions openapi/templates/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.1"
"axios": "^0.21.4"
},
"devDependencies": {
"@types/node": "^12.11.5",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mx-platform-node",
"version": "0.5.0",
"version": "0.6.0",
"description": "A Node library for the MX Platform API.",
"author": "MX",
"keywords": [
Expand All @@ -14,10 +14,10 @@
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.1"
"axios": "^0.21.4"
},
"devDependencies": {
"@types/node": "^12.11.5",
Expand Down

0 comments on commit d6de1be

Please sign in to comment.