mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 15:21:23 +02:00
Update plugins
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "exporter-curl",
|
"name": "exporter-curl",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yaak-cli ./src/index.js"
|
"build": "yaakcli ./src/index.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.14.9",
|
"@types/node": "^20.14.9",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "filter-jsonpath",
|
"name": "filter-jsonpath",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yaak-cli src/index.ts"
|
"build": "yaakcli src/index.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jsonpath": "^1.1.1"
|
"jsonpath": "^1.1.1"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "filter-xpath",
|
"name": "filter-xpath",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yaak-cli ./src/index.js"
|
"build": "yaakcli ./src/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^20.14.9",
|
"@types/node": "^20.14.9",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "importer-curl",
|
"name": "importer-curl",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yaak-cli ./src/index.js"
|
"build": "yaakcli ./src/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"shell-quote": "^1.8.1"
|
"shell-quote": "^1.8.1"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "importer-insomnia",
|
"name": "importer-insomnia",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yaak-cli ./src/index.js"
|
"build": "yaakcli ./src/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"yaml": "^2.4.2"
|
"yaml": "^2.4.2"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "importer-postman",
|
"name": "importer-postman",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yaak-cli ./src/index.js"
|
"build": "yaakcli ./src/index.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.14.9",
|
"@types/node": "^20.14.9",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "importer-yaak",
|
"name": "importer-yaak",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yaak-cli ./src/index.js"
|
"build": "yaakcli ./src/index.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.14.9",
|
"@types/node": "^20.14.9",
|
||||||
|
|||||||
Reference in New Issue
Block a user