From 890232dabf24dc3c467457b2729dd83f65094c54 Mon Sep 17 00:00:00 2001 From: afeiship <1290657123@qq.com> Date: Sun, 29 Nov 2020 21:30:41 +0800 Subject: [PATCH] Release 1.0.1 --- dist/index.js | 4 ++-- dist/index.min.js | 4 ++-- package.json | 8 +++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dist/index.js b/dist/index.js index afbcd90..3bfb1c0 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.0 - * date: 2020-11-29 21:29:35 + * version: 1.0.1 + * date: 2020-11-29 21:30:35 * license: MIT */ diff --git a/dist/index.min.js b/dist/index.min.js index 651b964..cb5da4e 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.0 - * date: 2020-11-29 21:29:35 + * version: 1.0.1 + * date: 2020-11-29 21:30:35 * license: MIT */ !function(){var e=(this||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 diff --git a/package.json b/package.json index 95d5444..d9cb36e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jswork/next-weeks", - "version": "1.0.0", + "version": "1.0.1", "description": "Weeks for next.", "homepage": "https://github.com/afeiship/next-weeks", "author": { @@ -46,6 +46,8 @@ "weekly", "en", "cn", - "emoji" + "emoji", + "date", + "day" ] -} \ No newline at end of file +}