@gzl10/osx-cli 4.0.6 → 4.0.7

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.
@@ -49,6 +49,9 @@ var OracleService = class {
49
49
  * Conecta a Oracle usando TNS
50
50
  */
51
51
  async connect(config) {
52
+ if (!process.env.NLS_LANG) {
53
+ process.env.NLS_LANG = "SPANISH_SPAIN.AL32UTF8";
54
+ }
52
55
  initThickMode();
53
56
  this.connection = await oracledb.getConnection({
54
57
  user: config.user,
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  OracleService,
4
4
  SchemaExtractor
5
- } from "./chunk-XHMPD7KT.js";
5
+ } from "./chunk-Q7WNFJU6.js";
6
6
 
7
7
  // src/cli.ts
8
8
  import { readFileSync as readFileSync2 } from "fs";
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  TABLE_CHILDREN,
5
5
  TABLE_COLUMNS,
6
6
  TABLE_COMMENT
7
- } from "./chunk-XHMPD7KT.js";
7
+ } from "./chunk-Q7WNFJU6.js";
8
8
  export {
9
9
  OracleService,
10
10
  SchemaExtractor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gzl10/osx-cli",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Oracle Schema Extractor CLI - Genera JSON compatible con Atlas OriginType=BBDD",
5
5
  "type": "module",
6
6
  "bin": {