We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c0d3e commit bb208b7Copy full SHA for bb208b7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nestjstools/clock",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"description": "A lightweight, test-friendly clock abstraction for NestJS apps enabling flexible time management via dependency injection",
5
"author": "Sebastian Iwanczyszyn",
6
"private": false,
@@ -33,6 +33,7 @@
33
"files": [
34
"lib",
35
"LICENSE",
36
+ "README.md",
37
"package.json"
38
],
39
"scripts": {
0 commit comments