@cristian-israel/giganet_lib_conecta 1.0.82 → 1.0.85

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/dist/index.js CHANGED
@@ -128,7 +128,7 @@ function printSignature({
128
128
  console.log(
129
129
  `\x1B[96m${assinatura}
130
130
 
131
- \x1B[96m ${name_project}\x1B[0m - Vers\xE3o: \x1B[96m${version}\x1B[0m
131
+ \x1B[96m ${name_project}\x1B[0m - Version: \x1B[96m${version}\x1B[0m
132
132
  `
133
133
  );
134
134
  console.log(
package/dist/index.mjs CHANGED
@@ -83,7 +83,7 @@ function printSignature({
83
83
  console.log(
84
84
  `\x1B[96m${assinatura}
85
85
 
86
- \x1B[96m ${name_project}\x1B[0m - Vers\xE3o: \x1B[96m${version}\x1B[0m
86
+ \x1B[96m ${name_project}\x1B[0m - Version: \x1B[96m${version}\x1B[0m
87
87
  `
88
88
  );
89
89
  console.log(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cristian-israel/giganet_lib_conecta",
3
- "version": "1.0.82",
3
+ "version": "1.0.85",
4
4
  "description": "Database Connector Layer",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",