fix(template-function-json): escape control characters in json.escape (#607)

This commit is contained in:
Ngo Quoc Viet
2026-08-24 21:14:14 -07:00
committed by GitHub
parent 9a7bcf73bb
commit cef1129d4b
3 changed files with 57 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"types": "src/index.ts",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev"
"dev": "yaakcli dev",
"test": "vp test --run tests"
},
"dependencies": {
"jsonpath-plus": "^10.3.0"