mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 02:11:10 +01:00
More template functions
This commit is contained in:
32
package-lock.json
generated
32
package-lock.json
generated
@@ -9,7 +9,7 @@
|
||||
"plugins/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@yaakapp/api": "^0.5.3"
|
||||
"@yaakapp/api": "^0.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.7.4",
|
||||
@@ -999,9 +999,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@yaakapp/api": {
|
||||
"version": "0.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.5.3.tgz",
|
||||
"integrity": "sha512-JKO0t5H+wM2KWpNgiNW5UVmk66c7p2WFCHa8TnLwnkFpub/3ktZfMY1Y+c21N2gsurqUe3wmcNRM0J1nQrR9rA==",
|
||||
"version": "0.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.6.0.tgz",
|
||||
"integrity": "sha512-7DELi/E5Ayx+lmWSYVhjgE4Ll+hf7IWPnbFMkYhO7G14nk2WIjTeDdoAA3/7XMi5M4cL8+GGsx9mYXmts9YP7g==",
|
||||
"dependencies": {
|
||||
"@types/node": "^22.5.4"
|
||||
}
|
||||
@@ -1054,6 +1054,14 @@
|
||||
"resolved": "plugins/importer-yaak",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-cookie": {
|
||||
"resolved": "plugins/template-function-cookie",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-encode": {
|
||||
"resolved": "plugins/template-function-encode",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-fs": {
|
||||
"resolved": "plugins/template-function-fs",
|
||||
"link": true
|
||||
@@ -1066,6 +1074,10 @@
|
||||
"resolved": "plugins/template-function-prompt",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-regex": {
|
||||
"resolved": "plugins/template-function-regex",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-request": {
|
||||
"resolved": "plugins/template-function-request",
|
||||
"link": true
|
||||
@@ -7190,6 +7202,14 @@
|
||||
"name": "@yaakapp/importer-yaak",
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"plugins/template-function-cookie": {
|
||||
"name": "@yaakapp/template-function-cookie",
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"plugins/template-function-encode": {
|
||||
"name": "@yaakapp/template-function-encode",
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"plugins/template-function-file": {
|
||||
"name": "@yaakapp/template-function-file",
|
||||
"version": "0.0.1",
|
||||
@@ -7207,6 +7227,10 @@
|
||||
"name": "@yaakapp/template-function-prompt",
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"plugins/template-function-regex": {
|
||||
"name": "@yaakapp/template-function-regex",
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"plugins/template-function-request": {
|
||||
"name": "@yaakapp/template-function-request",
|
||||
"version": "0.0.1"
|
||||
|
||||
Reference in New Issue
Block a user