@zowe/cics-for-zowe-cli 6.9.4 → 6.11.0
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/NOTICE +27 -25
- package/npm-shrinkwrap.json +9 -9
- package/package.json +2 -2
package/NOTICE
CHANGED
|
@@ -2232,31 +2232,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2232
2232
|
|
|
2233
2233
|
|
|
2234
2234
|
|
|
2235
|
-
------
|
|
2236
|
-
|
|
2237
|
-
** fs-extra; version 11.3.0 -- https://github.com/jprichardson/node-fs-extra
|
|
2238
|
-
Copyright (c) 2011-2024 JP Richardson
|
|
2239
|
-
Copyright (c) 2011-2024 JP Richardson (https://github.com/jprichardson)
|
|
2240
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2241
|
-
Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors
|
|
2242
|
-
|
|
2243
|
-
(The MIT License)
|
|
2244
|
-
|
|
2245
|
-
Copyright (c) 2011-2024 JP Richardson
|
|
2246
|
-
|
|
2247
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
|
|
2248
|
-
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
|
|
2249
|
-
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
2250
|
-
furnished to do so, subject to the following conditions:
|
|
2251
|
-
|
|
2252
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2253
|
-
|
|
2254
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
2255
|
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2256
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
2257
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
2235
|
------
|
|
2261
2236
|
|
|
2262
2237
|
** safe-stable-stringify; version 2.5.0 -- https://github.com/BridgeAR/safe-stable-stringify#readme
|
|
@@ -4650,6 +4625,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
4650
4625
|
THE SOFTWARE.
|
|
4651
4626
|
|
|
4652
4627
|
|
|
4628
|
+
------
|
|
4629
|
+
|
|
4630
|
+
** socks; version 2.8.6 -- https://github.com/JoshGlazebrook/socks/
|
|
4631
|
+
Copyright (c) 2013 Josh Glazebrook
|
|
4632
|
+
|
|
4633
|
+
The MIT License (MIT)
|
|
4634
|
+
|
|
4635
|
+
Copyright (c) 2013 Josh Glazebrook
|
|
4636
|
+
|
|
4637
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4638
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
4639
|
+
the Software without restriction, including without limitation the rights to
|
|
4640
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4641
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4642
|
+
subject to the following conditions:
|
|
4643
|
+
|
|
4644
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4645
|
+
copies or substantial portions of the Software.
|
|
4646
|
+
|
|
4647
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4648
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4649
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4650
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4651
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4652
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4653
|
+
|
|
4654
|
+
|
|
4653
4655
|
------
|
|
4654
4656
|
|
|
4655
4657
|
** merge2; version 1.4.1 -- https://github.com/teambition/merge2
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cics-for-zowe-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.11.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cics-for-zowe-cli",
|
|
9
|
-
"version": "6.
|
|
9
|
+
"version": "6.11.0",
|
|
10
10
|
"license": "EPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@zowe/cics-for-zowe-sdk": "6.
|
|
12
|
+
"@zowe/cics-for-zowe-sdk": "6.11.0"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=18.12.0"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"node_modules/@zowe/cics-for-zowe-sdk": {
|
|
22
|
-
"version": "6.
|
|
23
|
-
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.
|
|
24
|
-
"integrity": "sha512-
|
|
22
|
+
"version": "6.11.0",
|
|
23
|
+
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.11.0.tgz",
|
|
24
|
+
"integrity": "sha512-9Kv99GV+3AVHbf6Lla1JcX4fB8HTs0xsv1vwmxTH41YGObmSpzBKAmwjwEkzbX4IEIMQ//bk/bcYYinMI71VRw==",
|
|
25
25
|
"license": "EPL-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"xml2js": "0.5.0"
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@zowe/cics-for-zowe-sdk": {
|
|
61
|
-
"version": "6.
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.
|
|
63
|
-
"integrity": "sha512-
|
|
61
|
+
"version": "6.11.0",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.11.0.tgz",
|
|
63
|
+
"integrity": "sha512-9Kv99GV+3AVHbf6Lla1JcX4fB8HTs0xsv1vwmxTH41YGObmSpzBKAmwjwEkzbX4IEIMQ//bk/bcYYinMI71VRw==",
|
|
64
64
|
"requires": {
|
|
65
65
|
"xml2js": "0.5.0"
|
|
66
66
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cics-for-zowe-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.11.0",
|
|
4
4
|
"author": "Zowe",
|
|
5
5
|
"license": "EPL-2.0",
|
|
6
6
|
"description": "IBM CICS Plug-in for Zowe CLI",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"configurationModule": "lib/imperative.js"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@zowe/cics-for-zowe-sdk": "6.
|
|
55
|
+
"@zowe/cics-for-zowe-sdk": "6.11.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@zowe/imperative": "^8.0.0"
|