sbd-npm 1.1.97 → 1.1.98

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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/util.js +1 -0
  3. package/.npmignore +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.1.97",
3
+ "version": "1.1.98",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -1358,6 +1358,7 @@ const Util = {
1358
1358
  sd_obj.attr("disabled", false);
1359
1359
  ed_obj.attr("disabled", false);
1360
1360
  let weekday = Util.get_weekday();
1361
+ let date = new Date();
1361
1362
  let year = date.getFullYear();
1362
1363
  let month = date.getMonth() + 1;
1363
1364
  let current_month_format = year + "-" + (month < 10 ? '0' + month : month) + "-01";
package/.npmignore DELETED
@@ -1 +0,0 @@
1
- sbd-npm.md