@curium.rocks/json-chronicler
Advanced tools
Comparing version 0.36.0 to 0.37.0
{ | ||
"name": "@curium.rocks/json-chronicler", | ||
"version": "0.36.0", | ||
"version": "0.37.0", | ||
"description": "Persists objects in JSON format to rolling archive files", | ||
@@ -13,3 +13,3 @@ "main": "build/src/index.js", | ||
"prepare": "npm run build", | ||
"doc": "typedoc src/lib.ts" | ||
"doc": "typedoc src/index.ts" | ||
}, | ||
@@ -46,4 +46,4 @@ "repository": { | ||
"ts-node": "10.9.1", | ||
"typedoc": "0.21.10", | ||
"typescript": "4.4.3" | ||
"typedoc": "0.23.11", | ||
"typescript": "4.8.2" | ||
}, | ||
@@ -50,0 +50,0 @@ "nyc": { |
37903