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