From f4ccc6140998554fcfb7705d7c8072f68446c400 Mon Sep 17 00:00:00 2001 From: afeiship <1290657123@qq.com> Date: Sat, 9 Jan 2021 16:25:32 +0800 Subject: [PATCH] Release 1.0.4 --- dist/index.js | 4 ++-- dist/index.min.js | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8407a56..a8538f4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2,8 +2,8 @@ * name: @jswork/next-weeks * description: Weeks for next. * homepage: https://github.com/afeiship/next-weeks - * version: 1.0.3 - * date: 2021-01-06 22:45:22 + * version: 1.0.4 + * date: 2021-01-09 16:25:26 * license: MIT */ diff --git a/dist/index.min.js b/dist/index.min.js index adb9b31..0f709ee 100644 --- a/dist/index.min.js +++ b/dist/index.min.js @@ -2,8 +2,8 @@ * name: @jswork/next-weeks * description: Weeks for next. * homepage: https://github.com/afeiship/next-weeks - * version: 1.0.3 - * date: 2021-01-06 22:45:22 + * version: 1.0.4 + * date: 2021-01-09 16:25:26 * license: MIT */ -!function(){var e=(window||Function("return this")()).nx||require("@jswork/next"),t={en:["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],shorty:["Mon","Tue","Wed","Thur","Fri","Sat","Sun"],emoji:["😝","πŸ˜ͺ","😭","πŸ€ͺ","🀣","😎","πŸ˜‚"],cn:["δΈ€","二","δΈ‰","ε››","δΊ”","ε…­","ζ—₯"]},e=e.declare("nx.Weeks",{statics:{at:function(e,n){return t[n][e]},day:function(e,n){e=0<=(e=("number"==typeof e?e:e.getDay())-1)?e:6;return this.at(e,n)}}});"undefined"!=typeof module&&module.exports&&(module.exports=e)}(); \ No newline at end of file +!function(){var e=("undefined"!=typeof window?window:this||Function("return this")()).nx||require("@jswork/next"),t={en:["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],shorty:["Mon","Tue","Wed","Thur","Fri","Sat","Sun"],emoji:["😝","πŸ˜ͺ","😭","πŸ€ͺ","🀣","😎","πŸ˜‚"],cn:["δΈ€","二","δΈ‰","ε››","δΊ”","ε…­","ζ—₯"]},e=e.declare("nx.Weeks",{statics:{at:function(e,n){return t[n][e]},day:function(e,n){e=0<=(e=("number"==typeof e?e:e.getDay())-1)?e:6;return this.at(e,n)}}});"undefined"!=typeof module&&module.exports&&(module.exports=e)}(); \ No newline at end of file diff --git a/package.json b/package.json index 45ab781..295d79d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jswork/next-weeks", - "version": "1.0.3", + "version": "1.0.4", "description": "Weeks for next.", "homepage": "https://github.com/afeiship/next-weeks", "author": {