Skip to content

Commit

Permalink
Bump @yaakapp/api
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Sep 22, 2024
1 parent 1a4e6de commit 51d3e56
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 45 deletions.
8 changes: 4 additions & 4 deletions plugins/exporter-curl/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/exporter-curl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.2.5"
"@yaakapp/api": "^0.2.6"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
8 changes: 4 additions & 4 deletions plugins/filter-jsonpath/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/filter-jsonpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"jsonpath-plus": "^9.0.0",
"@yaakapp/api": "^0.2.5"
"@yaakapp/api": "^0.2.6"
},
"devDependencies": {
"@yaakapp/cli": "^0.0.42",
Expand Down
8 changes: 4 additions & 4 deletions plugins/filter-xpath/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/filter-xpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.2.5",
"@yaakapp/api": "^0.2.6",
"@xmldom/xmldom": "^0.8.10",
"xpath": "^0.0.34"
},
Expand Down
8 changes: 4 additions & 4 deletions plugins/importer-curl/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/importer-curl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.2.5",
"@yaakapp/api": "^0.2.6",
"shell-quote": "^1.8.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions plugins/importer-insomnia/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/importer-insomnia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.2.5",
"@yaakapp/api": "^0.2.6",
"yaml": "^2.4.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions plugins/importer-openapi/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/importer-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.2.5",
"@yaakapp/api": "^0.2.6",
"openapi-to-postmanv2": "^4.23.1",
"yaml": "^2.4.2"
},
Expand Down
8 changes: 4 additions & 4 deletions plugins/importer-postman/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/importer-postman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.2.5"
"@yaakapp/api": "^0.2.6"
},
"devDependencies": {
"@yaakapp/cli": "^0.0.42",
Expand Down
8 changes: 4 additions & 4 deletions plugins/importer-yaak/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/importer-yaak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.2.5"
"@yaakapp/api": "^0.2.6"
},
"devDependencies": {
"@yaakapp/cli": "^0.0.42",
Expand Down
8 changes: 4 additions & 4 deletions plugins/template-function-response/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/template-function-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "yaakcli build ./src/index.ts"
},
"dependencies": {
"@yaakapp/api": "^0.2.5",
"@yaakapp/api": "^0.2.6",
"jsonpath-plus": "^9.0.0",
"xpath": "^0.0.34",
"@xmldom/xmldom": "^0.8.10"
Expand Down

0 comments on commit 51d3e56

Please sign in to comment.