@zowe/cli 7.18.4 → 7.18.5
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/npm-shrinkwrap.json +9 -9
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "7.18.
|
|
3
|
+
"version": "7.18.5",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "7.18.
|
|
9
|
+
"version": "7.18.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"node": ">=14.0.0"
|
|
54
54
|
},
|
|
55
55
|
"optionalDependencies": {
|
|
56
|
-
"@zowe/secrets-for-zowe-sdk": "7.18.
|
|
56
|
+
"@zowe/secrets-for-zowe-sdk": "7.18.5"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"node_modules/@colors/colors": {
|
|
@@ -586,9 +586,9 @@
|
|
|
586
586
|
}
|
|
587
587
|
},
|
|
588
588
|
"node_modules/@zowe/secrets-for-zowe-sdk": {
|
|
589
|
-
"version": "7.18.
|
|
590
|
-
"resolved": "https://registry.npmjs.org/@zowe/secrets-for-zowe-sdk/-/secrets-for-zowe-sdk-7.18.
|
|
591
|
-
"integrity": "sha512
|
|
589
|
+
"version": "7.18.5",
|
|
590
|
+
"resolved": "https://registry.npmjs.org/@zowe/secrets-for-zowe-sdk/-/secrets-for-zowe-sdk-7.18.5.tgz",
|
|
591
|
+
"integrity": "sha512-+M2aVtJkJ58LqOEzkBQNcMSuKjsvajbBCYLDAUpCGcZy8PWlxXUWdZVHuoco7uezEHETszdFE0Fq1C9jCllK0g==",
|
|
592
592
|
"hasInstallScript": true,
|
|
593
593
|
"optional": true,
|
|
594
594
|
"engines": {
|
|
@@ -3294,9 +3294,9 @@
|
|
|
3294
3294
|
}
|
|
3295
3295
|
},
|
|
3296
3296
|
"@zowe/secrets-for-zowe-sdk": {
|
|
3297
|
-
"version": "7.18.
|
|
3298
|
-
"resolved": "https://registry.npmjs.org/@zowe/secrets-for-zowe-sdk/-/secrets-for-zowe-sdk-7.18.
|
|
3299
|
-
"integrity": "sha512
|
|
3297
|
+
"version": "7.18.5",
|
|
3298
|
+
"resolved": "https://registry.npmjs.org/@zowe/secrets-for-zowe-sdk/-/secrets-for-zowe-sdk-7.18.5.tgz",
|
|
3299
|
+
"integrity": "sha512-+M2aVtJkJ58LqOEzkBQNcMSuKjsvajbBCYLDAUpCGcZy8PWlxXUWdZVHuoco7uezEHETszdFE0Fq1C9jCllK0g==",
|
|
3300
3300
|
"optional": true
|
|
3301
3301
|
},
|
|
3302
3302
|
"@zowe/zos-console-for-zowe-sdk": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "7.18.
|
|
3
|
+
"version": "7.18.5",
|
|
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",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"which": "^2.0.2"
|
|
93
93
|
},
|
|
94
94
|
"optionalDependencies": {
|
|
95
|
-
"@zowe/secrets-for-zowe-sdk": "7.18.
|
|
95
|
+
"@zowe/secrets-for-zowe-sdk": "7.18.5"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
98
98
|
"node": ">=14.0.0"
|