@zowe/cli 7.0.0-next.202202242016 → 7.0.0-next.202203091358
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/lib/main.js +3 -2
- package/lib/main.js.map +1 -1
- package/npm-shrinkwrap.json +86 -86
- package/package.json +13 -13
- package/prebuilds/Cargo.lock +60 -53
- package/prebuilds/Cargo.toml +5 -4
- package/prebuilds/zowe-linux.tgz +0 -0
- package/prebuilds/zowe-macos.tgz +0 -0
- package/prebuilds/zowe-windows.tgz +0 -0
package/lib/main.js
CHANGED
|
@@ -27,16 +27,17 @@ const imperative_1 = require("@zowe/imperative");
|
|
|
27
27
|
const Constants_1 = require("./Constants");
|
|
28
28
|
const util_1 = require("util");
|
|
29
29
|
const DaemonDecider_1 = require("./daemon/DaemonDecider");
|
|
30
|
+
const path_1 = require("path");
|
|
30
31
|
// TODO(Kelosky): if we remove this, imperative fails to find config in package.json & we must debug this.
|
|
31
32
|
const config = {
|
|
32
|
-
configurationModule: __dirname
|
|
33
|
+
configurationModule: path_1.join(__dirname, "imperative")
|
|
33
34
|
};
|
|
34
35
|
(() => __awaiter(void 0, void 0, void 0, function* () {
|
|
35
36
|
timingApi.mark("POST_IMPORT_IMPERATIVE");
|
|
36
37
|
timingApi.measure("time to get into main function", "PRE_IMPORT_IMPERATIVE", "POST_IMPORT_IMPERATIVE");
|
|
37
38
|
try {
|
|
38
39
|
timingApi.mark("BEFORE_INIT");
|
|
39
|
-
if (process.argv.includes("--daemon")) {
|
|
40
|
+
if (process.argv.includes("--daemon") || process.env.npm_lifecycle_event === "postinstall") {
|
|
40
41
|
config.daemonMode = true;
|
|
41
42
|
}
|
|
42
43
|
yield imperative_1.Imperative.init(config);
|
package/lib/main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":";;AACA;;;;;;;;;EASE;;;;;;;;;;;AAEF,mDAA+C;AAC/C,MAAM,SAAS,GAAG,wBAAU,CAAC,GAAG,CAAC;AAEjC,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;AAExC,iDAAiE;AACjE,2CAAwC;AACxC,+BAA+B;AAC/B,0DAAuD;
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":";;AACA;;;;;;;;;EASE;;;;;;;;;;;AAEF,mDAA+C;AAC/C,MAAM,SAAS,GAAG,wBAAU,CAAC,GAAG,CAAC;AAEjC,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;AAExC,iDAAiE;AACjE,2CAAwC;AACxC,+BAA+B;AAC/B,0DAAuD;AACvD,+BAA4B;AAE5B,0GAA0G;AAC1G,MAAM,MAAM,GAAsB;IAC9B,mBAAmB,EAAE,WAAI,CAAC,SAAS,EAAE,YAAY,CAAC;CACrD,CAAC;AAEF,CAAC,GAAS,EAAE;IACR,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;IACzC,SAAS,CAAC,OAAO,CAAC,gCAAgC,EAAE,uBAAuB,EAAE,wBAAwB,CAAC,CAAC;IAEvG,IAAI;QACA,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAE9B,IAAG,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,mBAAmB,KAAK,aAAa,EAAE;YACvF,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;SAC5B;QACD,MAAM,uBAAU,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAE9B,MAAM,aAAa,GAAG,IAAI,6BAAa,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QACtD,aAAa,CAAC,IAAI,EAAE,CAAC;QAErB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC7B,SAAS,CAAC,OAAO,CAAC,iBAAiB,EAAE,aAAa,EAAE,YAAY,CAAC,CAAC;QAElE,uBAAU,CAAC,GAAG,CAAC,SAAS,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC;QAEtD,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAE/B,aAAa,CAAC,cAAc,EAAE,CAAC;QAE/B,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC9B,SAAS,CAAC,OAAO,CAAC,kBAAkB,EAAE,cAAc,EAAE,aAAa,CAAC,CAAC;KACxE;IAAC,OAAO,OAAO,EAAE;QACd,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,YAAY,EAAE;YACvB,uBAAU,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;SAC7C;aAAM;YACH,uBAAU,CAAC,OAAO,CAAC,KAAK,CAAC,qBAAqB,GAAG,qBAAS,CAAC,YAAY;gBACnE,MAAM;kBACJ,cAAO,CAAC,OAAO,CAAC,CAAC,CAAC;SAC3B;QACD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACnB;AACL,CAAC,CAAA,CAAC,EAAE,CAAC"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "7.0.0-next.
|
|
3
|
+
"version": "7.0.0-next.202203091358",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "7.0.0-next.
|
|
9
|
+
"version": "7.0.0-next.202203091358",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@zowe/core-for-zowe-sdk": "7.0.0-next.
|
|
14
|
-
"@zowe/imperative": "5.0.0-next.
|
|
13
|
+
"@zowe/core-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
14
|
+
"@zowe/imperative": "5.0.0-next.202203072228",
|
|
15
15
|
"@zowe/perf-timing": "1.0.7",
|
|
16
|
-
"@zowe/provisioning-for-zowe-sdk": "7.0.0-next.
|
|
17
|
-
"@zowe/zos-console-for-zowe-sdk": "7.0.0-next.
|
|
18
|
-
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.
|
|
19
|
-
"@zowe/zos-jobs-for-zowe-sdk": "7.0.0-next.
|
|
20
|
-
"@zowe/zos-logs-for-zowe-sdk": "7.0.0-next.
|
|
21
|
-
"@zowe/zos-tso-for-zowe-sdk": "7.0.0-next.
|
|
22
|
-
"@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.
|
|
23
|
-
"@zowe/zos-workflows-for-zowe-sdk": "7.0.0-next.
|
|
24
|
-
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.
|
|
16
|
+
"@zowe/provisioning-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
17
|
+
"@zowe/zos-console-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
18
|
+
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
19
|
+
"@zowe/zos-jobs-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
20
|
+
"@zowe/zos-logs-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
21
|
+
"@zowe/zos-tso-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
22
|
+
"@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
23
|
+
"@zowe/zos-workflows-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
24
|
+
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
25
25
|
"find-process": "1.4.7",
|
|
26
26
|
"get-stream": "6.0.1",
|
|
27
27
|
"lodash": "4.17.21",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@types/node": "^12.12.24",
|
|
38
38
|
"@types/tar": "6.1.1",
|
|
39
39
|
"@types/which": "2.0.1",
|
|
40
|
-
"@zowe/cli-test-utils": "7.0.0-next.
|
|
40
|
+
"@zowe/cli-test-utils": "7.0.0-next.202203091358",
|
|
41
41
|
"comment-json": "^4.1.0",
|
|
42
42
|
"eslint": "^7.32.0",
|
|
43
43
|
"js-yaml": "^3.13.1",
|
|
@@ -249,9 +249,9 @@
|
|
|
249
249
|
"integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
|
|
250
250
|
},
|
|
251
251
|
"node_modules/@zowe/core-for-zowe-sdk": {
|
|
252
|
-
"version": "7.0.0-next.
|
|
253
|
-
"resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-7.0.0-next.
|
|
254
|
-
"integrity": "sha512-
|
|
252
|
+
"version": "7.0.0-next.202203091358",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
254
|
+
"integrity": "sha512-8hlQGjjA0Y+NhabT6PXh/zSWSq+26w+FEWyazN3VeJwVFwuMj/oMGtwAH6sUU44vxk+KFbOMYDCirG5HjjwD4Q==",
|
|
255
255
|
"license": "EPL-2.0",
|
|
256
256
|
"dependencies": {
|
|
257
257
|
"comment-json": "4.1.0",
|
|
@@ -262,9 +262,9 @@
|
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
264
|
"node_modules/@zowe/imperative": {
|
|
265
|
-
"version": "5.0.0-next.
|
|
266
|
-
"resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-5.0.0-next.
|
|
267
|
-
"integrity": "sha512-
|
|
265
|
+
"version": "5.0.0-next.202203072228",
|
|
266
|
+
"resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-5.0.0-next.202203072228.tgz",
|
|
267
|
+
"integrity": "sha512-TUfVxtgmv4f9DgdHmXbouR9XRKJMeD3+TMjZRCQsTAPYQ0DWCgmiK3aop9H6aVPXFMSZWlBSXmlodPOzD/bV/Q==",
|
|
268
268
|
"license": "EPL-2.0",
|
|
269
269
|
"dependencies": {
|
|
270
270
|
"@types/lodash-deep": "2.0.0",
|
|
@@ -454,9 +454,9 @@
|
|
|
454
454
|
}
|
|
455
455
|
},
|
|
456
456
|
"node_modules/@zowe/provisioning-for-zowe-sdk": {
|
|
457
|
-
"version": "7.0.0-next.
|
|
458
|
-
"resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-7.0.0-next.
|
|
459
|
-
"integrity": "sha512
|
|
457
|
+
"version": "7.0.0-next.202203091358",
|
|
458
|
+
"resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
459
|
+
"integrity": "sha512-/aVXOarRopwIs9N9Lm7bZVpuQML5N9qN5eEKAQiiGrEATJZbzw8XLxZXIbqGyzgkFyoVVxklN1j5u+xBWSWXPg==",
|
|
460
460
|
"license": "EPL-2.0",
|
|
461
461
|
"dependencies": {
|
|
462
462
|
"js-yaml": "3.14.1"
|
|
@@ -467,9 +467,9 @@
|
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
469
|
"node_modules/@zowe/zos-console-for-zowe-sdk": {
|
|
470
|
-
"version": "7.0.0-next.
|
|
471
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-7.0.0-next.
|
|
472
|
-
"integrity": "sha512-
|
|
470
|
+
"version": "7.0.0-next.202203091358",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
472
|
+
"integrity": "sha512-eIykGAMt+nRuo4qhW23qxpvgzTPnDmZu2hx6lZciYX/IQgOTUk4ypeToO/wAUPfNXblbg8I8VeGcuXBc3FvMVw==",
|
|
473
473
|
"license": "EPL-2.0",
|
|
474
474
|
"peerDependencies": {
|
|
475
475
|
"@zowe/core-for-zowe-sdk": ">=7.0.0-next <7.0.0",
|
|
@@ -477,9 +477,9 @@
|
|
|
477
477
|
}
|
|
478
478
|
},
|
|
479
479
|
"node_modules/@zowe/zos-files-for-zowe-sdk": {
|
|
480
|
-
"version": "7.0.0-next.
|
|
481
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-7.0.0-next.
|
|
482
|
-
"integrity": "sha512-
|
|
480
|
+
"version": "7.0.0-next.202203091358",
|
|
481
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
482
|
+
"integrity": "sha512-r5l6bmrrqamsW0kQRCfxmaqLz8m5kUNhNUPSKVh5gc0J3rjom02jbdfrYyKK+x1EW6YEdJvCtETTkLhsU8EI9w==",
|
|
483
483
|
"license": "EPL-2.0",
|
|
484
484
|
"dependencies": {
|
|
485
485
|
"minimatch": "3.0.4"
|
|
@@ -490,12 +490,12 @@
|
|
|
490
490
|
}
|
|
491
491
|
},
|
|
492
492
|
"node_modules/@zowe/zos-jobs-for-zowe-sdk": {
|
|
493
|
-
"version": "7.0.0-next.
|
|
494
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-7.0.0-next.
|
|
495
|
-
"integrity": "sha512-
|
|
493
|
+
"version": "7.0.0-next.202203091358",
|
|
494
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
495
|
+
"integrity": "sha512-hYlHjzExGSxYdzruwwmneMlxYhBl+MjhbgeAyhJJqS8Gm/+QJk+R6N/tlcyMrmtbbeOaOelX3iQf62IG9MSC1A==",
|
|
496
496
|
"license": "EPL-2.0",
|
|
497
497
|
"dependencies": {
|
|
498
|
-
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.
|
|
498
|
+
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202203091358"
|
|
499
499
|
},
|
|
500
500
|
"peerDependencies": {
|
|
501
501
|
"@zowe/core-for-zowe-sdk": ">=7.0.0-next <7.0.0",
|
|
@@ -503,9 +503,9 @@
|
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
505
|
"node_modules/@zowe/zos-logs-for-zowe-sdk": {
|
|
506
|
-
"version": "7.0.0-next.
|
|
507
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-7.0.0-next.
|
|
508
|
-
"integrity": "sha512-
|
|
506
|
+
"version": "7.0.0-next.202203091358",
|
|
507
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
508
|
+
"integrity": "sha512-VxXy4w6XENBz7cLG/7XP06F7EuZz91+l2Zl4g4AppFdS2ggVDrzAsvwZUkvDHTznXvGkjou8GIAzi7TvHYw3IQ==",
|
|
509
509
|
"license": "EPL-2.0",
|
|
510
510
|
"peerDependencies": {
|
|
511
511
|
"@zowe/core-for-zowe-sdk": ">=7.0.0-next <7.0.0",
|
|
@@ -513,12 +513,12 @@
|
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
515
|
"node_modules/@zowe/zos-tso-for-zowe-sdk": {
|
|
516
|
-
"version": "7.0.0-next.
|
|
517
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-7.0.0-next.
|
|
518
|
-
"integrity": "sha512-
|
|
516
|
+
"version": "7.0.0-next.202203091358",
|
|
517
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
518
|
+
"integrity": "sha512-uojuNqBs7hHfMLJtt9YdJG6iy+zJw8fYtrK0UmXHcxqczCN//gkD2BGsxU8gIPra4C4Kf4LrinIA88Hv1GyJ4g==",
|
|
519
519
|
"license": "EPL-2.0",
|
|
520
520
|
"dependencies": {
|
|
521
|
-
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.
|
|
521
|
+
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202203091358"
|
|
522
522
|
},
|
|
523
523
|
"peerDependencies": {
|
|
524
524
|
"@zowe/core-for-zowe-sdk": ">=7.0.0-next <7.0.0",
|
|
@@ -526,9 +526,9 @@
|
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
528
|
"node_modules/@zowe/zos-uss-for-zowe-sdk": {
|
|
529
|
-
"version": "7.0.0-next.
|
|
530
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-7.0.0-next.
|
|
531
|
-
"integrity": "sha512-
|
|
529
|
+
"version": "7.0.0-next.202203091358",
|
|
530
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
531
|
+
"integrity": "sha512-5c159CI7FyNk5CiH3EcRLCAy08FBtDYNpwzBbj6PHyI0zXefgfriEr7E+RuFTeb6Mq80HqYsLDiQsAyat5705A==",
|
|
532
532
|
"license": "EPL-2.0",
|
|
533
533
|
"dependencies": {
|
|
534
534
|
"ssh2": "1.4.0"
|
|
@@ -538,12 +538,12 @@
|
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
540
|
"node_modules/@zowe/zos-workflows-for-zowe-sdk": {
|
|
541
|
-
"version": "7.0.0-next.
|
|
542
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-7.0.0-next.
|
|
543
|
-
"integrity": "sha512-
|
|
541
|
+
"version": "7.0.0-next.202203091358",
|
|
542
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
543
|
+
"integrity": "sha512-LG4mWZZc/g7zD7ALjHNn/t+O39ipCCnjasdV92iEAfSXFva2L0wkoYb4dvvd52D45yHBZKUCBY0xecN639aqSA==",
|
|
544
544
|
"license": "EPL-2.0",
|
|
545
545
|
"dependencies": {
|
|
546
|
-
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.
|
|
546
|
+
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202203091358"
|
|
547
547
|
},
|
|
548
548
|
"peerDependencies": {
|
|
549
549
|
"@zowe/core-for-zowe-sdk": ">=7.0.0-next <7.0.0",
|
|
@@ -551,9 +551,9 @@
|
|
|
551
551
|
}
|
|
552
552
|
},
|
|
553
553
|
"node_modules/@zowe/zosmf-for-zowe-sdk": {
|
|
554
|
-
"version": "7.0.0-next.
|
|
555
|
-
"resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-7.0.0-next.
|
|
556
|
-
"integrity": "sha512-
|
|
554
|
+
"version": "7.0.0-next.202203091358",
|
|
555
|
+
"resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
556
|
+
"integrity": "sha512-ikvoMeHwB7OZy51FLktQHQL/qWWeEnECmUrm7PdUCoTjxo3MRbk7MtIydHQwe5HDJdeT79koZ3niMvtLaUt6Hg==",
|
|
557
557
|
"license": "EPL-2.0",
|
|
558
558
|
"peerDependencies": {
|
|
559
559
|
"@zowe/core-for-zowe-sdk": ">=7.0.0-next <7.0.0",
|
|
@@ -3347,18 +3347,18 @@
|
|
|
3347
3347
|
"integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
|
|
3348
3348
|
},
|
|
3349
3349
|
"@zowe/core-for-zowe-sdk": {
|
|
3350
|
-
"version": "7.0.0-next.
|
|
3351
|
-
"resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-7.0.0-next.
|
|
3352
|
-
"integrity": "sha512-
|
|
3350
|
+
"version": "7.0.0-next.202203091358",
|
|
3351
|
+
"resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3352
|
+
"integrity": "sha512-8hlQGjjA0Y+NhabT6PXh/zSWSq+26w+FEWyazN3VeJwVFwuMj/oMGtwAH6sUU44vxk+KFbOMYDCirG5HjjwD4Q==",
|
|
3353
3353
|
"requires": {
|
|
3354
3354
|
"comment-json": "4.1.0",
|
|
3355
3355
|
"string-width": "4.2.3"
|
|
3356
3356
|
}
|
|
3357
3357
|
},
|
|
3358
3358
|
"@zowe/imperative": {
|
|
3359
|
-
"version": "5.0.0-next.
|
|
3360
|
-
"resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-5.0.0-next.
|
|
3361
|
-
"integrity": "sha512-
|
|
3359
|
+
"version": "5.0.0-next.202203072228",
|
|
3360
|
+
"resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-5.0.0-next.202203072228.tgz",
|
|
3361
|
+
"integrity": "sha512-TUfVxtgmv4f9DgdHmXbouR9XRKJMeD3+TMjZRCQsTAPYQ0DWCgmiK3aop9H6aVPXFMSZWlBSXmlodPOzD/bV/Q==",
|
|
3362
3362
|
"requires": {
|
|
3363
3363
|
"@types/lodash-deep": "2.0.0",
|
|
3364
3364
|
"@types/yargs": "13.0.4",
|
|
@@ -3506,69 +3506,69 @@
|
|
|
3506
3506
|
}
|
|
3507
3507
|
},
|
|
3508
3508
|
"@zowe/provisioning-for-zowe-sdk": {
|
|
3509
|
-
"version": "7.0.0-next.
|
|
3510
|
-
"resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-7.0.0-next.
|
|
3511
|
-
"integrity": "sha512
|
|
3509
|
+
"version": "7.0.0-next.202203091358",
|
|
3510
|
+
"resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3511
|
+
"integrity": "sha512-/aVXOarRopwIs9N9Lm7bZVpuQML5N9qN5eEKAQiiGrEATJZbzw8XLxZXIbqGyzgkFyoVVxklN1j5u+xBWSWXPg==",
|
|
3512
3512
|
"requires": {
|
|
3513
3513
|
"js-yaml": "3.14.1"
|
|
3514
3514
|
}
|
|
3515
3515
|
},
|
|
3516
3516
|
"@zowe/zos-console-for-zowe-sdk": {
|
|
3517
|
-
"version": "7.0.0-next.
|
|
3518
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-7.0.0-next.
|
|
3519
|
-
"integrity": "sha512-
|
|
3517
|
+
"version": "7.0.0-next.202203091358",
|
|
3518
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3519
|
+
"integrity": "sha512-eIykGAMt+nRuo4qhW23qxpvgzTPnDmZu2hx6lZciYX/IQgOTUk4ypeToO/wAUPfNXblbg8I8VeGcuXBc3FvMVw==",
|
|
3520
3520
|
"requires": {}
|
|
3521
3521
|
},
|
|
3522
3522
|
"@zowe/zos-files-for-zowe-sdk": {
|
|
3523
|
-
"version": "7.0.0-next.
|
|
3524
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-7.0.0-next.
|
|
3525
|
-
"integrity": "sha512-
|
|
3523
|
+
"version": "7.0.0-next.202203091358",
|
|
3524
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3525
|
+
"integrity": "sha512-r5l6bmrrqamsW0kQRCfxmaqLz8m5kUNhNUPSKVh5gc0J3rjom02jbdfrYyKK+x1EW6YEdJvCtETTkLhsU8EI9w==",
|
|
3526
3526
|
"requires": {
|
|
3527
3527
|
"minimatch": "3.0.4"
|
|
3528
3528
|
}
|
|
3529
3529
|
},
|
|
3530
3530
|
"@zowe/zos-jobs-for-zowe-sdk": {
|
|
3531
|
-
"version": "7.0.0-next.
|
|
3532
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-7.0.0-next.
|
|
3533
|
-
"integrity": "sha512-
|
|
3531
|
+
"version": "7.0.0-next.202203091358",
|
|
3532
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3533
|
+
"integrity": "sha512-hYlHjzExGSxYdzruwwmneMlxYhBl+MjhbgeAyhJJqS8Gm/+QJk+R6N/tlcyMrmtbbeOaOelX3iQf62IG9MSC1A==",
|
|
3534
3534
|
"requires": {
|
|
3535
|
-
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.
|
|
3535
|
+
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202203091358"
|
|
3536
3536
|
}
|
|
3537
3537
|
},
|
|
3538
3538
|
"@zowe/zos-logs-for-zowe-sdk": {
|
|
3539
|
-
"version": "7.0.0-next.
|
|
3540
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-7.0.0-next.
|
|
3541
|
-
"integrity": "sha512-
|
|
3539
|
+
"version": "7.0.0-next.202203091358",
|
|
3540
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3541
|
+
"integrity": "sha512-VxXy4w6XENBz7cLG/7XP06F7EuZz91+l2Zl4g4AppFdS2ggVDrzAsvwZUkvDHTznXvGkjou8GIAzi7TvHYw3IQ==",
|
|
3542
3542
|
"requires": {}
|
|
3543
3543
|
},
|
|
3544
3544
|
"@zowe/zos-tso-for-zowe-sdk": {
|
|
3545
|
-
"version": "7.0.0-next.
|
|
3546
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-7.0.0-next.
|
|
3547
|
-
"integrity": "sha512-
|
|
3545
|
+
"version": "7.0.0-next.202203091358",
|
|
3546
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3547
|
+
"integrity": "sha512-uojuNqBs7hHfMLJtt9YdJG6iy+zJw8fYtrK0UmXHcxqczCN//gkD2BGsxU8gIPra4C4Kf4LrinIA88Hv1GyJ4g==",
|
|
3548
3548
|
"requires": {
|
|
3549
|
-
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.
|
|
3549
|
+
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202203091358"
|
|
3550
3550
|
}
|
|
3551
3551
|
},
|
|
3552
3552
|
"@zowe/zos-uss-for-zowe-sdk": {
|
|
3553
|
-
"version": "7.0.0-next.
|
|
3554
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-7.0.0-next.
|
|
3555
|
-
"integrity": "sha512-
|
|
3553
|
+
"version": "7.0.0-next.202203091358",
|
|
3554
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3555
|
+
"integrity": "sha512-5c159CI7FyNk5CiH3EcRLCAy08FBtDYNpwzBbj6PHyI0zXefgfriEr7E+RuFTeb6Mq80HqYsLDiQsAyat5705A==",
|
|
3556
3556
|
"requires": {
|
|
3557
3557
|
"ssh2": "1.4.0"
|
|
3558
3558
|
}
|
|
3559
3559
|
},
|
|
3560
3560
|
"@zowe/zos-workflows-for-zowe-sdk": {
|
|
3561
|
-
"version": "7.0.0-next.
|
|
3562
|
-
"resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-7.0.0-next.
|
|
3563
|
-
"integrity": "sha512-
|
|
3561
|
+
"version": "7.0.0-next.202203091358",
|
|
3562
|
+
"resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3563
|
+
"integrity": "sha512-LG4mWZZc/g7zD7ALjHNn/t+O39ipCCnjasdV92iEAfSXFva2L0wkoYb4dvvd52D45yHBZKUCBY0xecN639aqSA==",
|
|
3564
3564
|
"requires": {
|
|
3565
|
-
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.
|
|
3565
|
+
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202203091358"
|
|
3566
3566
|
}
|
|
3567
3567
|
},
|
|
3568
3568
|
"@zowe/zosmf-for-zowe-sdk": {
|
|
3569
|
-
"version": "7.0.0-next.
|
|
3570
|
-
"resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-7.0.0-next.
|
|
3571
|
-
"integrity": "sha512-
|
|
3569
|
+
"version": "7.0.0-next.202203091358",
|
|
3570
|
+
"resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-7.0.0-next.202203091358.tgz",
|
|
3571
|
+
"integrity": "sha512-ikvoMeHwB7OZy51FLktQHQL/qWWeEnECmUrm7PdUCoTjxo3MRbk7MtIydHQwe5HDJdeT79koZ3niMvtLaUt6Hg==",
|
|
3572
3572
|
"requires": {}
|
|
3573
3573
|
},
|
|
3574
3574
|
"aggregate-error": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "7.0.0-next.
|
|
3
|
+
"version": "7.0.0-next.202203091358",
|
|
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": "Broadcom",
|
|
6
6
|
"license": "EPL-2.0",
|
|
@@ -56,18 +56,18 @@
|
|
|
56
56
|
"typedocSpecifySrc": "typedoc --options ./typedoc.json"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@zowe/core-for-zowe-sdk": "7.0.0-next.
|
|
60
|
-
"@zowe/imperative": "5.0.0-next.
|
|
59
|
+
"@zowe/core-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
60
|
+
"@zowe/imperative": "5.0.0-next.202203072228",
|
|
61
61
|
"@zowe/perf-timing": "1.0.7",
|
|
62
|
-
"@zowe/provisioning-for-zowe-sdk": "7.0.0-next.
|
|
63
|
-
"@zowe/zos-console-for-zowe-sdk": "7.0.0-next.
|
|
64
|
-
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.
|
|
65
|
-
"@zowe/zos-jobs-for-zowe-sdk": "7.0.0-next.
|
|
66
|
-
"@zowe/zos-logs-for-zowe-sdk": "7.0.0-next.
|
|
67
|
-
"@zowe/zos-tso-for-zowe-sdk": "7.0.0-next.
|
|
68
|
-
"@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.
|
|
69
|
-
"@zowe/zos-workflows-for-zowe-sdk": "7.0.0-next.
|
|
70
|
-
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.
|
|
62
|
+
"@zowe/provisioning-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
63
|
+
"@zowe/zos-console-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
64
|
+
"@zowe/zos-files-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
65
|
+
"@zowe/zos-jobs-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
66
|
+
"@zowe/zos-logs-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
67
|
+
"@zowe/zos-tso-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
68
|
+
"@zowe/zos-uss-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
69
|
+
"@zowe/zos-workflows-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
70
|
+
"@zowe/zosmf-for-zowe-sdk": "7.0.0-next.202203091358",
|
|
71
71
|
"find-process": "1.4.7",
|
|
72
72
|
"get-stream": "6.0.1",
|
|
73
73
|
"lodash": "4.17.21",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@types/node": "^12.12.24",
|
|
80
80
|
"@types/tar": "6.1.1",
|
|
81
81
|
"@types/which": "2.0.1",
|
|
82
|
-
"@zowe/cli-test-utils": "7.0.0-next.
|
|
82
|
+
"@zowe/cli-test-utils": "7.0.0-next.202203091358",
|
|
83
83
|
"comment-json": "^4.1.0",
|
|
84
84
|
"eslint": "^7.32.0",
|
|
85
85
|
"js-yaml": "^3.13.1",
|
package/prebuilds/Cargo.lock
CHANGED
|
@@ -4,9 +4,9 @@ version = 3
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "anyhow"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.55"
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
9
|
+
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
|
|
10
10
|
|
|
11
11
|
[[package]]
|
|
12
12
|
name = "atty"
|
|
@@ -21,9 +21,9 @@ dependencies = [
|
|
|
21
21
|
|
|
22
22
|
[[package]]
|
|
23
23
|
name = "autocfg"
|
|
24
|
-
version = "1.0
|
|
24
|
+
version = "1.1.0"
|
|
25
25
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
26
|
-
checksum = "
|
|
26
|
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
27
27
|
|
|
28
28
|
[[package]]
|
|
29
29
|
name = "base64"
|
|
@@ -51,9 +51,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
51
51
|
|
|
52
52
|
[[package]]
|
|
53
53
|
name = "crossbeam-channel"
|
|
54
|
-
version = "0.5.
|
|
54
|
+
version = "0.5.2"
|
|
55
55
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "
|
|
56
|
+
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
|
57
57
|
dependencies = [
|
|
58
58
|
"cfg-if",
|
|
59
59
|
"crossbeam-utils",
|
|
@@ -72,9 +72,9 @@ dependencies = [
|
|
|
72
72
|
|
|
73
73
|
[[package]]
|
|
74
74
|
name = "crossbeam-epoch"
|
|
75
|
-
version = "0.9.
|
|
75
|
+
version = "0.9.7"
|
|
76
76
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
77
|
-
checksum = "
|
|
77
|
+
checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9"
|
|
78
78
|
dependencies = [
|
|
79
79
|
"cfg-if",
|
|
80
80
|
"crossbeam-utils",
|
|
@@ -85,9 +85,9 @@ dependencies = [
|
|
|
85
85
|
|
|
86
86
|
[[package]]
|
|
87
87
|
name = "crossbeam-utils"
|
|
88
|
-
version = "0.8.
|
|
88
|
+
version = "0.8.7"
|
|
89
89
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
90
|
-
checksum = "
|
|
90
|
+
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"
|
|
91
91
|
dependencies = [
|
|
92
92
|
"cfg-if",
|
|
93
93
|
"lazy_static",
|
|
@@ -129,15 +129,15 @@ dependencies = [
|
|
|
129
129
|
|
|
130
130
|
[[package]]
|
|
131
131
|
name = "itoa"
|
|
132
|
-
version = "0.
|
|
132
|
+
version = "1.0.1"
|
|
133
133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
134
|
-
checksum = "
|
|
134
|
+
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
135
135
|
|
|
136
136
|
[[package]]
|
|
137
137
|
name = "js-sys"
|
|
138
|
-
version = "0.3.
|
|
138
|
+
version = "0.3.56"
|
|
139
139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "
|
|
140
|
+
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
|
141
141
|
dependencies = [
|
|
142
142
|
"wasm-bindgen",
|
|
143
143
|
]
|
|
@@ -150,9 +150,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
150
150
|
|
|
151
151
|
[[package]]
|
|
152
152
|
name = "libc"
|
|
153
|
-
version = "0.2.
|
|
153
|
+
version = "0.2.119"
|
|
154
154
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
155
|
-
checksum = "
|
|
155
|
+
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
|
156
156
|
|
|
157
157
|
[[package]]
|
|
158
158
|
name = "log"
|
|
@@ -165,9 +165,9 @@ dependencies = [
|
|
|
165
165
|
|
|
166
166
|
[[package]]
|
|
167
167
|
name = "memoffset"
|
|
168
|
-
version = "0.6.
|
|
168
|
+
version = "0.6.5"
|
|
169
169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
170
|
-
checksum = "
|
|
170
|
+
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
171
171
|
dependencies = [
|
|
172
172
|
"autocfg",
|
|
173
173
|
]
|
|
@@ -183,18 +183,18 @@ dependencies = [
|
|
|
183
183
|
|
|
184
184
|
[[package]]
|
|
185
185
|
name = "ntapi"
|
|
186
|
-
version = "0.3.
|
|
186
|
+
version = "0.3.7"
|
|
187
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
-
checksum = "
|
|
188
|
+
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
|
189
189
|
dependencies = [
|
|
190
190
|
"winapi",
|
|
191
191
|
]
|
|
192
192
|
|
|
193
193
|
[[package]]
|
|
194
194
|
name = "num_cpus"
|
|
195
|
-
version = "1.13.
|
|
195
|
+
version = "1.13.1"
|
|
196
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
197
|
-
checksum = "
|
|
197
|
+
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
198
198
|
dependencies = [
|
|
199
199
|
"hermit-abi",
|
|
200
200
|
"libc",
|
|
@@ -202,9 +202,9 @@ dependencies = [
|
|
|
202
202
|
|
|
203
203
|
[[package]]
|
|
204
204
|
name = "once_cell"
|
|
205
|
-
version = "1.
|
|
205
|
+
version = "1.9.0"
|
|
206
206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
207
|
-
checksum = "
|
|
207
|
+
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|
208
208
|
|
|
209
209
|
[[package]]
|
|
210
210
|
name = "pathsearch"
|
|
@@ -218,18 +218,18 @@ dependencies = [
|
|
|
218
218
|
|
|
219
219
|
[[package]]
|
|
220
220
|
name = "proc-macro2"
|
|
221
|
-
version = "1.0.
|
|
221
|
+
version = "1.0.36"
|
|
222
222
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
-
checksum = "
|
|
223
|
+
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
|
224
224
|
dependencies = [
|
|
225
225
|
"unicode-xid",
|
|
226
226
|
]
|
|
227
227
|
|
|
228
228
|
[[package]]
|
|
229
229
|
name = "quote"
|
|
230
|
-
version = "1.0.
|
|
230
|
+
version = "1.0.15"
|
|
231
231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
232
|
-
checksum = "
|
|
232
|
+
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
|
233
233
|
dependencies = [
|
|
234
234
|
"proc-macro2",
|
|
235
235
|
]
|
|
@@ -271,9 +271,9 @@ dependencies = [
|
|
|
271
271
|
|
|
272
272
|
[[package]]
|
|
273
273
|
name = "ryu"
|
|
274
|
-
version = "1.0.
|
|
274
|
+
version = "1.0.9"
|
|
275
275
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
276
|
-
checksum = "
|
|
276
|
+
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
277
277
|
|
|
278
278
|
[[package]]
|
|
279
279
|
name = "scopeguard"
|
|
@@ -283,18 +283,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
283
283
|
|
|
284
284
|
[[package]]
|
|
285
285
|
name = "serde"
|
|
286
|
-
version = "1.0.
|
|
286
|
+
version = "1.0.136"
|
|
287
287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
288
|
-
checksum = "
|
|
288
|
+
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
|
289
289
|
dependencies = [
|
|
290
290
|
"serde_derive",
|
|
291
291
|
]
|
|
292
292
|
|
|
293
293
|
[[package]]
|
|
294
294
|
name = "serde_derive"
|
|
295
|
-
version = "1.0.
|
|
295
|
+
version = "1.0.136"
|
|
296
296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
297
|
+
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
|
298
298
|
dependencies = [
|
|
299
299
|
"proc-macro2",
|
|
300
300
|
"quote",
|
|
@@ -303,20 +303,26 @@ dependencies = [
|
|
|
303
303
|
|
|
304
304
|
[[package]]
|
|
305
305
|
name = "serde_json"
|
|
306
|
-
version = "1.0.
|
|
306
|
+
version = "1.0.79"
|
|
307
307
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
308
|
-
checksum = "
|
|
308
|
+
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
|
309
309
|
dependencies = [
|
|
310
310
|
"itoa",
|
|
311
311
|
"ryu",
|
|
312
312
|
"serde",
|
|
313
313
|
]
|
|
314
314
|
|
|
315
|
+
[[package]]
|
|
316
|
+
name = "simple-error"
|
|
317
|
+
version = "0.2.3"
|
|
318
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
319
|
+
checksum = "cc47a29ce97772ca5c927f75bac34866b16d64e07f330c3248e2d7226623901b"
|
|
320
|
+
|
|
315
321
|
[[package]]
|
|
316
322
|
name = "syn"
|
|
317
|
-
version = "1.0.
|
|
323
|
+
version = "1.0.86"
|
|
318
324
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
319
|
-
checksum = "
|
|
325
|
+
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
|
320
326
|
dependencies = [
|
|
321
327
|
"proc-macro2",
|
|
322
328
|
"quote",
|
|
@@ -325,9 +331,9 @@ dependencies = [
|
|
|
325
331
|
|
|
326
332
|
[[package]]
|
|
327
333
|
name = "sysinfo"
|
|
328
|
-
version = "0.
|
|
334
|
+
version = "0.23.5"
|
|
329
335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
330
|
-
checksum = "
|
|
336
|
+
checksum = "07fa4c84a5305909b0eedfcc8d1f2fafdbede645bb700a45ecaafe681a0ac5d6"
|
|
331
337
|
dependencies = [
|
|
332
338
|
"cfg-if",
|
|
333
339
|
"core-foundation-sys",
|
|
@@ -346,9 +352,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
346
352
|
|
|
347
353
|
[[package]]
|
|
348
354
|
name = "wasm-bindgen"
|
|
349
|
-
version = "0.2.
|
|
355
|
+
version = "0.2.79"
|
|
350
356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
351
|
-
checksum = "
|
|
357
|
+
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
|
352
358
|
dependencies = [
|
|
353
359
|
"cfg-if",
|
|
354
360
|
"wasm-bindgen-macro",
|
|
@@ -356,9 +362,9 @@ dependencies = [
|
|
|
356
362
|
|
|
357
363
|
[[package]]
|
|
358
364
|
name = "wasm-bindgen-backend"
|
|
359
|
-
version = "0.2.
|
|
365
|
+
version = "0.2.79"
|
|
360
366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
361
|
-
checksum = "
|
|
367
|
+
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
|
362
368
|
dependencies = [
|
|
363
369
|
"bumpalo",
|
|
364
370
|
"lazy_static",
|
|
@@ -371,9 +377,9 @@ dependencies = [
|
|
|
371
377
|
|
|
372
378
|
[[package]]
|
|
373
379
|
name = "wasm-bindgen-macro"
|
|
374
|
-
version = "0.2.
|
|
380
|
+
version = "0.2.79"
|
|
375
381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
376
|
-
checksum = "
|
|
382
|
+
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
|
377
383
|
dependencies = [
|
|
378
384
|
"quote",
|
|
379
385
|
"wasm-bindgen-macro-support",
|
|
@@ -381,9 +387,9 @@ dependencies = [
|
|
|
381
387
|
|
|
382
388
|
[[package]]
|
|
383
389
|
name = "wasm-bindgen-macro-support"
|
|
384
|
-
version = "0.2.
|
|
390
|
+
version = "0.2.79"
|
|
385
391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
-
checksum = "
|
|
392
|
+
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
|
387
393
|
dependencies = [
|
|
388
394
|
"proc-macro2",
|
|
389
395
|
"quote",
|
|
@@ -394,15 +400,15 @@ dependencies = [
|
|
|
394
400
|
|
|
395
401
|
[[package]]
|
|
396
402
|
name = "wasm-bindgen-shared"
|
|
397
|
-
version = "0.2.
|
|
403
|
+
version = "0.2.79"
|
|
398
404
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
399
|
-
checksum = "
|
|
405
|
+
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
|
400
406
|
|
|
401
407
|
[[package]]
|
|
402
408
|
name = "web-sys"
|
|
403
|
-
version = "0.3.
|
|
409
|
+
version = "0.3.56"
|
|
404
410
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
405
|
-
checksum = "
|
|
411
|
+
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
|
406
412
|
dependencies = [
|
|
407
413
|
"js-sys",
|
|
408
414
|
"wasm-bindgen",
|
|
@@ -442,7 +448,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
442
448
|
|
|
443
449
|
[[package]]
|
|
444
450
|
name = "zowe"
|
|
445
|
-
version = "0.
|
|
451
|
+
version = "0.8.0"
|
|
446
452
|
dependencies = [
|
|
447
453
|
"atty",
|
|
448
454
|
"base64",
|
|
@@ -453,6 +459,7 @@ dependencies = [
|
|
|
453
459
|
"rpassword",
|
|
454
460
|
"serde",
|
|
455
461
|
"serde_json",
|
|
462
|
+
"simple-error",
|
|
456
463
|
"sysinfo",
|
|
457
464
|
"whoami",
|
|
458
465
|
]
|
package/prebuilds/Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "zowe"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.8.0"
|
|
4
4
|
authors = ["Zowe Project"]
|
|
5
5
|
edition = "2018"
|
|
6
6
|
license = "EPL-2.0"
|
|
@@ -14,9 +14,10 @@ base64 = "0.13.0"
|
|
|
14
14
|
home = "0.5.3"
|
|
15
15
|
pathsearch = "0.2.0"
|
|
16
16
|
rpassword = "5.0.1"
|
|
17
|
-
serde = { version = "1.0.
|
|
18
|
-
serde_json = "1.0.
|
|
19
|
-
|
|
17
|
+
serde = { version = "1.0.136", features = ["derive"]}
|
|
18
|
+
serde_json = "1.0.79"
|
|
19
|
+
simple-error = "0.2.3"
|
|
20
|
+
sysinfo = "0.23.5"
|
|
20
21
|
whoami = "1.2.1"
|
|
21
22
|
|
|
22
23
|
[target.'cfg(windows)'.dependencies]
|
package/prebuilds/zowe-linux.tgz
CHANGED
|
Binary file
|
package/prebuilds/zowe-macos.tgz
CHANGED
|
Binary file
|
|
Binary file
|