mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 14:59:42 +02:00
Improved prompt function add add ctx.* functions (#301)
This commit is contained in:
21
package-lock.json
generated
21
package-lock.json
generated
@@ -30,6 +30,7 @@
|
||||
"plugins/importer-postman-environment",
|
||||
"plugins/importer-yaak",
|
||||
"plugins/template-function-cookie",
|
||||
"plugins/template-function-ctx",
|
||||
"plugins/template-function-encode",
|
||||
"plugins/template-function-fs",
|
||||
"plugins/template-function-hash",
|
||||
@@ -4344,6 +4345,10 @@
|
||||
"resolved": "plugins/template-function-cookie",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaak/template-function-ctx": {
|
||||
"resolved": "plugins/template-function-ctx",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaak/template-function-encode": {
|
||||
"resolved": "plugins/template-function-encode",
|
||||
"link": true
|
||||
@@ -18969,7 +18974,7 @@
|
||||
},
|
||||
"packages/plugin-runtime-types": {
|
||||
"name": "@yaakapp/api",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"dependencies": {
|
||||
"@types/node": "^24.0.13"
|
||||
},
|
||||
@@ -19097,6 +19102,10 @@
|
||||
"name": "@yaak/template-function-cookie",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"plugins/template-function-ctx": {
|
||||
"name": "@yaak/template-function-ctx",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"plugins/template-function-datetime": {
|
||||
"version": "0.1.0",
|
||||
"extraneous": true,
|
||||
@@ -19128,7 +19137,10 @@
|
||||
},
|
||||
"plugins/template-function-prompt": {
|
||||
"name": "@yaak/template-function-prompt",
|
||||
"version": "0.1.0"
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"slugify": "^1.6.6"
|
||||
}
|
||||
},
|
||||
"plugins/template-function-random": {
|
||||
"name": "@yaak/template-function-random",
|
||||
@@ -19177,6 +19189,11 @@
|
||||
"uuid": "dist/esm/bin/uuid"
|
||||
}
|
||||
},
|
||||
"plugins/template-function-window": {
|
||||
"name": "@yaak/template-function-window",
|
||||
"version": "0.1.0",
|
||||
"extraneous": true
|
||||
},
|
||||
"plugins/template-function-xml": {
|
||||
"name": "@yaak/template-function-xml",
|
||||
"version": "0.1.0",
|
||||
|
||||
Reference in New Issue
Block a user