fix(deno): Enable additional Deno permissions for runtime adapters and add local dev settings

This commit is contained in:
2025-10-10 16:55:48 +00:00
parent ecf11efb4c
commit 054cbb6b3c
3 changed files with 15 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '2.4.1',
version: '2.4.2',
description: 'a test utility to run tests that match test/**/*.ts'
}