Tweak plugins

This commit is contained in:
Gregory Schier
2024-10-15 07:45:45 -07:00
parent 61543fb10f
commit 17a429525f
8 changed files with 50 additions and 69 deletions
+13 -11
View File
@@ -9,7 +9,7 @@
"plugins/*"
],
"dependencies": {
"@yaakapp/api": "^0.2.15"
"@yaakapp/api": "^0.2.16"
},
"devDependencies": {
"@types/node": "^22.7.4",
@@ -1003,9 +1003,9 @@
}
},
"node_modules/@yaakapp/api": {
"version": "0.2.15",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.2.15.tgz",
"integrity": "sha512-SW5S3Ca00Qo8Z/IhzCWrSQU0CZHHHCZwuDZtJkjTbfVL5Lv0DAaZsORNEIaeHyuqeQU9xRoi+Wr/WHoA3bG6+A==",
"version": "0.2.16",
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.2.16.tgz",
"integrity": "sha512-rooweCKOMsqbTdSlb4vxe3wL19PpkVualZrtWvRelnUhIPgcJR8EMVNn/K2tZfLGKOXnthZi9xgFBeARnOyuSw==",
"dependencies": {
"@types/node": "^22.5.4"
}
@@ -1042,8 +1042,8 @@
"resolved": "plugins/importer-yaak",
"link": true
},
"node_modules/@yaakapp/template-function-file": {
"resolved": "plugins/template-function-file",
"node_modules/@yaakapp/template-function-fs": {
"resolved": "plugins/template-function-fs",
"link": true
},
"node_modules/@yaakapp/template-function-hash": {
@@ -1054,10 +1054,6 @@
"resolved": "plugins/template-function-prompt",
"link": true
},
"node_modules/@yaakapp/template-function-request": {
"resolved": "plugins/template-function-request",
"link": true
},
"node_modules/aggregate-error": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
@@ -6702,6 +6698,11 @@
},
"plugins/template-function-file": {
"name": "@yaakapp/template-function-file",
"version": "0.0.1",
"extraneous": true
},
"plugins/template-function-fs": {
"name": "@yaakapp/template-function-fs",
"version": "0.0.1"
},
"plugins/template-function-hash": {
@@ -6714,7 +6715,8 @@
},
"plugins/template-function-request": {
"name": "@yaakapp/template-function-request",
"version": "0.0.1"
"version": "0.0.1",
"extraneous": true
},
"plugins/template-function-response": {
"version": "0.0.1",