@ejfdelgado/ejflab-back 1.8.5 → 1.8.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ejfdelgado/ejflab-back",
3
- "version": "1.8.5",
3
+ "version": "1.8.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ejfdelgado/ejflab-back.git"
@@ -164,8 +164,10 @@ export class PostgresSrv {
164
164
  }
165
165
  }
166
166
  console.log(`Test passed ${testsNumber.length}!`);
167
+
168
+ //console.log(PostgresSrv.renderer.render('Hola ${name} with age ${age | sanitizeNumber : 0}', {name: "Edgar", age: undefined}));
167
169
  }
168
170
  }
169
171
 
170
172
  // node PostgresSrv.mjs
171
- PostgresSrv.simpleTest();
173
+ //PostgresSrv.simpleTest();