date-and-time 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -24,6 +24,9 @@ npm i date-and-time
|
|
|
24
24
|
|
|
25
25
|
## Recent Changes
|
|
26
26
|
|
|
27
|
+
- 2.3.1
|
|
28
|
+
- Updated dev dependencies to resolve vulnerabilities.
|
|
29
|
+
|
|
27
30
|
- 2.3.0
|
|
28
31
|
- TypeScript support.
|
|
29
32
|
- Fixed an issue where `parseTZ()` in timezone plugin could return `NaN` instead of `Invalid Date` if parsing failed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-and-time",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "A Minimalist DateTime utility for Node.js and the browser",
|
|
5
5
|
"main": "date-and-time.js",
|
|
6
6
|
"module": "esm/date-and-time.es.js",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
50
50
|
"expect.js": "^0.3.1",
|
|
51
|
-
"mocha": "^9.2.
|
|
51
|
+
"mocha": "^9.2.2",
|
|
52
52
|
"mocha-headless-chrome": "^4.0.0",
|
|
53
|
-
"rollup": "^2.70.
|
|
54
|
-
"tsd": "^0.
|
|
53
|
+
"rollup": "^2.70.1",
|
|
54
|
+
"tsd": "^0.20.0"
|
|
55
55
|
}
|
|
56
56
|
}
|