@rster/util
Advanced tools
Comparing version 0.1.2 to 0.1.3
# Changelog for @rster/common | ||
## 0.1.2 | ||
### Patch Changes | ||
- 0080b38: Update README | ||
## 0.1.1 | ||
@@ -4,0 +10,0 @@ |
# @rster/util | ||
## 0.1.2 | ||
## 0.1.3 | ||
### Patch Changes | ||
- 0080b38: Update README | ||
- 3970c8d: Include LICENSE |
{ | ||
"name": "@rster/util", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "RSTER is a toolset for REST Api creation", | ||
@@ -20,5 +20,5 @@ "main": "lib/index.js", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^20.7.1", | ||
"@typescript-eslint/eslint-plugin": "^6.7.3", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"@types/node": "^20.8.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@typescript-eslint/parser": "^6.7.5", | ||
"babel-jest": "^29.7.0", | ||
@@ -29,3 +29,3 @@ "eslint": "^8.50.0", | ||
"source-map-support": "^0.5.21", | ||
"typedoc": "^0.25.1", | ||
"typedoc": "^0.25.2", | ||
"typescript": "^5.2.2" | ||
@@ -32,0 +32,0 @@ }, |
26414
10