@ejfdelgado/ejflab-common 1.13.0 → 1.13.1

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/MyDates.js +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ejfdelgado/ejflab-common",
3
3
  "type": "commonjs",
4
- "version": "1.13.0",
4
+ "version": "1.13.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ejfdelgado/ejflab-common.git"
package/src/MyDates.js CHANGED
@@ -138,6 +138,7 @@ class MyDates {
138
138
  }
139
139
  // MyDates.getDefaults(args)
140
140
  static getDefaults(args, currentYear, nextYears, myDefault = "") {
141
+ console.log(JSON.stringify(args, null, 4));
141
142
  if (args instanceof Array) {
142
143
  if (args.lenght == 1) {
143
144
  currentYear = args[0];