Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Sep 6, 2024
1 parent af9c5c0 commit 6ce1369
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 55 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.

4 changes: 2 additions & 2 deletions plugins/exporter-curl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
"build": "yaakcli build ./src/index.js"
},
"devDependencies": {
"@types/node": "^20.14.9",
"typescript": "^5.5.2",
"vitest": "^1.4.0"
},
"dependencies": {
"@yaakapp/api": "^0.1.13"
"@yaakapp/api": "^0.1.14"
}
}
3 changes: 2 additions & 1 deletion plugins/exporter-curl/tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { describe, expect, test } from 'vitest';
import { Context } from '@yaakapp/api';
import { pluginHookExport } from '../src';

const ctx = {};
const ctx = {} as Context;

describe('exporter-curl', () => {
test('Exports GET with params', () => {
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.

4 changes: 2 additions & 2 deletions plugins/filter-jsonpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli src/index.ts"
"build": "yaakcli build ./src/index.ts"
},
"dependencies": {
"jsonpath-plus": "^9.0.0",
"@yaakapp/api": "^0.1.13"
"@yaakapp/api": "^0.1.14"
},
"devDependencies": {
"@types/node": "^20.14.9",
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.

4 changes: 2 additions & 2 deletions plugins/filter-xpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.1.13",
"@yaakapp/api": "^0.1.14",
"@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.

4 changes: 2 additions & 2 deletions plugins/importer-curl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.1.13",
"@yaakapp/api": "^0.1.14",
"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.

4 changes: 2 additions & 2 deletions plugins/importer-insomnia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.1.13",
"@yaakapp/api": "^0.1.14",
"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.

4 changes: 2 additions & 2 deletions plugins/importer-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.1.13",
"@yaakapp/api": "^0.1.14",
"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.

4 changes: 2 additions & 2 deletions plugins/importer-postman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "0.0.1",
"main": "./build/index.js",
"scripts": {
"build": "yaakcli ./src/index.js"
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.1.13"
"@yaakapp/api": "^0.1.14"
},
"devDependencies": {
"@types/node": "^20.14.9",
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.

4 changes: 2 additions & 2 deletions plugins/importer-yaak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.1.13"
"@yaakapp/api": "^0.1.14"
},
"devDependencies": {
"@types/node": "^20.14.9",
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.

4 changes: 2 additions & 2 deletions plugins/template-function-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli src/index.ts"
"build": "yaakcli build ./src/index.ts"
},
"dependencies": {
"@yaakapp/api": "^0.1.13",
"@yaakapp/api": "^0.1.14",
"jsonpath-plus": "^9.0.0",
"xpath": "^0.0.34",
"@xmldom/xmldom": "^0.8.10"
Expand Down

0 comments on commit 6ce1369

Please sign in to comment.