Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jan 6, 2021
1 parent 1462c0a commit 49486a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* name: @jswork/next-weeks
* description: Weeks for next.
* homepage: https://github.com/afeiship/next-weeks
* version: 1.0.2
* date: 2020-12-29 08:32:27
* version: 1.0.3
* date: 2021-01-06 22:45:22
* license: MIT
*/

(function () {
var global = global || this || window || Function('return this')();
var global = global || window || Function('return this')();
var nx = global.nx || require('@jswork/next');
var NUMBER = 'number';
var DATABASE = {
Expand Down
6 changes: 3 additions & 3 deletions dist/index.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/next-weeks
* description: Weeks for next.
* homepage: https://github.com/afeiship/next-weeks
* version: 1.0.2
* date: 2020-12-29 08:32:27
* version: 1.0.3
* date: 2021-01-06 22:45:22
* 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)}();
!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)}();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next-weeks",
"version": "1.0.2",
"version": "1.0.3",
"description": "Weeks for next.",
"homepage": "https://github.com/afeiship/next-weeks",
"author": {
Expand Down

0 comments on commit 49486a9

Please sign in to comment.