This commit is contained in:
Gregory Schier
2025-10-29 15:37:46 -07:00
parent 08f1bc4e65
commit 4e66a73677

16
package-lock.json generated
View File

@@ -33,6 +33,7 @@
"plugins/template-function-hash", "plugins/template-function-hash",
"plugins/template-function-json", "plugins/template-function-json",
"plugins/template-function-prompt", "plugins/template-function-prompt",
"plugins/template-function-random",
"plugins/template-function-regex", "plugins/template-function-regex",
"plugins/template-function-request", "plugins/template-function-request",
"plugins/template-function-response", "plugins/template-function-response",
@@ -4222,6 +4223,10 @@
"resolved": "plugins/template-function-prompt", "resolved": "plugins/template-function-prompt",
"link": true "link": true
}, },
"node_modules/@yaak/template-function-random": {
"resolved": "plugins/template-function-random",
"link": true
},
"node_modules/@yaak/template-function-regex": { "node_modules/@yaak/template-function-regex": {
"resolved": "plugins/template-function-regex", "resolved": "plugins/template-function-regex",
"link": true "link": true
@@ -18531,12 +18536,6 @@
} }
} }
}, },
"node_modules/xml-beautify": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/xml-beautify/-/xml-beautify-1.2.3.tgz",
"integrity": "sha512-VsYpkqoVawIP84pi00XukPsgQHqOhgrpwTHlXqqRMAgYZ1u+Yw3KHIUhO1Igf19d5CQ5h6ExJT1hFCJRLmzADg==",
"license": "MIT"
},
"node_modules/xpath": { "node_modules/xpath": {
"version": "0.0.34", "version": "0.0.34",
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz",
@@ -18923,6 +18922,10 @@
"name": "@yaak/template-function-prompt", "name": "@yaak/template-function-prompt",
"version": "0.1.0" "version": "0.1.0"
}, },
"plugins/template-function-random": {
"name": "@yaak/template-function-random",
"version": "0.1.0"
},
"plugins/template-function-regex": { "plugins/template-function-regex": {
"name": "@yaak/template-function-regex", "name": "@yaak/template-function-regex",
"version": "0.1.0" "version": "0.1.0"
@@ -19096,7 +19099,6 @@
"uuid": "^11.1.0", "uuid": "^11.1.0",
"vkbeautify": "^0.99.3", "vkbeautify": "^0.99.3",
"whatwg-mimetype": "^4.0.0", "whatwg-mimetype": "^4.0.0",
"xml-beautify": "^1.2.3",
"yaml": "^2.6.1" "yaml": "^2.6.1"
}, },
"devDependencies": { "devDependencies": {