Skip to content

Commit 20e6a19

Browse files
committed
Release 1.0.3
1 parent b7891b1 commit 20e6a19

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* name: @jswork/next-time-format
33
* description: Time format for next.
44
* homepage: https://github.com/afeiship/next-time-format
5-
* version: 1.0.2
6-
* date: 2021-01-06 22:42:23
5+
* version: 1.0.3
6+
* date: 2021-01-09 16:30:48
77
* license: MIT
88
*/
99

dist/index.min.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* name: @jswork/next-time-format
33
* description: Time format for next.
44
* homepage: https://github.com/afeiship/next-time-format
5-
* version: 1.0.2
6-
* date: 2021-01-06 22:42:23
5+
* version: 1.0.3
6+
* date: 2021-01-09 16:30:48
77
* license: MIT
88
*/
9-
!function(){function r(e){return(""+e).padStart(2,"0")}var e=(window||Function("return this")()).nx||require("@jswork/next");e.timeFormat=function(e){var t=parseInt(e%1e3),o=Math.floor(e/1e3%60),n=Math.floor(e/6e4%60),e=Math.floor(e/36e5);return{hour:e,minute:n,second:o,millisecond:t,datetime:[r(e),r(n),r(o)].join(":")}},"undefined"!=typeof module&&module.exports&&(module.exports=e.timeFormat)}();
9+
!function(){function r(e){return(""+e).padStart(2,"0")}var e=("undefined"!=typeof window?window:this||Function("return this")()).nx||require("@jswork/next");e.timeFormat=function(e){var t=parseInt(e%1e3),o=Math.floor(e/1e3%60),n=Math.floor(e/6e4%60),e=Math.floor(e/36e5);return{hour:e,minute:n,second:o,millisecond:t,datetime:[r(e),r(n),r(o)].join(":")}},"undefined"!=typeof module&&module.exports&&(module.exports=e.timeFormat)}();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jswork/next-time-format",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Time format for next.",
55
"homepage": "https://github.com/afeiship/next-time-format",
66
"author": {

0 commit comments

Comments
 (0)