result-tsk
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -149,1 +149,7 @@ # Changelog | ||
- Documentation was improved | ||
## [2.2.2] — 2024-10-04 | ||
### Update | ||
- Packages was updated. |
{ | ||
"name": "result-tsk", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "result tool to use with or without NodeTskeleton template project", | ||
@@ -18,3 +18,3 @@ "repository": { | ||
"author": "Vickodev<harvic3@proton.me>", | ||
"license": "MIT", | ||
"license": "BSD 3-Clause", | ||
"homepage": "https://github.com/harvic3/nodetskeleton-tools/blob/master/src/result-tsk/README.md", | ||
@@ -36,6 +36,6 @@ "bugs": { | ||
"devDependencies": { | ||
"@types/node": "^20.14.13", | ||
"typescript": "^5.5.4" | ||
"@types/node": "^20.16.10", | ||
"typescript": "^5.6.2" | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
28554