@zowe/cli 7.17.0 → 7.18.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zowe/cli",
3
- "version": "7.17.0",
3
+ "version": "7.18.1",
4
4
  "description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
5
5
  "author": "Zowe",
6
6
  "license": "EPL-2.0",
@@ -42,7 +42,6 @@
42
42
  "main": "lib/index.js",
43
43
  "typings": "lib/index.d.ts",
44
44
  "scripts": {
45
- "preinstall": "node ./scripts/preinstall",
46
45
  "postinstall": "node ./scripts/validatePlugins && node ./scripts/printSuccessMessage",
47
46
  "build": "tsc --pretty",
48
47
  "watch": "tsc --pretty --watch",
@@ -53,22 +52,22 @@
53
52
  "circularDependencyCheck": "madge -c lib",
54
53
  "typedoc": "typedoc --options ./typedoc.json ./src/",
55
54
  "typedocSpecifySrc": "typedoc --options ./typedoc.json",
56
- "prepublishOnly": "bash ../../scripts/bundleDaemon.sh && bash ../../scripts/bundleKeytar.sh",
55
+ "prepublishOnly": "bash ../../scripts/bundleDaemon.sh",
57
56
  "preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
58
57
  },
59
58
  "dependencies": {
60
- "@zowe/core-for-zowe-sdk": "7.17.0",
61
- "@zowe/imperative": "5.15.1",
59
+ "@zowe/core-for-zowe-sdk": "7.18.1",
60
+ "@zowe/imperative": "5.18.0",
62
61
  "@zowe/perf-timing": "1.0.7",
63
- "@zowe/provisioning-for-zowe-sdk": "7.17.0",
64
- "@zowe/zos-console-for-zowe-sdk": "7.17.0",
65
- "@zowe/zos-files-for-zowe-sdk": "7.17.0",
66
- "@zowe/zos-jobs-for-zowe-sdk": "7.17.0",
67
- "@zowe/zos-logs-for-zowe-sdk": "7.17.0",
68
- "@zowe/zos-tso-for-zowe-sdk": "7.17.0",
69
- "@zowe/zos-uss-for-zowe-sdk": "7.16.5",
70
- "@zowe/zos-workflows-for-zowe-sdk": "7.17.0",
71
- "@zowe/zosmf-for-zowe-sdk": "7.17.0",
62
+ "@zowe/provisioning-for-zowe-sdk": "7.18.1",
63
+ "@zowe/zos-console-for-zowe-sdk": "7.18.1",
64
+ "@zowe/zos-files-for-zowe-sdk": "7.18.1",
65
+ "@zowe/zos-jobs-for-zowe-sdk": "7.18.1",
66
+ "@zowe/zos-logs-for-zowe-sdk": "7.18.1",
67
+ "@zowe/zos-tso-for-zowe-sdk": "7.18.1",
68
+ "@zowe/zos-uss-for-zowe-sdk": "7.18.1",
69
+ "@zowe/zos-workflows-for-zowe-sdk": "7.18.1",
70
+ "@zowe/zosmf-for-zowe-sdk": "7.18.1",
72
71
  "find-process": "1.4.7",
73
72
  "get-stream": "6.0.1",
74
73
  "lodash": "4.17.21",
@@ -81,7 +80,7 @@
81
80
  "@types/node": "^14.18.28",
82
81
  "@types/tar": "^6.1.2",
83
82
  "@types/which": "^2.0.1",
84
- "@zowe/cli-test-utils": "7.16.5",
83
+ "@zowe/cli-test-utils": "7.18.1",
85
84
  "comment-json": "^4.1.1",
86
85
  "eslint": "^8.22.0",
87
86
  "js-yaml": "^4.1.0",
@@ -93,7 +92,7 @@
93
92
  "which": "^2.0.2"
94
93
  },
95
94
  "optionalDependencies": {
96
- "keytar": "7.9.0"
95
+ "@zowe/secrets-for-zowe-sdk": "7.18.1"
97
96
  },
98
97
  "engines": {
99
98
  "node": ">=14.0.0"
@@ -44,9 +44,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
44
44
 
45
45
  [[package]]
46
46
  name = "bitflags"
47
- version = "1.3.2"
47
+ version = "2.3.3"
48
48
  source = "registry+https://github.com/rust-lang/crates.io-index"
49
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
49
+ checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
50
50
 
51
51
  [[package]]
52
52
  name = "bumpalo"
@@ -129,13 +129,13 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
129
129
 
130
130
  [[package]]
131
131
  name = "errno"
132
- version = "0.2.8"
132
+ version = "0.3.1"
133
133
  source = "registry+https://github.com/rust-lang/crates.io-index"
134
- checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
134
+ checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
135
135
  dependencies = [
136
136
  "errno-dragonfly",
137
137
  "libc",
138
- "winapi",
138
+ "windows-sys 0.48.0",
139
139
  ]
140
140
 
141
141
  [[package]]
@@ -175,9 +175,9 @@ dependencies = [
175
175
 
176
176
  [[package]]
177
177
  name = "hermit-abi"
178
- version = "0.3.1"
178
+ version = "0.3.2"
179
179
  source = "registry+https://github.com/rust-lang/crates.io-index"
180
- checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
180
+ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
181
181
 
182
182
  [[package]]
183
183
  name = "home"
@@ -188,26 +188,15 @@ dependencies = [
188
188
  "winapi",
189
189
  ]
190
190
 
191
- [[package]]
192
- name = "io-lifetimes"
193
- version = "1.0.6"
194
- source = "registry+https://github.com/rust-lang/crates.io-index"
195
- checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
196
- dependencies = [
197
- "libc",
198
- "windows-sys 0.45.0",
199
- ]
200
-
201
191
  [[package]]
202
192
  name = "is-terminal"
203
- version = "0.4.4"
193
+ version = "0.4.9"
204
194
  source = "registry+https://github.com/rust-lang/crates.io-index"
205
- checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
195
+ checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
206
196
  dependencies = [
207
- "hermit-abi 0.3.1",
208
- "io-lifetimes",
197
+ "hermit-abi 0.3.2",
209
198
  "rustix",
210
- "windows-sys 0.45.0",
199
+ "windows-sys 0.48.0",
211
200
  ]
212
201
 
213
202
  [[package]]
@@ -233,15 +222,15 @@ dependencies = [
233
222
 
234
223
  [[package]]
235
224
  name = "libc"
236
- version = "0.2.140"
225
+ version = "0.2.147"
237
226
  source = "registry+https://github.com/rust-lang/crates.io-index"
238
- checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
227
+ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
239
228
 
240
229
  [[package]]
241
230
  name = "linux-raw-sys"
242
- version = "0.1.4"
231
+ version = "0.4.3"
243
232
  source = "registry+https://github.com/rust-lang/crates.io-index"
244
- checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
233
+ checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
245
234
 
246
235
  [[package]]
247
236
  name = "log"
@@ -366,16 +355,15 @@ dependencies = [
366
355
 
367
356
  [[package]]
368
357
  name = "rustix"
369
- version = "0.36.9"
358
+ version = "0.38.3"
370
359
  source = "registry+https://github.com/rust-lang/crates.io-index"
371
- checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
360
+ checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4"
372
361
  dependencies = [
373
362
  "bitflags",
374
363
  "errno",
375
- "io-lifetimes",
376
364
  "libc",
377
365
  "linux-raw-sys",
378
- "windows-sys 0.45.0",
366
+ "windows-sys 0.48.0",
379
367
  ]
380
368
 
381
369
  [[package]]
@@ -471,9 +459,9 @@ dependencies = [
471
459
 
472
460
  [[package]]
473
461
  name = "sysinfo"
474
- version = "0.28.2"
462
+ version = "0.29.4"
475
463
  source = "registry+https://github.com/rust-lang/crates.io-index"
476
- checksum = "d3e847e2de7a137c8c2cede5095872dbb00f4f9bf34d061347e36b43322acd56"
464
+ checksum = "751e810399bba86e9326f5762b7f32ac5a085542df78da6a78d94e07d14d7c11"
477
465
  dependencies = [
478
466
  "cfg-if",
479
467
  "core-foundation-sys",
@@ -784,7 +772,7 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
784
772
 
785
773
  [[package]]
786
774
  name = "zowe"
787
- version = "1.1.0"
775
+ version = "1.2.0"
788
776
  dependencies = [
789
777
  "base64",
790
778
  "fslock",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "zowe"
3
- version = "1.1.0"
3
+ version = "1.2.0"
4
4
  authors = ["Zowe Project"]
5
5
  edition = "2018"
6
6
  license = "EPL-2.0"
@@ -11,14 +11,14 @@ repository = "https://github.com/zowe/zowe-cli"
11
11
  [dependencies]
12
12
  base64 = "0.13.1"
13
13
  home = "0.5.4"
14
- is-terminal = "0.4.4"
14
+ is-terminal = "0.4.9"
15
15
  pathsearch = "0.2.0"
16
16
  rpassword = "5.0.1"
17
17
  serde = { version = "1.0.156", features = ["derive"]}
18
18
  serde_json = "1.0.94"
19
19
  simple-error = "0.2.3"
20
20
  supports-color = "2.0.0"
21
- sysinfo = "0.28.2"
21
+ sysinfo = "0.29.4"
22
22
  tokio = { version = "1.28.0", features = ["io-util", "macros", "net", "rt-multi-thread"] }
23
23
  whoami = "1.4.0"
24
24
  yansi = "0.5.1"
Binary file
Binary file
Binary file
@@ -1,18 +0,0 @@
1
- /*
2
- * This program and the accompanying materials are made available under the terms of the
3
- * Eclipse Public License v2.0 which accompanies this distribution, and is available at
4
- * https://www.eclipse.org/legal/epl-v20.html
5
- *
6
- * SPDX-License-Identifier: EPL-2.0
7
- *
8
- * Copyright Contributors to the Zowe Project.
9
- *
10
- */
11
-
12
- // For global installs, configure prebuild-install to find Keytar prebuilds bundled with CLI
13
- const fs = require("fs");
14
- const { join } = require("path");
15
- const prebuildsDir = join(__dirname, "..", "prebuilds");
16
- if (process.env.npm_config_global && fs.existsSync(prebuildsDir)) {
17
- fs.writeFileSync(".prebuild-installrc", `local-prebuilds=${prebuildsDir}`);
18
- }