@halcyontech/vscode-ibmi-types 2.15.0 → 2.15.2

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/api/IBMi.d.ts +1 -0
  2. package/package.json +1 -1
package/api/IBMi.d.ts CHANGED
@@ -35,6 +35,7 @@ export default class IBMi {
35
35
  static readonly CCSID_NOCONVERSION = 65535;
36
36
  static readonly CCSID_SYSVAL = -2;
37
37
  static readonly bashShellPath = "/QOpenSys/pkgs/bin/bash";
38
+ static readonly locale = "LC_ALL=EN_US.UTF-8";
38
39
  private systemVersion;
39
40
  private qccsid;
40
41
  private userJobCcsid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halcyontech/vscode-ibmi-types",
3
- "version": "2.15.0",
3
+ "version": "2.15.2",
4
4
  "description": "Types for vscode-ibmi",
5
5
  "typings": "./typings.d.ts",
6
6
  "scripts": {